I wrote a little Python script which uses an Adder plugin to mix two source streams together. After starting the program, you hear a 1kHz tone generated by the audiotestsrc plugin. When you press Ent
For the last two month I have been trying to \"fool\" safari into thinking that it\'s looking at a file on the server, which in fact is a live video stream from a camera encoded and muxed upon request
EDIT Updated code with solution I need to transcode amr to mp3, so i wrote a gstreamer pipeline in gstreamer-java. It looks like this:
I have written a python script to use gstreamer (pygst and gst modules) to calculate replaygain tags, and it was crashing inconsistently with various gobject errors. I found somewhere that you could f
I have a camera feed coming into a linux machine using a V4l2 interface as the source for a gstreamer pipeline. I\'m building an interface to control the camera, and I would like to do so in HTML/java
Following code is written to play a .wav file but it doesn\'t seem to work. I would like to know if i am missing something in it.
I have a directory with a set of YYYY-MM-DD-dated files in as so: pictures/ 2010-08-14.png 2010-08-17.png
ok, I have something like this: self.pipeline = gst.Pipeline() self.tee = gst.element_factory_make self.source = gst.element_factory_make(\'subdevsrc\')
I\'m trying to create a FUSE fs which transcodes all sound files to mp3. My first idea is to use gstreamer as the backend for transcoding.
How to view the output of functions like GST_CAT_INFO, GST_DEBUG etc? Do I need to comp开发者_运维百科ile gstreamer myself with debug level set or it can be done at application level?Debugging message