VDPAU h264 and UPD streaming
Lauraire
jeremy.lauraire at gmail.com
Mon Aug 29 06:45:09 PDT 2011
Thanks Carl,
I have succeeded in displaying an HD video via UDProtocol with those
gst-launch pipe :
SERVER : gst-launch-0.10 filesrc
location=/home/jeremy/Bureau/FighterPilot.wmv ! decodebin ! x264enc !
rtph264pay pt=96 ! udpsink host=192.168.1.14 port=10308 sync=false
CLIENT : gst-launch-0.10 udpsrc port=10308 ! application/x-rtp,
clock-rate=90000, payload=96 ! rtph264depay ! vdpauh264dec ! queue !
autovideosink
The main modification is that I use an autovideosink (in fact
xvimagesink).... I must admit that I can't really explain why... The result
is perfect! VDPAU acceleration seems to be there (<20% CPU for decoding
operation of this 1280*720 video).
My problem now is to do this from a raw format video.
___________
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/VDPAU-h264-and-UPD-streaming-tp3775715p3776255.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110829/8a9f7984/attachment.htm>
More information about the gstreamer-devel
mailing list