Hi,
I use last version of gstreamer plugins bad and I would like to try VDPAU. I test with the big buck bunny movie from blender foundation. I've try with this command : gst-launch-0.10 filesrc=/home/alex/big.mp4 ! mp4mux ! vdpauh264dec ! vdpauvideopostprocess ! vdpausink but it could not link mp4mux with vdph264dec. How can I play h264 with VDPAU capabilities of my NVIDIA card? Thanks in advance for any help, and please excuse my bad english. Regards, ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On 17/11/10 14:38, lonkaji wrote:
> Hi, > > I use last version of gstreamer plugins bad and I would like to try VDPAU. > I test with the big buck bunny movie from blender foundation. > I've try with this command : > gst-launch-0.10 filesrc=/home/alex/big.mp4 ! mp4mux ! vdpauh264dec ! > vdpauvideopostprocess ! vdpausink but it could not link mp4mux with > vdph264dec. > > How can I play h264 with VDPAU capabilities of my NVIDIA card? I think you've specified a muxer where you need a demuxer. Try ffdemux_mov_mp4_m4a_3gp_3g2_mj2 instead of mp4mux. -- TH * http://www.realh.co.uk ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
Thanks for you answer. I already tried this, but it still don't work. I also tried qtmux. I'm currently trying to get gstreamer-vaapi working but I still can't watch a movie accelerated by GPU :( gst-launch filesrc location=/home/alex/big.mp4 ! qtdemux ! vaapidecode ! vaapisink product a lot of: decoding to PIC_FMT_NONE is not supported decode_slice_header error no frame! but still no video. Thanks for your help. Regards, On Wed, Nov 17, 2010 at 4:45 PM, Tony Houghton <[hidden email]> wrote:
------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Tony Houghton
Hi,
Thanks for you answer. I already tried this, but it still don't work. I also tried qtmux. I'm currently trying to get gstreamer-vaapi working but I still can't watch a movie accelerated by GPU :( gst-launch filesrc location=/home/alex/big.mp4 ! qtdemux ! vaapidecode ! vaapisink product a lot of: decoding to PIC_FMT_NONE is not supported decode_slice_header error no frame! but still no video. Thanks for your help. On Wed, Nov 17, 2010 at 4:45 PM, Tony Houghton <[hidden email]> wrote:
------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
you shoudnt be using mux but a demux , try using qtdemux.
- Kapil On Wed, Nov 17, 2010 at 9:53 PM, lonkaji <[hidden email]> wrote: Hi, -- www.mediamagictechnologies.com (Gstreamer, ffmpeg, Red5, Streaming) twitter handle: @gst_kaps http://www.linkedin.com/in/kapilagrawal ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by lonkaji
Hi,
On Wed, 17 Nov 2010, lonkaji wrote: > I'm currently trying to get gstreamer-vaapi working but I still can't watch a movie accelerated by GPU :( > gst-launch filesrc location=/home/alex/big.mp4 ! qtdemux ! vaapidecode ! vaapisink > product a lot of: > decoding to PIC_FMT_NONE is not supported > decode_slice_header error > no frame! You either don't have a recent enough FFmpeg (>= 0.6.x or 2010/01/16 IIRC) or have not built it with VA-API support. Regards, Gwenole. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
Thanks for you answers. I'm using this versions: gstreamer-vaapi 0.2.5-2 gstreamer0.10 0.10.30-1 gstreamer0.10-bad 0.10.20-1 (gstreamer0.10-plugins) gstreamer0.10-bad-plugins 0.10.20-1 (gstreamer0.10-plugins) gstreamer0.10-base 0.10.30-1 gstreamer0.10-base-plugins 0.10.30-1 (gstreamer0.10-plugins) gstreamer0.10-ffmpeg 0.10.11-1 (gstreamer0.10-plugins) gstreamer0.10-good 0.10.25-1 gstreamer0.10-good-plugins 0.10.25-1 (gstreamer0.10-plugins) gstreamer0.10-python 0.10.18-3 gstreamer0.10-ugly 0.10.16-1 gstreamer0.10-ugly-plugins 0.10.16-1 (gstreamer0.10-plugins) ffmpeg 25679-1 vdpau-video 0.7.2-1 My video card is a nVidia ION. More informations: gst-inspect-0.10 | grep vaapi vaapisink: vaapisink: VA-API sink vaapidecode: vaapidecode: VA-API decoder vaapiconvert: vaapiconvert: VA-API colorspace converter vdpau: vdpausink: VDPAU Sink vdpau: vdpauvideopostprocess: VdpauVideoPostProcess vdpau: vdpaumpeg4dec: VDPAU Mpeg4 Decoder vdpau: vdpauh264dec: VDPAU H264 Decoder vdpau: vdpaumpegdec: VDPAU Mpeg Decoder FFmpeg version SVN-r25679, Copyright (c) 2000-2010 the FFmpeg developers built on Nov 17 2010 17:21:00 with gcc 4.5.1 configuration: --prefix=/usr --enable-avfilter --enable-vaapi --enable-hwaccel=h263_vaapi --enable-hwaccel=mpeg2_vaapi --enable-hwaccel=vc1_vaapi --enable-hwaccel=mpeg4_vaapi --enable-hwaccel=h264_vaapi --enable-hwaccel=wmv3_vaapi --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libfaac --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-postproc --enable-shared --enable-pthreads --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-version3 --enable-nonfree --enable-runtime-cpudetect --disable-debug I think I have a recent enough FFmpeg and It seems to built with vaapi support. I still don't understand why this doesn't work, I can send you more debug informations if you like. Regards,
On Thu, Nov 18, 2010 at 9:09 AM, Gwenole Beauchesne <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Gwenole Beauchesne-3
More informations:
vainfo return: libva: libva version 0.31.1 Xlib: extension "XFree86-DRI" missing on display ":0.0". libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/dri/nvidia_drv_video.so libva: va_openDriver() returns 0 vainfo: VA API version: 0.31 vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA-API - 0.7.2 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointVLD VAProfileH264High : VAEntrypointVLD VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD On Thu, Nov 18, 2010 at 10:09 AM, Gwenole Beauchesne <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Gwenole Beauchesne-3
Hi,
I tried with an intel video card without success too :( gst-launch-0.10 filesrc location=/home/alex/big.mp4 ! qtdemux ! vaapidecode ! vaapisink libva: libva version 0.31.1 libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/dri/i965_drv_video.so libva: va_openDriver() returns 0 Setting pipeline to PAUSED ... libva: libva version 0.31.1 libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/dri/i965_drv_video.so libva: va_openDriver() returns 0 Pipeline is PREROLLING ... gst-launch-0.10: i965_avc_ildb.c:621: i965_avc_ildb_decode_init: Assertion `avc_ildb_context->urb.cs_start + avc_ildb_context->urb.num_cs_entries * avc_ildb_context->urb.size_cs_entry <= ((((&i965->intel)->device_id == 0x0042) || ((&i965->intel)->device_id == 0x0046)) ? 1024 : (((&i965->intel)->device_id == 0x2E02 || (&i965->intel)->device_id == 0x2E12 || (&i965->intel)->device_id == 0x2E22 || (&i965->intel)->device_id == 0x2E32) || ((&i965->intel)->device_id == 0x2A42)) ? 384 : 256)' failed. zsh: abort gst-launch-0.10 filesrc location=/home/alex/big.mp4 ! qtdemux ! vaapidecode ! I really don't understand where is my mistake! Thanks in advance for any help. Regards,
On Thu, Nov 18, 2010 at 10:09 AM, Gwenole Beauchesne <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Gwenole Beauchesne-3
Hi,
I don'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) Now I would like to display RTSP streams from IP cameras (Axis P1343). Here is the result: gst-launch-0.10 rtspsrc location=rtsp://192.168.0.127/axis-media/media.amp latency=0 ! rtph264depay ! h264parse ! vaapidecode ! vaapisink libva: libva version 0.31.1 Xlib: extension "XFree86-DRI" missing on display ":0.0". libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/dri/nvidia_drv_video.so libva: va_openDriver() returns 0 Setting pipeline to PAUSED ... libva: libva version 0.31.1 Xlib: extension "XFree86-DRI" missing on display ":0.0". libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/dri/nvidia_drv_video.so libva: va_openDriver() returns 0 Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... New clock: GstSystemClock (gst-launch-0.10:1980): GStreamer-CRITICAL **: gst_pad_set_caps: assertion `caps == NULL || gst_caps_is_fixed (caps)' failed (gst-launch-0.10:1980): GStreamer-CRITICAL **: gst_pad_set_caps: assertion `caps == NULL || gst_caps_is_fixed (caps)' failed ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc0: Internal data flow error. Additional debug info: gstbasesrc.c(2550): gst_base_src_loop (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc0: streaming task paused, reason not-negotiated (-4) Execution ended after 34908077 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ... It seems there are some problems with RTSP and caps. Anyone can help me? Is gstreamer-vaapi have been tested with RTSP streams ? Thanks for your help. Regards, On Thu, Nov 18, 2010 at 9:09 AM, Gwenole Beauchesne <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |