Decode Gstreamer RTP H264 with ffmpeg (or VLC)
omer.tal
jacklawi at gmail.com
Wed Dec 16 17:09:41 UTC 2020
Hello,
So I finally figured out the issue.
My source is appsrc, and the format of the incoming images is RGB.
It appears that when running `videoconvert` before the `x264enc` it will
convert the format to Y444, which from some reason is not playable in VLC. I
had to specify a capsfilter to tell it to convert to I420 before the
encoder.
As for ffmpeg, I'm not sure why it didn't work (I changed many things so I
lost track). But now it works.
Thanks anyway...
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list