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:
wm4 2020-03-07 13:55:20 +01:00
parent 3471476f3f
commit 28ea1ed296
2 changed files with 2 additions and 2 deletions

View File

@ -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``

View File

@ -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,