H264 Decoding
yusuf.husainy
yusuf.husainy at gmail.com
Wed Jun 26 23:12:05 PDT 2013
Hi,
You would need to depayload the data first before you parse or decode t,
provided you payloaded it on the transmitting side.
Assuming you are using RTP for the payloading you would do this:
gst-launch-1.0 -v udpsrc port=40000 ! \
! rtph264depay caps="copy the caps generated on the transmitting side by
udpsink" ! video/x-h264, width=320, height=240, framerate=30/1 ! \
h264parse ! \
avdec_h264 ! \
fakesink
Regards,
Yusuf Husainy
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/H264-Decoding-tp4660761p4660763.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list