1
0
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:
reimar 2010-01-06 16:12:58 +00:00
parent abb06b3f11
commit 78267a4d21

View File

@ -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
}; };