# HG changeset patch # User reimar # Date 1262794378 0 # Node ID 561453831add41ae75bb4e5124b4121db1bbfe7e # Parent 787bcd39e929ebc3c80be51d4b3e353f71421393 Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp:// diff -r 787bcd39e929 -r 561453831add stream/stream_ffmpeg.c --- a/stream/stream_ffmpeg.c Wed Jan 06 16:11:29 2010 +0000 +++ b/stream/stream_ffmpeg.c Wed Jan 06 16:12:58 2010 +0000 @@ -108,7 +108,7 @@ "", "", open_f, - { "ffmpeg", NULL }, + { "ffmpeg", "rtmp", NULL }, NULL, 1 // Urls are an option string };