Page 1 of 1

with RTP, stream output increased dramatically

Posted: 13 Jul 2012 16:25
by captainst
I have encountered a problem when using the VLC to stream from an RTSP server to a remote computer using RTP MPEG transport stream. I am using VLC 2.0.1

I selected the source as "rtsp://192.168.55.100/av0"
Then I selected the new destination as "RTP / MPEG Transport Stream", configuring address = 192.168.55.101, port 5004 (the address and port of the destination PC)

The output string shown from VLC is the following:
:sout=#rtp{dst=192.168.55.101,port=5004,mux=ts,ttl=1} :sout-keep

But using network monitoring tools like NetLimiter, I saw that when the VLC input is around 200kbps, the RTP output arrives almost 400kbps, almost doubled.

It seems to me that the overhead is somehow too much. I don't understand well the protocols RTSP, and RTP. Could anybody tell me if the above result is normal ?

Many thanks !

Re: with RTP, stream output increased dramatically

Posted: 14 Jul 2012 08:46
by Rémi Denis-Courmont
You have the overhead of UDP/IP, the overhead of RTP, the overhead of MPEG-TS. Do the math.

Re: with RTP, stream output increased dramatically

Posted: 15 Jul 2012 06:06
by captainst
Thank you again Rémi.

In this case, could it be a solution to add transcode the to incoming RTSP stream (x.264 format) to maintain the original throughput?