http live output broken on windows
http live output works in the 2012 01 19 build: http://nightlies.videolan.org/build/win32/branch-20120119-0207/
it fails in the 2012 01 25 build http://nightlies.videolan.org/build/win32/branch-20120124-1734/
output log looks similar up to the point where the failing build outputs
x264 debug: Limiting to baseline profile
at which point it quits
the succesful version continues
x264 debug: Limiting to baseline profile
main debug: using encoder module "x264"
main debug: TIMER module_need() : 14.556 ms - Total 14.556 ms / 1 intvls (Avg 14.556 ms)
main debug: adding a new input
mux_ts debug: adding input codec=h264 pid=68
mux_ts debug: new PCR PID is 68
stream_out_transcode debug: drift is too high, resetting master sync
the command I'm using is
vlc.exe -vvv -I dummy "C:\400_Way.wmv" --ignore-config --sout=#transcode{vcodec=h264,soverlay,acodec=mp3,channels=2,venc=x264{profile=baseline,level=2.2,keyint=90,bframes=0,ref=1,nocabac},width=640,vb=600,ab=40,fps=25}:std{access=livehttp{seglen=10,index="C:\output\400_Way/stream.m3u8",index-url=stream-###.ts},mux=ts{use-key-frames},dst="C:\output\400_Way/stream-###.ts"} --extraintf=logger --logfile="C:\output\400_Way\log.txt"
(paths adjusted for clarity)
log of failed output: http://pastebin.com/YcnsKTrc
log of succesful output http://pastebin.com/f3zsBm2e
this was testing on win xp
this problem does not exist on Mac OS