mirror of https://github.com/mpv-player/mpv
Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30232 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
abb06b3f11
commit
78267a4d21
|
@ -108,7 +108,7 @@ const stream_info_t stream_info_ffmpeg = {
|
|||
"",
|
||||
"",
|
||||
open_f,
|
||||
{ "ffmpeg", NULL },
|
||||
{ "ffmpeg", "rtmp", NULL },
|
||||
NULL,
|
||||
1 // Urls are an option string
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue