<div>Thanks Carl,</div>
<div> </div>
<div>I have succeeded in displaying an HD video via UDProtocol with those gst-launch pipe :</div>
<div><span lang="FR">
<p>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</p>
<p>CLIENT : gst-launch-0.10 udpsrc port=10308 ! application/x-rtp, clock-rate=90000, payload=96 ! rtph264depay ! vdpauh264dec ! queue ! autovideosink</p></span></div>
<div>The main modification is that I use an autovideosink (in fact xvimagesink).... I must admit that I can&#39;t really explain why... The result is perfect! VDPAU acceleration seems to be there (&lt;20% CPU for decoding operation of this 1280*720 video).</div>

<div> </div>
<div>My problem now is to do this from a raw format video. </div>
<div> </div>
<div>___________</div>

        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/VDPAU-h264-and-UPD-streaming-tp3775715p3776255.html">Re: VDPAU h264 and UPD streaming</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>