<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 30 janv. 2020 13 h 30, jles <<a href="mailto:jlesquer@gmail.com">jlesquer@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I'm trying to play in VLC the next gstreamer pipeline form:<br>
<br>
appsrc -> omxh264 -> h264parser -> mpegtsmux -> udpsink<br>
In order to play it in VLC I setup the network stream source to:<br>
<br>
udp://192.168.1.12@:5000/<br>
The VLC only plays the video following the next sequence:<br>
<br>
- Start VLC player and open network connection, (remains on waiting status).<br>
<br>
- Start/play the gstreamer pipeline.<br>
<br>
But if I try the other way around, i.e. start first the gstreamer pipeline<br>
and after launch VLC, it is not able to display the incoming udp video<br>
stream.<br>
<br>
Ideally I need to play/start the gstreamer udp stream and open VLC any time<br>
I need to play/see the video.<br>
<br>
Does anyone have any idea/clue why it's behaving like this?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">There is likely a property on your encoder to control the keyframe interval. What might be happening is that only one keyframe is sent at the start, so if you start VLC after, it will wait forever.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>