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------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel