Code: Select all
cvlc -vv rtsp://10.0.2.5/MediaInput/h264 --sout "#transcode{acodec=mpga, ab=128, channels=2,samplerate=44100} :udp{dst=239.0.0.6:5004,mux=ts}" --rtsp-caching=1600 :no-sout-rtp-sap :no-sout-standard-sap --sout-keep
I am running VLC 1.1.7 on Fedora 14, 4GB of Ram, Xeon 4C 2.4ghz. Hoping 1.1.18 will be uploaded to the RPM Fusion in the next day or two.
I get occasional picture freezes (up to 2 seconds) and audio distortions (grich sounds). I need to have these removed from the stream. I am looking for recommendations on how to modify my command line to increase the quality of the stream. As you can see by the log below I am having constant problems with packets being late or late buffers on the input mux. Is there a way to allocate more memory for buffering?
I have set the nice of the VLC process to -17. There are no other services running on this machine.
Code: Select all
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1212854)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1205447)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1198039)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1190631)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1183232)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1175831)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1168433)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1161054)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1153654)
[0xb72035c4] main mux warning: late buffer for mux input (1212867)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1146252)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1138853)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1131453)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (863599)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1124053)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (857415)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (977458)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (973082)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (968699)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (964314)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (959930)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1241127)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (955546)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (951170)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (946787)
[0xb72022a4] access_output_udp access out debug: late packet for UDP input (942403)
[0xb72022a4] access_output_udp access out debug: packet has been sent too late (1233745)
Thanks,
Tim