Decode Gstreamer RTP H264 with ffmpeg (or VLC)

Marc Leeman marc.leeman at gmail.com
Wed Dec 16 12:29:24 UTC 2020


If you are running 1.18,, you can do

$ gst-launch-1.0 videotestsrc ! x264enc ! h264parse ! rtph264pay
config-interval=1 ! rtpsink uri=rtp://239.1.2.3:1234
$ gst-launch-1.0 uridecodebin
uri=rtp://239.1.2.3:1234?encoding-name=H264 ! autovideosink

On Wed, 16 Dec 2020 at 13:15, omer.tal <jacklawi at gmail.com> wrote:
>
> So it looks like I can play the stream when I use "intra-refresh=true"
> instead of IDR.
>
> It makes no sense to me :(
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



-- 
g. Marc


More information about the gstreamer-devel mailing list