mirror of https://github.com/mpv-player/mpv
stream_lavf: use smb:// for ffmpeg libsmbclient support
If you really want that, you can get it through FFmpeg, I guess.
This commit is contained in:
parent
3471476f3f
commit
28ea1ed296
|
@ -898,7 +898,7 @@ PROTOCOLS
|
|||
|
||||
``smb://PATH``
|
||||
|
||||
Play a path from Samba share.
|
||||
Play a path from Samba share. (Requires FFmpeg support.)
|
||||
|
||||
``bd://[title][/device]`` ``--bluray-device=PATH``
|
||||
|
||||
|
|
|
@ -428,7 +428,7 @@ const stream_info_t stream_info_ffmpeg_unsafe = {
|
|||
.open = open_f,
|
||||
.protocols = (const char *const[]){
|
||||
"lavf", "ffmpeg", "udp", "ftp", "tcp", "tls", "unix", "sftp", "md5",
|
||||
"concat",
|
||||
"concat", "smb",
|
||||
NULL },
|
||||
.stream_origin = STREAM_ORIGIN_UNSAFE,
|
||||
.can_write = true,
|
||||
|
|
Loading…
Reference in New Issue