question about rtp over tcp
Sebastian Dröge
sebastian at centricular.com
Sat Apr 19 10:13:47 PDT 2014
On Mi, 2014-04-16 at 13:56 +0800, 111 wrote:
> when i use gstreamer for my application, i dont know how to use gst to receive rtp over tcp.
> rtp over tcp ,that is a protocol in rfc2326.
> i use tcpserversrc to receive data , and then connect to rtpbin, but it will not recognize these datas.
> if i use udpsrc instead of tcpserversrc, it will be ok!
>
>
>
> plz help me . if i want to receive rtp over tcp, how can i do?
You could use RTSP (which is RFC2326) and use rtspsrc on the client side
and gst-rtsp-server on the server side.
Or you could use the rtpstreampay / rtpstreamdepay elements, which
implement RFC4571. These however provide no signalling/negotiation
protocol like RTSP.
--
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140419/ef57a136/attachment.sig>
More information about the gstreamer-devel
mailing list