Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-31 Thread covici
Jonathan Addleman j...@redowl.ca wrote: nik600 wrote: I was trying to record a call usng Mixmonitor and then convert it using ffmpeg but the recording file is continuosly growing and ffmpeg ends the conversion before of the call completion. Here's my quick and easy eagi script:

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-31 Thread nik600
Many thanks Jonathan! On Wed, Mar 31, 2010 at 10:29 AM, cov...@ccs.covici.com wrote: What is the significance of /dev/fd/3 where does it come from? I'ts the file descriptor 3 for the EAGI process, wich contains the audio. -- /*/ nik600 http://www.kumbe.it --

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-31 Thread covici
OK, I see, but what I would really like to do is the opposite -- stream an internet stream into a call or a meetme conference -- what would be the best way on how to do that? nik600 nik...@gmail.com wrote: Many thanks Jonathan! On Wed, Mar 31, 2010 at 10:29 AM, cov...@ccs.covici.com wrote:

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-31 Thread Randy R
On Wed, Mar 31, 2010 at 2:17 PM, cov...@ccs.covici.com wrote: OK, I see, but what I would really like to do is the opposite -- stream an internet stream into a call or a meetme conference -- what would be the best way on how to do that? And (hijacking thread with related question) I'd like to

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-31 Thread Philipp von Klitzing
Hi! And (hijacking thread with related question) I'd like to stream from an incoming leg of a SIP channel to the Internet. Any suggestions on that? Start here: http://www.voip-info.org/wiki/view/Asterisk+cmd+ices Philipp --

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-31 Thread Randy R
On Wed, Mar 31, 2010 at 6:27 PM, Philipp von Klitzing klitz...@pool.informatik.rwth-aachen.de wrote: Start here: http://www.voip-info.org/wiki/view/Asterisk+cmd+ices Thanks, Philipp -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-30 Thread Jonathan Addleman
nik600 wrote: I was trying to record a call usng Mixmonitor and then convert it using ffmpeg but the recording file is continuosly growing and ffmpeg ends the conversion before of the call completion. Here's my quick and easy eagi script: #!/bin/sh cat /dev/fd/3 | sox -t raw -r 8000 -w -s -c

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-29 Thread nik600
On Fri, Mar 19, 2010 at 2:30 PM, Jonathan Addleman j...@redowl.ca wrote: If that doesn't work for some reason (In my case, I needed to stream through a flash applet on a web page, so it needed to be an mp3 stream), you can use an eagi that pipes through an encoder and then to your streaming

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-19 Thread Jonathan Addleman
Philipp von Klitzing wrote: I would like to know if any one have experience with live audio streaming like 1. Streaming from an online resource Look at app_ices and icecast. http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Ices If that doesn't work for some reason (In my case, I

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-19 Thread ABBAS SHAKEEL
Thanks alot for the value able information. My client is not sure about the requirements as he reaches a final decision then i can move forward to start working on it. Thanks for the info. On Fri, Mar 19, 2010 at 6:30 PM, Jonathan Addleman j...@redowl.ca wrote: Philipp von Klitzing wrote: I

[asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-18 Thread ABBAS SHAKEEL
Hello all, I would like to know if any one have experience with live audio streaming like 1. Streaming from an online resource 2. Streaming from sound card AUX interface.. What i want to accomplish is that on receiving a callers call i play back a live audio stream or stream from sound card AUX

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-18 Thread Philipp von Klitzing
I would like to know if any one have experience with live audio streaming like 1. Streaming from an online resource Look at app_ices and icecast. http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Ices Philipp -- _

Re: [asterisk-users] Live Audio Streaming- From Aux interface-Online resource

2010-03-18 Thread ABBAS SHAKEEL
Thanks I will look into it. On Fri, Mar 19, 2010 at 2:26 AM, Philipp von Klitzing klitz...@pool.informatik.rwth-aachen.de wrote: I would like to know if any one have experience with live audio streaming like 1. Streaming from an online resource Look at app_ices and icecast.