I stream replay videos on ustream and I notice that sometimes (quite a lot actually) the videos that I have uploading to ustream tend to cut out half way through. I receive no errors in vlc, it's almost as if vlc stops pushing the data through until the next file in the playlist. I run this command with a playlist:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" "C:\replays.xspf" :sout=#transcode{venc=x264{subme=7,ref=4,bframes=16,b-adapt=1,bpyramid=none,weightp=0},vcodec=h264,vb=800,width=1280,acodec=mp3,ab=128,channels=2,samplerate=44100,threads=4}:std{access=rtmp,mux=ffmpeg{mux=flv},dst=rtmp://1.22325621.fme.ustream.tv/ustreamVideo/passwordstuff}
Am I missing a setting in the preferences that keeps the data pushing through no matter what? Is there a default time allotted and once passed vlc will not push data through until the next item in the playlist?
Any help would be appreciated.
Thanks.