Discussion:
How to enable RTP over TCP in gst-rtsp-serever
peter
2014-01-02 11:51:39 UTC
Permalink
Hello everyone,

I am using gstreamer-1.2.1 and master version of gst-rtsp-server.

is it possible to have RTP packets transmission configurable ??? (TCP or
UDP)
i think the Default is UDP, i am not sure.

can anybody help me in this.

Regards
Peter





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-enable-RTP-over-TCP-in-gst-rtsp-serever-tp4664391.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
Sebastian Dröge
2014-01-02 12:40:38 UTC
Permalink
Post by peter
Hello everyone,
I am using gstreamer-1.2.1 and master version of gst-rtsp-server.
is it possible to have RTP packets transmission configurable ??? (TCP or
UDP)
i think the Default is UDP, i am not sure.
can anybody help me in this.
On the server side you can configure it with
gst_rtsp_media_factory_set_protocols(). On the client side you have the
protocols property in rtspsrc.

The default is to allow all protocols and I think it prefers TCP over
UDP over UDP-MULTICAST.
--
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
Loading...