Bug Report Stream (save to file) saved broken video

Tony32

Member
Hello guys, just streamed for 2 and a half hours, and I just wanted to say that when I was done (pressed stop streaming) it seemed to save something and a file got there. 3,82gb, but when I try to open it with VLC it says it crashed.

Not sure what caused it, but I post the log anyways. Also, the stream seem to have died a few times while I streamed, I do not know why, but some guy said my sound was off by 5-7 seconds.

http://pastebin.com/1at6B5KF

Love your software!

EDIT: Looked up the "sound issue" on the video saved on twitch and there are no sound problems at all.
 
I've heard of this issue with VLC but I haven't been able to reproduce it. What version of VLC do you use?
 
Version 2.0.7. I thought it was weird as it usually saves the files without problem on playback, just this once it failed, I do not know why :) Somewhere in the saving part it must have broke :)
 
Use .flv instead of .mp4 . It's more fail safe since it doesn't need post processing. Quality will be same and i have heard that it can be easily converted to .mp4 afterwards without need to re-encode/rendering. Can't remember the software. I think it was R1CH who told me the way so i think he knows. Ff"Something".
 
ffmpeg.

You can use the following command to do the conversion:

ffmpeg -i originalvideo.flv -acodec copy -vcodec copy newvideo.mp4
 
Back
Top