0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

stream_lavf: support more libavformat protocols

This commit is contained in:
wm4 2013-11-04 19:57:13 +01:00
parent bb22bee315
commit 41fedab2d9

View File

@ -316,6 +316,8 @@ const stream_info_t stream_info_ffmpeg = {
.open = open_f, .open = open_f,
.protocols = (const char*[]){ .protocols = (const char*[]){
"lavf", "ffmpeg", "rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", "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 }, NULL },
}; };