How to stream audio data from live Stream

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to stream audio data from live Stream

Gaurang T
Hello,
       How to stream audio from live stream audio card using c with gstreamer pipeline?

Thanks,
Gaurang
Reply | Threaded
Open this post in threaded view
|

Re: How to stream audio data from live Stream

Frans van Berckel
Hi Gaurang,

Do you know the Flumotion streaming server?

http://www.flumotion.net/

Thanks,


Frans van Berckel

On Wed, 2010-02-24 at 06:22 -0800, Gaurang T wrote:
> Hello,
>        How to stream audio from live stream audio card using c with
> gstreamer pipeline?
>
> Thanks,
> Gaurang



------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: How to stream audio data from live Stream

Florent THIERY-2
In reply to this post by Gaurang T
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