[gst-devel] How to stream audio data from live Stream

Florent fthiery at gmail.com
Thu Feb 25 08:51:22 CET 2010


Hi,

>       How to stream audio from live stream audio card using c with
> gstreamer pipeline?

check alsasrc. An example pipeline would be:

gst-launch alsasrc ! queue ! vorbisenc ! oggmux ! shout2send

Be it c on any other language, you'll still need to elaborate your
pipeline first. The easiest transition will then be to use
gst_parse_launch [1]

Cheers

Florent

[1] http://www.gstreamer.net/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstParse.html




More information about the gstreamer-devel mailing list