From: Ilkka Ollakka Date: Sat, 22 May 2010 07:58:01 +0000 (+0300) Subject: appletrailers: add ffmpeg-fallback to demuxer X-Git-Tag: 1.2.0-pre1~6562 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=4596b63aaaa370ee9a1d7b492d0c3539bbe62283 appletrailers: add ffmpeg-fallback to demuxer This should fix usage on windows. --- diff --git a/share/lua/sd/appletrailers.lua b/share/lua/sd/appletrailers.lua index 8d392560c0..3fd25a87d6 100644 --- a/share/lua/sd/appletrailers.lua +++ b/share/lua/sd/appletrailers.lua @@ -32,7 +32,7 @@ end function main() fd = vlc.stream( "http://trailers.apple.com/trailers/home/feeds/just_hd.json" ) if not fd then return nil end - options = {":http-user-agent=QuickTime/7.2 vlc edition",":demux=avformat",":play-and-pause"} + options = {":http-user-agent=QuickTime/7.2 vlc edition",":demux=avformat,ffmpeg",":play-and-pause"} line = fd:readline() while line ~= nil do