mirror of
https://github.com/mpv-player/mpv
synced 2025-03-09 15:47:44 +00:00
stream_lavf: support more libavformat protocols
This commit is contained in:
parent
bb22bee315
commit
41fedab2d9
@ -316,6 +316,8 @@ const stream_info_t stream_info_ffmpeg = {
|
||||
.open = open_f,
|
||||
.protocols = (const char*[]){
|
||||
"lavf", "ffmpeg", "rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh",
|
||||
"mmshttp", "udp", "ftp", "rtp", "httpproxy",
|
||||
"mmshttp", "udp", "ftp", "rtp", "httpproxy", "hls", "rtmpe", "rtmps",
|
||||
"rtmpt", "rtmpte", "rtmpts", "srtp", "tcp", "udp", "tls", "unix", "sftp",
|
||||
"md5",
|
||||
NULL },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user