How to pause pipeline using command prompt?

Nicolas Dufresne nicolas.dufresne at collabora.com
Tue May 5 11:35:21 PDT 2015


Le mardi 05 mai 2015 à 12:27 -0400, Stirling Westrup a écrit :
> > gst-launch playbin uri=file:///D:/1.mp3
> > 
> > Sample:
> > gst-launch audiotestsrc freq=400 wave=0 is-live=true name=test !
> > audioconvert ! audioresample ! directsoundsink
> > 
> There are no gstreamer elements for controlling a pipeline from the 
> keyboard. If you want to do that, you'll have to write a program 
> that uses gstreamer, not just use gst-launch.

Exceptions to recent version of gst-play-1.0, where this should let
you control the playback (I never tested it on windows, but should
work).

  gst-play-1.0 --interactive file:///D:/1.mp3

I notice the use of gst-launch (without -1.0) which lead me to think
you are doing development on top of an very old version of GStreamer.
Make sure to use recent version of GStreamer, this way you will have
better and more accurate support on this ML.

cheers,
Nicolas

p.s. current stable GStreamer for Windows can be found here, 
http://gstreamer.freedesktop.org/data/pkg/windows/1.4.5/


More information about the gstreamer-devel mailing list