I'm try to transcode live stream from http to helix mobile server. Basics OS - Red Hat 4.4.4-13 vlc version 1.1.7 x264 0.114.x FFmpeg version 0.6.1 But with all my tries all i got is nothing. I use vlc as encoder and decoder and my command is:
cvlc -vvv --sout '#transcode{width=176,height=144,venc=x264{keyint=15,level=1.3,ratetol=90,vbv-maxrate=110,profile=base,no-cabac,nr=1000},vcodec="H264",scale=0.25,vb=100,acodec=mp4a,ab=10,channels=1,fps=15}:duplicate{dst=rtp{mp4a-latm,dst=10.113.16.216,port-audio=9112,port=9110,name=TEST Video,description=TEST Video,ttl=255,sdp=file:///home/alex/10.113.16.216.sdp},dst=rtp{mp4a-latm,dst=10.113.16.215,port-audio=9112,port=9110,name=TEST Video,description=TEST Video,ttl=255,sdp=file:///home/alex/10.113.16.215.sdp}}'
I want to make transcode stable because when start command i receive a lot messages of this type: _stream_out_transcode stream out debug: late picture skipped_ _stream_out_transcode stream out debug: drift is too high, resetting master sync_ or rc buffer overflow input bitrate is about 4mb/s and i try to make it about 110 kb/s I'll be glad if someone can give me a hint where is my mistake
thanks in advance