srt

classic Classic list List threaded Threaded
4 messages Options
z
Reply | Threaded
Open this post in threaded view
|

srt

z
how to stream rtp packet via srt,thanks!



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: srt

Nicolas Dufresne-5
Le vendredi 16 octobre 2020 à 07:39 -0500, z a écrit :
> how to stream rtp packet via srt,thanks!

SRT is not really meant for that, but perhaps using rtpstreampay would
do ?

Nicolas

>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: srt

Sebastian Dröge-3
In reply to this post by z
On Fri, 2020-10-16 at 07:39 -0500, z wrote:
> how to stream rtp packet via srt,thanks!

If you mean the MPEG-TS in RTP via SRT streams that various
software/hardware out there does, then you can take any of the MPEG-TS
examples and put rtpmp2tpay between the MPEG-TS muxer and the SRT sink.

For receiving nothing special is needed as the MPEG-TS demuxer will
skip all the RTP headers and that will likely work more reliable, but
if you really want to make use of the RTP headers you can use
rtpmp2tdepay between the SRT source and the MPEG-TS demuxer.


However that kind of stream generally doesn't seem like a great idea as
it adds another layer of timing information (MPEG-TS, RTP and SRT) that
might be conflicting with the other layers.

--
Sebastian Dröge, Centricular Ltd · https://www.centricular.com


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
z
Reply | Threaded
Open this post in threaded view
|

Re: srt

z
In reply to this post by Nicolas Dufresne-5
such as follow:
server: appsrc -> videoconvert -> queue -> rtph264pay -> srtsink
client: i don't know how to receive



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel