delay growth
Posted: 03 Nov 2011 15:45
Trying to stream with BlackMagic Intensity Pro card under Ubuntu 11.10.
Using custom built vlc
VLC media player 1.2.0-git Twoflower (revision 1.1.0-pre1-6962-geb5b116)
started with following command line
everything works fine except growing delay of udp stream.
After several hours it delays about 30 mins. Have not waited more than 5-6 hours but suspect vlc will crash when there will be no memory for buffer.
There is no delay on FLV stream.
Constant delay is ok. How to eleminate growth?
Using custom built vlc
VLC media player 1.2.0-git Twoflower (revision 1.1.0-pre1-6962-geb5b116)
started with following command line
Code: Select all
cvlc decklink:// --decklink-video-connection hdmi --decklink-mode hp60 --extraintf cli --lua-config cli={host='localhost:4000'} --sout #duplicate{dst='transcode{vcodec=FLV1,venc=ffmpeg{},acodec=no}:std{access=http,mux =ffmpeg{mux=flv},dst=:8081/stream.flv}',dst='transcode{venc=x264{subme=7, ref=4, bframes=16, b-adapt=1, bpyramid=none, weightp=0,preset=medium,tune=film,vbv-bufsize=1500, bitrate=1200, vbv-maxrate=1500}, vcodec=h264, vb=1200, width=720, acodec=no, threads=6}:udp{mux=ts,dst=255.255.255.255,port=1234}'}
After several hours it delays about 30 mins. Have not waited more than 5-6 hours but suspect vlc will crash when there will be no memory for buffer.
There is no delay on FLV stream.
Constant delay is ok. How to eleminate growth?