<div dir="auto">I can reply more extensively next week, but have a look at rtpsink/rtpsrc</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 6 Aug 2021, 16:15 niXman via gstreamer-devel, <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi,<br>
<br>
using the following pipeline I can save a video-stream as file and can <br>
play it using VLC:<br>
gst-launch-1.0 -v \<br>
v4l2src device=/dev/video15 \<br>
! video/x-raw,width=320,height=240,format=NV12 \<br>
! v4l2h264enc \<br>
! filesink location=out.h264<br>
<br>
but when I have changed the pipeline like this I can't play it in any <br>
way known to me:<br>
gst-launch-1.0 -v \<br>
v4l2src device=/dev/video15 \<br>
! video/x-raw,width=320,height=240,format=NV12 \<br>
! v4l2h264enc \<br>
! h264parse \<br>
! rtph264pay \<br>
! udpsink host=192.168.2.253 port=8655<br>
<br>
<br>
but I can see the incoming traffic on the destination side using <br>
tcpdump.<br>
<br>
is there any ideas how can I play it using VLC/ffplay/etc ?<br>
<br>
<br>
best!<br>
</blockquote></div>