Wowza Community

Correct gstreamer command to handle mpeg-ts SRT

I’m just wondering if there is an example gstreamer receiver server command to handle the SRT mpeg-ts stream. My other comand produced blocky images so was wondering how it handles the mpeg-ts stream. I’ve got this so far for testing.

gst-launch-1.0 -v srtsrc uri=“srt://:8081” ! tsdemux ! h264parse ! video/x-h264 ! avdec_h264 ! autovideosink sync=false

Please open this link from Haivision:

https://github.com/Haivision/srt/blob/master/docs/gstreamer.md

I did see you opened a support ticket- thank you. I will follow that conversation once it assigned to an engineer. I hope the link posted above helps you a bit in the meantime.

The only documented params on that page that migh be suitable is the one I posted. I’ll try that again, the receiver server would be like

gst-launch-1.0 srtsrc uri=srt://:8888 ! tsdemux ! h264parse ! video/x-h264 ! avdec_h264 ! autovideosink sync=false