Crash when transcoding to HLS from mp4 with mp3 audio
I get a crash with sample W_Creativity.mp4 (h.264/mp4a) and X_Legend_Short.mp4 (mp4v/mp4a)
Both of these samples have been unproblematic in earlier release builds
Testing on vlc-2.2.0-git-20140521-0019-win32-debug
Conversion command:
"C:\Program Files (x86)\Hobbyist Software\VLC Streamer\VLC\vlc.exe" --ignore-config -I dummy --no-sout-all --no-crashdump "C:\Users\Rob Jonson\Dropbox\MovieSamples\BaseTests\W_Creativity.mp4" vlc://quit --sout=#transcode{vcodec=h264,acodec=mp3,channels=2,venc=x264{hrd=vbr,profile=baseline,level=3,preset=fast,keyint=5,bframes=0,ref=1,nocabac,vbv-maxrate=600,vbv-bufsize=600},width=640,ab=96}:std{access=livehttp{seglen=10,index="C:\Users\Rob Jonson\AppData\Roaming\Hobbyist Software\VLC Streamer\Root\W_Creativity/stream.m3u8",index-url=stream-###.ts},mux=ts{use-key-frames},dst="C:\Users\Rob Jonson\AppData\Roaming\Hobbyist Software\VLC Streamer\Root\W_Creativity/stream-###.ts"} -vvv --extraintf=logger --file-logging --logfile="C:\Users\Rob Jonson\AppData\Roaming\Hobbyist Software\VLC Streamer\Root\W_Creativity\errLog_W_Creativity.txt"
I'll attach the error logs.
You can get the samples here: https://dl.dropboxusercontent.com/u/4262242/BaseTests.zip
and I'll also upload them to streams.videolan.org this problem does not appear on mac os.