roman76r
18th April 2008, 09:52
I used x264 under VLC 0.8.6f in transcode mode for live streaming. So I seted vbv-bufsize, vbv-maxrate, qcomp, ratetol and other parameters necessary for live streaming. I had right output stream with valid bitrate. Past 2-3 hours , video bitrate begin to increase from valid 264kbps to 350-400kpbs and more.
vlc command line:
start vlc -vvv udp://@127.0.0.1:40003 --sout-x264-vbv-bufsize=528 --sout-x264-vbv-maxrate=264 --sout-x264-qcomp=0.0 --sout-x264-keyint=15 --sout-x264-ratetol=0.1 --no-sout-x264-cabac --sout-x264-level=1.2 --sout-x264-subme=6 --sout-x264-me=umh --sout-transcode-vb=250 --sout "#transcode{width="320",height="240",venc="x264{fps=15,level=1.2}", vb=264, fps=15, aenc="ffmpeg",acodec="mp4a",ab="48",samplerate="32000",channels="2",deinterlace}:standard{access="udp",mux="ts",dst="127.0.0.1:50003"}"
What I do wrong, and is anybody can help me to resolve this issue?
vlc command line:
start vlc -vvv udp://@127.0.0.1:40003 --sout-x264-vbv-bufsize=528 --sout-x264-vbv-maxrate=264 --sout-x264-qcomp=0.0 --sout-x264-keyint=15 --sout-x264-ratetol=0.1 --no-sout-x264-cabac --sout-x264-level=1.2 --sout-x264-subme=6 --sout-x264-me=umh --sout-transcode-vb=250 --sout "#transcode{width="320",height="240",venc="x264{fps=15,level=1.2}", vb=264, fps=15, aenc="ffmpeg",acodec="mp4a",ab="48",samplerate="32000",channels="2",deinterlace}:standard{access="udp",mux="ts",dst="127.0.0.1:50003"}"
What I do wrong, and is anybody can help me to resolve this issue?