[gst-devel] how to play mpegts using /dev/stdin

Stefan Kost ensonic at hora-obscura.de
Sat Jul 26 21:13:54 CEST 2008


john david schrieb:
> Hi,
>                I installed packages in my(fc8, i386) system 
> gstreamer-0.10, gst-ffmpeg-0.10.4, gst-plugins-base-0.10.20, liboil-0.3.14.
>     when i  tried to run,  cat  test.ts | gst-launch-0.10 playbin 
> uri=file:///dev/stdin,
> for this i got the fallowing messages,
> 
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
> ERROR: from element /playbin0/decodebin0/ffdemux_mpegts0: Element 
> doesn't implement handling of this stream. Please file a bug.
> Additional debug info:
> gstffmpegdemux.c(987): gst_ffmpegdemux_sink_activate (): 
> /playbin0/decodebin0/ffdemux_mpegts0:
> failed to activate sinkpad in pull mode, push mode not implemented yet
> ERROR: pipeline doesn't want to preroll.
> Setting pipeline to NULL ...
> ** Message: don't know how to handle video/mpegts, 
> systemstream=(boolean)true, packetsize=(int)188
> FREEING pipeline ...
> 

try
cat  test.ts | gst-launch-0.10 playbin uri=fd://0

Stefan
>                       
> 
> regards,
> john david.
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list