gstreamer H264 decoding via shared memory.

Chuck Crisler ccrisler at mutualink.net
Thu Jan 17 07:20:22 PST 2013


Often using a queue will fix problems like this. something ! queue !
something else

On Sun, Jan 13, 2013 at 6:57 AM, yahia <yahia.benmoussa at gmail.com> wrote:

> Hi all,
>
> I want to decode h264 video in tow steps. Transferring the video to shared
> memory then playing it from shared memory.
> I have used shmsink and shmsrc pad. Here is my pipes :
>
> server side :
> gst-launch-0.10  filesrc location=video.h264   ! typefind ! shmsink
> socket-path=/tmp/shmsink shm-size=10000000
>
> client side :
> gst-launch-0.10  shmsrc socket-path=/tmp/shmsink !  ffdec_h264 !
> xvimagesink
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
>
> I'm getting client side blocked without playing the video.
> Do you have any suggestion ?
>
> Thanks.
> Yahia
>
>
>
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/gstreamer-H264-decoding-via-shared-memory-tp4657894.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130117/40d280b5/attachment.html>


More information about the gstreamer-devel mailing list