Hello ,
I am streaming and transcoding 6 dvbt channels using this command line
cvlc -v --ts-es-id-pid --programs=513,515,516,517,518,519 dvb:// :dvb-caching=900 --dvb-adapter=0 --dvb-frequency=658167000 --sout '#transcode{vcodec=h264,venc=x264{profile=baseline,asm,tune=psnr},deinterlace,fps=25,vfilter=canvas{width=640,height=480},ab=128}:duplicate{dst=std{access=udp,mux=ts,dst=239.255.12.20:5000},select="program=513",dst=std{access=udp,mux=ts,dst=239.255.12.21:5000},select="program=515",dst=std{access=udp,mux=ts,dst=239.255.12.22:5000},select="program=516",dst=std{access=udp,mux=ts,dst=239.255.12.23:5000},select="program=517",dst=std{access=udp,mux=ts,dst=239.255.12.24:5000},select="program=518",dst=std{access=udp,mux=ts,dst=239.255.12.25:5000},select="program=519"}'
The pc which is transcoding has only vlc installed with the needed codecs,
After 3 day of transcoding i realized that their is a memory leak
here is a picture of the memory of the pc : http://tinypic.com/view.php?pic=2m4odh3&s=7
And here are the warning that i get : http://pastebin.com/gmy4FNTR
Can someone tell me what am i doing wrong ? or is it an x264 bugg ?
Thank you