mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 20:00:37 +00:00
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,
|
open_f,
|
||||||
{ "ffmpeg", NULL },
|
{ "ffmpeg", "rtmp", NULL },
|
||||||
NULL,
|
NULL,
|
||||||
1 // Urls are an option string
|
1 // Urls are an option string
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user