<div dir="ltr">Many thanks Edward, that did the trick :)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 31, 2020 at 7:11 PM Edward Hervey <<a href="mailto:bilboed@bilboed.com">bilboed@bilboed.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
  I'm going on a limb here ... but I'm guessing what's transferred over SRT is<br>
mpeg-ts (and not raw h264). So use tsdemux after srtsrc.<br>
<br>
  Or better yet: srtsrc ! video/mpeg-ts ! queue ! decodebin ! queue !<br>
autovideosink<br>
<br>
  That will take care of demuxing, decoding ,... <br>
<br>
  BR,<br>
<br>
    Edward<br>
<br>
On Thu, 2020-12-24 at 16:31 +1100, <a href="mailto:therecycledrobot@gmail.com" target="_blank">therecycledrobot@gmail.com</a> wrote:<br>
> Hi All,<br>
> <br>
> Brand new GStreamer developer here. At the moment I am keeping things simple<br>
> and trying to ingest a H.264 encoded SRT stream and then just display the<br>
> stream. I am using the following command:<br>
> <br>
> gst-launch-1.0 srtsrc uri="srt://<a href="http://10.10.255.185:10000?passphrase=testing123" rel="noreferrer" target="_blank">10.10.255.185:10000?passphrase=testing123</a>" !<br>
> h264parse ! avdec_h264 ! autovideosink<br>
> <br>
> ...and the output stream looks like this:<br>
> <br>
> <br>
> <br>
> I have been doing some reading which takes about the need to force a key unit,<br>
> but after a lot of searching and reading I am a bit unsure if that's<br>
> related or how to do that.<br>
> <br>
> Any help would be greatly appreciated.<br>
> <br>
> Cheers,<br>
> Matt<br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>