Im trying to make a command for gstreamer so it can play multiple video files simultaneously. So I done some research and found this one
I am trying to stream cast a computer generated video using gstreamer and icecast, but I cannot get gstreamer appsrc to work. My app works as expected if I use xvimagesink as thesink(see commented cod
I\'m trying to create a rather unusual program that needs video to play smoothly from one clip to the next, without blinking. At this point, at the end of the stream, I change the path to the next cli
I have a project that runs Python 2.7, PyGTK 2.24, and the most recent version of PyGST. I am getting a weird intermittent error in the following code. With the first, longer error, the video will pl
I have this code for monitoring a webcam with python and pygtk. The question is, how I take a snapshot with this code?:
I want to use gstreamer library to work with sound in my c++ application. Can you tell me there are any ways to c开发者_Python百科hange sound tempo, pitch, etc?
I\'m trying to work with GStreamer. I\'m following a tutorial (http://pygstdocs.berlios.de/pygst-tutorial/pipeline.html) that gives me the following code:
I am developing an application in Qt which is using gstreamer to stream image from a webcamera.I am unable to change the default v4l2 controls of the camera.Whenever i am trying to set controls while
I have created a live continuous mjpeg stream. A crude illustration is like this ....[image (jpeg)]->[text \"content-length\"]->[image (jpeg)]->[text \"content-length\"]->....
I want to play audio files with different playback rates using GStreamer.This already works fine.However, in contrast to the Python GStreamer reference, negative rates do not play the audio file backw