Hi,<br><br>I don&#39;t understand why but after a reboot I now can play h264 files using gstreamer-vaapi! (with just this line: gst-launch-0.10 filesrc location=/home/camtrace/harry.mp4 ! qtdemux ! vaapidecode ! vaapisink)<br>
<br>Now I would like to display RTSP streams from IP cameras (Axis P1343).<br>Here is the result:<br><br>gst-launch-0.10 rtspsrc location=rtsp://<a href="http://192.168.0.127/axis-media/media.amp">192.168.0.127/axis-media/media.amp</a> latency=0 ! rtph264depay ! h264parse ! vaapidecode ! vaapisink<br>
libva: libva version 0.31.1<br>Xlib:  extension &quot;XFree86-DRI&quot; missing on display &quot;:0.0&quot;.<br>libva: va_getDriverName() returns 0<br>libva: Trying to open /usr/lib/dri/nvidia_drv_video.so<br>libva: va_openDriver() returns 0<br>
Setting pipeline to PAUSED ...<br>libva: libva version 0.31.1<br>Xlib:  extension &quot;XFree86-DRI&quot; missing on display &quot;:0.0&quot;.<br>libva: va_getDriverName() returns 0<br>libva: Trying to open /usr/lib/dri/nvidia_drv_video.so<br>
libva: va_openDriver() returns 0<br>Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br><br>(gst-launch-0.10:1980): GStreamer-CRITICAL **: gst_pad_set_caps: assertion `caps == NULL || gst_caps_is_fixed (caps)&#39; failed<br>
<br>(gst-launch-0.10:1980): GStreamer-CRITICAL **: gst_pad_set_caps: assertion `caps == NULL || gst_caps_is_fixed (caps)&#39; failed<br>ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc0: Internal data flow error.<br>
Additional debug info:<br>gstbasesrc.c(2550): gst_base_src_loop (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc0:<br>streaming task paused, reason not-negotiated (-4)<br>Execution ended after 34908077 ns.<br>
Setting pipeline to PAUSED ...<br>Setting pipeline to READY ...<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br><br>It seems there are some problems with RTSP and caps.<br>Anyone can help me?<br>Is gstreamer-vaapi have been tested with RTSP streams ?<br>
Thanks for your help.<br><br>Regards,<br><br><div class="gmail_quote">On Thu, Nov 18, 2010 at 9:09 AM, Gwenole Beauchesne <span dir="ltr">&lt;<a href="mailto:gbeauchesne@splitted-desktop.com">gbeauchesne@splitted-desktop.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi,<br>
<div class="im"><br>
On Wed, 17 Nov 2010, lonkaji wrote:<br>
<br>
&gt; I&#39;m currently trying to get gstreamer-vaapi working but I still can&#39;t watch a movie accelerated by GPU :(<br>
&gt; gst-launch filesrc location=/home/alex/big.mp4 ! qtdemux ! vaapidecode ! vaapisink<br>
&gt; product a lot of:<br>
&gt; decoding to PIC_FMT_NONE is not supported<br>
&gt; decode_slice_header error<br>
&gt; no frame!<br>
<br>
</div>You either don&#39;t have a recent enough FFmpeg (&gt;= 0.6.x or 2010/01/16 IIRC)<br>
or have not built it with VA-API support.<br>
<br>
Regards,<br>
<font color="#888888">Gwenole.<br>
</font><div><div></div><div class="h5"><br>
------------------------------------------------------------------------------<br>
Beautiful is writing same markup. Internet Explorer 9 supports<br>
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 &amp; L3.<br>
Spend less time writing and  rewriting code and more time creating great<br>
experiences on the web. Be a part of the beta today<br>
<a href="http://p.sf.net/sfu/msIE9-sfdev2dev" target="_blank">http://p.sf.net/sfu/msIE9-sfdev2dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>