[Asterisk-Users] Streaming MP3's from Asterisk with Ices

Flu asterisk at digitalforplay.com
Tue Jul 19 11:44:15 MST 2005


As you mentioned, you'll need to use Ices in order to stream MP3s, I
believe Ices2 is only for OGG. Ices is fairly easy to setup, however.
Once you have the streaming working properly, you can then hook any
extension you like into the stream by using the "mp3player" application.
You'll also need to install mp3 support for asterisk in order for this
to work. You can do this by running "make mpg123" from the Asterisk
source directory.

Once this is setup, you can setup the stream on an extension like so: 

exten => 100,1,MP3Player(http://64.236.34.196:80/stream/1074)

Now, after reloading Asterisk, you should be able to hear the stream on
extension 100.

Enjoy!

On Mon, 2005-07-18 at 17:44 -0700, Geoff Karl wrote:
> I am trying to stream an mp3 file from an Asterisk meetme conference.
> 
> Ices and Icecast are streaming mp3 files on their own. 
> 
> I have looked at the info on the wiki and the various readme files.
> 
> It appears you need to use Ices2 to work with the confirguration file
> that Asterisk gives you, but it calls Ices.  Ices2 appears to only
> stream ogg files and i would like to stream an mp3 file.
> 
> Being that my end goal is to stream an mp3 file any ideas on how this
> should be configured.
> 
> thanks,
> 
> Geoff
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 




More information about the asterisk-users mailing list