[gst-devel] Is RTSPU implemented in gstreamer? Can I use RTSP over UDP?
Mauro Brenna
malloblenne at gmail.com
Tue Jan 18 09:47:12 CET 2011
Thanks for the reply.
I think about your reply and I will implement a little rtspu (over
UDP) client for my application since the server does not implement the
TCP transport protocol.
Reading the RFC, I believe that rtsp means RTSP commands are sent over
TCP, RTSPU over UDP.
The way to specify if the RTP data packets would be sent (TCP/UDP) is
in the Transport Header as lower-transport. See RFC 2326, in section
"12.39 Transport".
I think the two things are independently so you could have:
RTSP (over TCP) + RTP data over TCP or UDP
RTSPu (over UDP) + RTP data over TCP or UDP.
Do you think I misunderstood something?
Bye,
Mauro
More information about the gstreamer-devel
mailing list