Decoding output of omxh264enc in bytestream format

Denis G sydneyaja at hotmail.com
Tue Apr 2 09:20:59 UTC 2019


Hi Andrea,

I found your unanswered question regarding the issue you were having when
trying to decode a stream encoded with omxh264enc. I am having the same
issue and I wonder how you managed to decode this stream.

Outgoing stream from a Raspberry Pi:

gst-launch-1.0 v4l2src device=/dev/video0 !
video/x-raw,width=1280,height=480,framerate=30/1 ! omxh264enc
target-bitrate=5000000 control-rate=variable ! rtph264pay name=pay0 pt=96 !
gdppay ! tcpserversink host=192.168.1.78 port=5001

Stream decoding from a remote computer (this command fails):

gst-launch-1.0 -v tcpclientsrc host=192.168.1.78 port=5001 ! rtph264depay !
avdec_h264 ! videoconvert ! autovideosink sync=false

Thank you,

Denis.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list