can't play h264 over RTP

Marc Leeman marc.leeman at gmail.com
Fri Aug 6 19:42:35 UTC 2021


I can reply more extensively next week, but have a look at rtpsink/rtpsrc

On Fri, 6 Aug 2021, 16:15 niXman via gstreamer-devel, <
gstreamer-devel at lists.freedesktop.org> wrote:

>
> Hi,
>
> using the following pipeline I can save a video-stream as file and can
> play it using VLC:
> gst-launch-1.0 -v \
> v4l2src device=/dev/video15 \
> ! video/x-raw,width=320,height=240,format=NV12 \
> ! v4l2h264enc \
> ! filesink location=out.h264
>
> but when I have changed the pipeline like this I can't play it in any
> way known to me:
> gst-launch-1.0 -v \
> v4l2src device=/dev/video15 \
> ! video/x-raw,width=320,height=240,format=NV12 \
> ! v4l2h264enc \
> ! h264parse \
> ! rtph264pay \
> ! udpsink host=192.168.2.253 port=8655
>
>
> but I can see the incoming traffic on the destination side using
> tcpdump.
>
> is there any ideas how can I play it using VLC/ffplay/etc ?
>
>
> best!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210806/2d63cef0/attachment.htm>


More information about the gstreamer-devel mailing list