raspberry pi omx decoding

Arnaud Loonstra arnaud at sphaero.org
Fri Nov 28 15:23:55 PST 2014


I'm able to play a 1080p h264 file smoothly on an rpi using 1.4.4 and 
latest gst-omx:
gst-launch-1.0 -v filesrc location=test.h264 ! decodebin ! queue ! 
glimagesink


However if I try to send a x264 encoded stream from a desktop to the RPi 
I only get a green screen.

I.e:
gst-launch-1.0 -v udpsrc port=5000 !
application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! 
decodebin ! queue ! glimagesink sync=false

from a desktop:
gst-launch-1.0 -v ximagesrc use-damage=false !
videoconvert ! x264enc ! rtph264pay ! udpsink host=raspberrypi port=5000

Has anybody had more success? Are there specific parameters needed?

Rg,

Arnaud
-- 
w: http://www.sphaero.org
t: http://twitter.com/sphaero
g: http://github.com/sphaero
i: freenode: sphaero_z25


More information about the gstreamer-devel mailing list