From linuxmail at 4lin.net Fri Mar 2 16:33:06 2007 From: linuxmail at 4lin.net (Denny Schierz) Date: Fri, 02 Mar 2007 17:33:06 +0100 Subject: [Icecast] Statistic Message-ID: <45E851C2.3010005@4lin.net> hi, is there a way, to create a stastic about listernes, mountpoints and music tiltes? I saw some cacti scripts, but i have no webserver installed on the streamserver, so i would use only plain files, also a database could be improving some things. So, how can i do this? cu denny -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature URL: From toots at rastageeks.org Fri Mar 2 17:07:06 2007 From: toots at rastageeks.org (Romain Beauxis) Date: Fri, 2 Mar 2007 18:07:06 +0100 Subject: [Icecast] Statistic In-Reply-To: <45E851C2.3010005@4lin.net> References: <45E851C2.3010005@4lin.net> Message-ID: <200703021807.06033.toots@rastageeks.org> Le vendredi 2 mars 2007 17:33, Denny Schierz a ?crit?: > hi, Hi ! > is there a way, to create a stastic about listernes, mountpoints ?and > music tiltes? > > I saw some cacti scripts, but i have no webserver installed on the > streamserver, so i would use only plain files, also a database could be > improving some things. So, how can i do this? Well, given that icecast logs are very similar to apache's log, you can use any log analyser that works with apache's logs. You will not get usefull information from referes etc, but will be able to get the number of unique visitors for instance. My real request to the icecast developpers would be a way to log the duration a listener has stayed on a mountpoint. The logs only give connection times, and to have a good log on this, you have to actively poll the listeners connected which is clearly suboptimal.. It could cimply be a line in the form: xx.xx.xx.xx disconnected from mountpoint /bla after *some time* Or perhaps it exists but I am not aware of this.. Romain From dm8tbr at afthd.tu-darmstadt.de Fri Mar 2 17:39:23 2007 From: dm8tbr at afthd.tu-darmstadt.de (Thomas B. Ruecker) Date: Fri, 02 Mar 2007 18:39:23 +0100 Subject: [Icecast] Statistic In-Reply-To: <200703021807.06033.toots@rastageeks.org> References: <45E851C2.3010005@4lin.net> <200703021807.06033.toots@rastageeks.org> Message-ID: <45E8614B.30908@afthd.tu-darmstadt.de> Romain Beauxis wrote: > Well, given that icecast logs are very similar to apache's log, you can use > any log analyser that works with apache's logs. You will not get usefull > information from referes etc, but will be able to get the number of unique > visitors for instance. > > > My real request to the icecast developpers would be a way to log the duration > a listener has stayed on a mountpoint. > The logs only give connection times, and to have a good log on this, you have > to actively poll the listeners connected which is clearly suboptimal.. > > It could cimply be a line in the form: > xx.xx.xx.xx disconnected from mountpoint /bla after *some time* > > Or perhaps it exists but I am not aware of this.. > http://webalizer.bzhtec.com/ - oldies but goodies... From lance at dallypost.com Fri Mar 2 17:33:00 2007 From: lance at dallypost.com (Lance Earl) Date: Fri, 02 Mar 2007 10:33:00 -0700 Subject: [Icecast] JOrbis Playlist is broken Message-ID: <45E85FCC.2010109@dallypost.com> I just installed jorbis to use as an embedded player for streaming radio that we offer. I would like to configure it to play the stream by default, but to offer various ogg files in the playlist so that the user can switch to something besides the stream, can this be done? I have created the playlist but jorbis does not seem to see it. I have tried to load the player to see the playlist with: http://www.dallypost.com/a/radio/jorbis/JOrbisPlayer.html no joy!! I tried to load it to play the stream with: http://www.dallypost.com/a/radio/jorbis/JOrbisPlayer.html?play=http://dallypost.com:8000/DallyPostRadio.ogg no joy!! Can some one help? Lance From linuxmail at 4lin.net Fri Mar 2 18:15:51 2007 From: linuxmail at 4lin.net (Denny Schierz) Date: Fri, 02 Mar 2007 19:15:51 +0100 Subject: [Icecast] Statistic In-Reply-To: <45E8614B.30908@afthd.tu-darmstadt.de> References: <45E851C2.3010005@4lin.net> <200703021807.06033.toots@rastageeks.org> <45E8614B.30908@afthd.tu-darmstadt.de> Message-ID: <45E869D7.9000301@4lin.net> hi, Thomas B. Ruecker schrieb: > http://webalizer.bzhtec.com/ - oldies but goodies... no way, webalizer needs a running webserver and there is no way for me. My thoughts were to build a database connection, fill the logs there and building the statistic on the fly with a nice interface. cu denny ps. Nabend ebenfalls aus Darmstadt ;-) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature URL: From lance at dallypost.com Sun Mar 4 10:15:03 2007 From: lance at dallypost.com (Lance Earl) Date: Sun, 04 Mar 2007 03:15:03 -0700 Subject: [Icecast] Parsing /admin/stats with PHP Message-ID: <45EA9C27.3020508@dallypost.com> I am trying to connect to my icecast server with the following php script and I keep getting an error. Script and errot follow: $server = "www.dallypost.com:8000"; $user = "admin"; $passw = "my_pass_word"; $mountpoint = "/DallyPostRadio.ogg"; $fp = fopen("http://$user:$passw@$server/admin/stats","r") or die("Error reading Icecast data from $server."); ______________________________________________ *Warning*: fopen(http://... at www.dallypost.com:8000/admin/stats) [function.fopen ]: failed to open stream: HTTP request failed! HTTP/1.0 401 Authentication Required in */var/www/a/radio/server_data.php* on line *8* Error reading Icecast data from www.dallypost.com:8000. I sure will appreciate any help Lance From timpuri at kepit.fi Sun Mar 4 11:20:57 2007 From: timpuri at kepit.fi (=?ISO-8859-1?Q?Timo_H=E4kli?=) Date: Sun, 4 Mar 2007 13:20:57 +0200 Subject: [Icecast] Parsing /admin/stats with PHP In-Reply-To: <45EA9C27.3020508@dallypost.com> References: <45EA9C27.3020508@dallypost.com> Message-ID: Hi! Try to use curl for http query. Maybe fopen does not support Basic authentication. Code will be somethin like this: (not tested) $server = "www.dallypost.com:8000"; $user = "admin"; $passw = "my_pass_word"; $mountpoint = "/DallyPostRadio.ogg"; $url = "http://$user:$passw@$server/admin/stats"; $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $url); $statuspage = curl_exec($ch); curl_close ($ch); if (curl_errno($ch)) { $curl_error = curl_error($ch); die( "Error reading Icecast data from $server. Curl error: $curl_error" ); } Timo Lance Earl kirjoitti 4.3.2007 kello 12:15: > I am trying to connect to my icecast server with the following php > script and I keep getting an error. Script and errot follow: > > $server = "www.dallypost.com:8000"; > $user = "admin"; > $passw = "my_pass_word"; > $mountpoint = "/DallyPostRadio.ogg"; > > $fp = fopen("http://$user:$passw@$server/admin/stats","r") > or die("Error reading Icecast data from $server."); > > ______________________________________________ > > > *Warning*: fopen(http://... at www.dallypost.com:8000/admin/stats) > [function.fopen ]: > failed to open stream: HTTP request failed! HTTP/1.0 401 > Authentication Required in */var/www/a/radio/server_data.php* on > line *8* > Error reading Icecast data from www.dallypost.com:8000. > > > I sure will appreciate any help > > Lance > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From timpuri at kepit.fi Sun Mar 4 11:02:09 2007 From: timpuri at kepit.fi (=?ISO-8859-1?Q?Timo_H=E4kli?=) Date: Sun, 4 Mar 2007 13:02:09 +0200 Subject: [Icecast] Parsing /admin/stats with PHP In-Reply-To: <45EA9C27.3020508@dallypost.com> References: <45EA9C27.3020508@dallypost.com> Message-ID: <0B0E1A89-0FF7-43E3-9905-B8D7351673FB@kepit.fi> Hi! Try to use curl for http query. Maybe fopen does not support Basic authentication. Code will be something like this: (not tested) $server = "www.dallypost.com:8000"; $user = "admin"; $passw = "my_pass_word"; $mountpoint = "/DallyPostRadio.ogg"; $url = "http://$user:$passw@$server/admin/stats"; $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $url); $statuspage = curl_exec($ch); curl_close ($ch); if (curl_errno($ch)) { $curl_error = curl_error($ch); die( "Error reading Icecast data from $server. Curl error: $curl_error" ); } Timo Lance Earl kirjoitti 4.3.2007 kello 12:15: > I am trying to connect to my icecast server with the following php > script and I keep getting an error. Script and errot follow: > > $server = "www.dallypost.com:8000"; > $user = "admin"; > $passw = "my_pass_word"; > $mountpoint = "/DallyPostRadio.ogg"; > > $fp = fopen("http://$user:$passw@$server/admin/stats","r") > or die("Error reading Icecast data from $server."); > > ______________________________________________ > > > *Warning*: fopen(http://... at www.dallypost.com:8000/admin/stats) > [function.fopen ]: > failed to open stream: HTTP request failed! HTTP/1.0 401 > Authentication Required in */var/www/a/radio/server_data.php* on > line *8* > Error reading Icecast data from www.dallypost.com:8000. > > > I sure will appreciate any help > > Lance > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From bayrouni at brutele.be Thu Mar 8 12:39:28 2007 From: bayrouni at brutele.be (Bayrouni) Date: Thu, 08 Mar 2007 13:39:28 +0100 Subject: [Icecast] icecast and asterisk Message-ID: <45F00400.7000502@brutele.be> Hello all, This is my first post to this list that I have just discovered. I am using icecast2 with ices2 and really it is great. I am using it also with ezstream. Now I would like to use icecast with asterisk for the music on hold. I read all I found about this but without success. Is there anyway to use icecast and asterisk in the way that this works? Is there someone used asterisk and icecast to stream audio? (music on hold in terms of asterisk) Thank you very much Bayrouni From bayrouni at brutele.be Thu Mar 8 12:50:04 2007 From: bayrouni at brutele.be (Bayrouni) Date: Thu, 08 Mar 2007 13:50:04 +0100 Subject: [Icecast] test Message-ID: <45F0067C.1040601@brutele.be> Sorry This is just a test !!! From andy at thebmwz3.co.uk Thu Mar 8 12:55:31 2007 From: andy at thebmwz3.co.uk (Andy Brown) Date: Thu, 08 Mar 2007 12:55:31 +0000 Subject: [Icecast] icecast and asterisk In-Reply-To: <45F00400.7000502@brutele.be> References: <45F00400.7000502@brutele.be> Message-ID: <45F007C3.1050003@thebmwz3.co.uk> Bayrouni wrote: > Hello all, > This is my first post to this list that I have just discovered. > > I am using icecast2 with ices2 and really it is great. > I am using it also with ezstream. > > Now I would like to use icecast with asterisk for the music on hold. > > I read all I found about this but without success. > > Is there anyway to use icecast and asterisk in the way that this works? > > Is there someone used asterisk and icecast to stream audio? (music on > hold in terms of asterisk) Hi There, Yes this is incredibly simple but not really relating to Icecast, so apologies to list people for starters. I'll briefly explain, but all details are at: http://www.voip-info.org/wiki-Asterisk+config+musiconhold.conf Create the dummy folder: mkdir /var/lib/asterisk/mohmp3-empty In your musiconhold.conf put in something like: [default] mode=custom dir=/var/lib/asterisk/mohmp3-empty application=/etc/asterisk/mohstream.sh Then create the shell script /etc/asterisk/mohstream.sh: #!/bin/bash /usr/bin/ogg123 -q -b 128 -p 32 -d wav -f - http://localhost:8000/stream.ogg| sox -r 16000 -t wav - -r 8000 -c 1 -t raw - vol 0.10 As you can see this uses the ogg stream from Icecast and converts it to wav format for asterisk to handle. This is what I use for our installation here and have used similar combinations in the past. Another simpler setup is in musiconhold.conf just put: moh_icecast => custom:/var/lib/asterisk/mohmp3-empty,/usr/bin/mpg123 -q -s --mono -r 8000 -f 8192 -b 0 http://localhost:8000/stream.mp3 (note this needs to be an mp3 stream rather than ogg) Hope that helps! -- Andy e: andy @ thebmwz3.co.uk w: http://www.thebmwz3.co.uk w: http://www.broadcast-tech.co.uk t: 08704781480 f: 08704781595 From jbjacobs0 at verizon.net Sun Mar 11 00:35:52 2007 From: jbjacobs0 at verizon.net (James Jacobs) Date: Sat, 10 Mar 2007 19:35:52 -0500 (Eastern Standard Time) Subject: [Icecast] Streaming ogg Message-ID: <45F34EE8.00000A.03456@STUDIO> I wish to set up an ogg stream using my SAM4 Broadcaster. I have tried to set it up and it shows it is streaming, but I have no listener URL that my listeners can pull up the station and listen to it. I'm not a programmer so am lost as to how to get it to work. Could you give me as easy a way as possible to do this.Also how do I get listed in the Icecast directory? My station is Gloryland Gospel Radio . I have 2 streams of mp3's. One on Live365 and the other on Shoutcast. Any help will be greatly appreciated. James Jacobs -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 01.jpg Type: image/jpeg Size: 12710 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 01_footer.gif Type: image/gif Size: 2407 bytes Desc: not available URL: From carl at personnelware.com Wed Mar 14 17:16:49 2007 From: carl at personnelware.com (Carl Karsten) Date: Wed, 14 Mar 2007 12:16:49 -0500 Subject: [Icecast] can there be only one? Message-ID: <45F82E01.8070502@personnelware.com> I am gonna get a vga grabber box for capturing presentations (like local user group meetings and all 72 hours of pycon08) and figure out some way to stream it. Now to pick one out... the only one I have found is https://ssl.epiphan.com/products/product.php?pid=1 It seems to do what I want, but I would like to shop around - but so far it is the only one I have found. Requirements: capture 1024x768 vga signal. (not S-video, not software, not a cam corder.) output something that can be streamed to icecast (or converted to something, duh.) Anyone know of any? Carl K From bramav at hotmail.com Wed Mar 14 23:51:14 2007 From: bramav at hotmail.com (Gopal Vashist) Date: Wed, 14 Mar 2007 23:51:14 +0000 Subject: [Icecast] Problems with playing broadcast on Windows Media P Message-ID: An HTML attachment was scrubbed... URL: From linuxmail at 4lin.net Thu Mar 15 21:04:44 2007 From: linuxmail at 4lin.net (Denny Schierz) Date: Thu, 15 Mar 2007 22:04:44 +0100 Subject: [Icecast] Fallback Message-ID: <45F9B4EC.90109@4lin.net> hi, i get in trouble, with fallback-mount. What i thought is, if one mount is not available, than the user would redirected to the existing mount, something like that: /osts 1 /chiis-anime-mix /chiis-anime-mix 1 /osts if "osts" is not on air, jump to chiis-anime-mix and back. But it isn't workung. I get only "can't connect" ... What can be the problem? cu denny -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature URL: From rob.mcdonald.icecast at nzpages.net Sat Mar 17 05:56:11 2007 From: rob.mcdonald.icecast at nzpages.net (Rob McDonald) Date: Sat, 17 Mar 2007 18:56:11 +1300 Subject: [Icecast] MySQL Logging Message-ID: <1174110971.24008.54.camel@localhost> Hi all, I'm pretty new to writing patches, and that sort of thing. But I've made some changes to icecast2 to allow logging into a mysql database. Runs on Linux - (specificly ubuntu 6.10 server) Only new library it uses is libmysqlclient10 I've not made too many modifications to the makefile, I'm not really even sure how to make them stick, they get overwriten every time i run ./configure - (told you, I'm newbie) But anyway. If anyone wants my tarball its available at http://www.listenlive.net.nz/icecast-dev.tgz Files of interest. src/mylog.c src/cfgfile.c src/logging.c conf/icecast.xml.dist It's there as is where is, it does the job for me. However it's a bit resource hungry on a large server I expect. It opens a new mysql connection for every log entry, that won't scale well. Maybe it'll be a start for someone. Cheers Rob From mymir.org at googlemail.com Sat Mar 17 13:43:09 2007 From: mymir.org at googlemail.com (Vladislav Vorobiev) Date: Sat, 17 Mar 2007 14:43:09 +0100 Subject: [Icecast] Fallback In-Reply-To: <45F9B4EC.90109@4lin.net> References: <45F9B4EC.90109@4lin.net> Message-ID: <604c02230703170643k46133a4aub965bccf0836b122@mail.gmail.com> I dont no whats fallback-override. My mounts /tam-radio-live 100 /tam-radio and its working. I connect allways to tam-radio-live. If tam-radio-live not exists the listeners falls to tam-radio. -- Best Regards Vlad Vorobiev http://www.mymir.org 2007/3/15, Denny Schierz : > hi, > > i get in trouble, with fallback-mount. What i thought is, if one mount > is not available, than the user would redirected to the existing mount, > something like that: > > > /osts > 1 > /chiis-anime-mix > > > > /chiis-anime-mix > 1 > /osts > > > > if "osts" is not on air, jump to chiis-anime-mix and back. But it isn't > workung. I get only "can't connect" ... > > What can be the problem? > > cu denny > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > > -- Best Regards Vlad Vorobiev http://www.mymir.org From dm8tbr at afthd.tu-darmstadt.de Sat Mar 17 14:59:43 2007 From: dm8tbr at afthd.tu-darmstadt.de (Thomas B. Ruecker) Date: Sat, 17 Mar 2007 15:59:43 +0100 Subject: [Icecast] Fallback In-Reply-To: <604c02230703170643k46133a4aub965bccf0836b122@mail.gmail.com> References: <45F9B4EC.90109@4lin.net> <604c02230703170643k46133a4aub965bccf0836b122@mail.gmail.com> Message-ID: <45FC025F.9090808@afthd.tu-darmstadt.de> Vladislav Vorobiev wrote: > I dont no whats fallback-override. will transfer all listeners from the fallback mountpoint back to this mountpoint when the source reconnects Cheers Thomas From jam at zoidtechnologies.com Sat Mar 17 15:11:58 2007 From: jam at zoidtechnologies.com (Jeff MacDonald) Date: Sat, 17 Mar 2007 11:11:58 -0400 Subject: [Icecast] Fallback In-Reply-To: <45FC025F.9090808@afthd.tu-darmstadt.de> References: <45F9B4EC.90109@4lin.net> <604c02230703170643k46133a4aub965bccf0836b122@mail.gmail.com> <45FC025F.9090808@afthd.tu-darmstadt.de> Message-ID: <200703171111.58948.jam@zoidtechnologies.com> On Saturday 17 March 2007 10:59 am, Thomas B. Ruecker wrote: > Vladislav Vorobiev wrote: > > I dont no whats fallback-override. > > will transfer all listeners from the fallback > mountpoint back to this mountpoint when the source reconnects > > Cheers > > Thomas if that isn't on the icecast.org website someplace, could it be added? regards, -- Jeff MacDonald, Zoid Technologies From dm8tbr at afthd.tu-darmstadt.de Sat Mar 17 19:07:34 2007 From: dm8tbr at afthd.tu-darmstadt.de (Thomas B. Ruecker) Date: Sat, 17 Mar 2007 20:07:34 +0100 Subject: [Icecast] Fallback In-Reply-To: <200703171111.58948.jam@zoidtechnologies.com> References: <45F9B4EC.90109@4lin.net> <604c02230703170643k46133a4aub965bccf0836b122@mail.gmail.com> <45FC025F.9090808@afthd.tu-darmstadt.de> <200703171111.58948.jam@zoidtechnologies.com> Message-ID: <45FC3C76.9020709@afthd.tu-darmstadt.de> Jeff MacDonald wrote: > On Saturday 17 March 2007 10:59 am, Thomas B. Ruecker wrote: > >> Vladislav Vorobiev wrote: >> >>> I dont no whats fallback-override. >>> >> will transfer all listeners from the fallback >> mountpoint back to this mountpoint when the source reconnects >> >> Cheers >> >> Thomas >> > > if that isn't on the icecast.org website someplace, could it be added? > I see you didn't RTFM yet... ;-) http://www.icecast.org/docs/icecast-2.3.1/icecast2_config_file.html#mount Thomas From rkadhir2002 at yahoo.co.in Sat Mar 17 19:15:42 2007 From: rkadhir2002 at yahoo.co.in (Kadhir Avan) Date: Sat, 17 Mar 2007 19:15:42 +0000 (UTC) Subject: [Icecast] Kadhir has Tagged you! :) Message-ID: <20070317191543.76BF53081FF@rocky.osuosl.org> An HTML attachment was scrubbed... URL: From jam at zoidtechnologies.com Sat Mar 17 22:19:52 2007 From: jam at zoidtechnologies.com (Jeff MacDonald) Date: Sat, 17 Mar 2007 18:19:52 -0400 Subject: [Icecast] Fallback In-Reply-To: <45FC3C76.9020709@afthd.tu-darmstadt.de> References: <45F9B4EC.90109@4lin.net> <200703171111.58948.jam@zoidtechnologies.com> <45FC3C76.9020709@afthd.tu-darmstadt.de> Message-ID: <200703171819.52951.jam@zoidtechnologies.com> On Saturday 17 March 2007 3:07 pm, Thomas B. Ruecker wrote: > > if that isn't on the icecast.org website someplace, could it be added? > > I see you didn't RTFM yet... ;-) > > http://www.icecast.org/docs/icecast-2.3.1/icecast2_config_file.html#mount > yer right.. I didn't go to the website and check before I posed the question. I shall do so in the future :) regards, -- Jeff MacDonald, Zoid Technologies From madhuri_patwardhan at yahoo.com Mon Mar 19 17:46:12 2007 From: madhuri_patwardhan at yahoo.com (Madhuri Patwardhan) Date: Mon, 19 Mar 2007 10:46:12 -0700 (PDT) Subject: [Icecast] How many threads? Message-ID: <20070319174612.98023.qmail@web52612.mail.re2.yahoo.com> Hi, Is there a relationship between number of sources and number for threadpool configured in icecast.xml? If I have 50 sources, what should be the value for threadpool? If I increase number of sources to 100, what should be the value for threadpool? Does it increase linearly? Thanks, Madhuri ____________________________________________________________________________________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV. http://tv.yahoo.com/ From karl at xiph.org Mon Mar 19 20:14:14 2007 From: karl at xiph.org (Karl Heyes) Date: Mon, 19 Mar 2007 20:14:14 +0000 Subject: [Icecast] How many threads? In-Reply-To: <20070319174612.98023.qmail@web52612.mail.re2.yahoo.com> References: <20070319174612.98023.qmail@web52612.mail.re2.yahoo.com> Message-ID: <45FEEF16.3000207@xiph.org> Madhuri Patwardhan wrote: > Hi, > > Is there a relationship between number of sources > and number for threadpool > configured in icecast.xml? > > If I have 50 sources, what should be the value for > threadpool? If I increase number of sources to 100, > what should be the value for threadpool? Does it > increase linearly? For 2.3, the threadpool setting is ignored. In earlier releases there was no direct relationship with the number of sources, only with the number of new connections. karl. From eric at zhevny.com Tue Mar 20 23:35:03 2007 From: eric at zhevny.com (Eric Dantan Rzewnicki) Date: Tue, 20 Mar 2007 19:35:03 -0400 Subject: [Icecast] Linux Audio Conference 2007 live streams Message-ID: <20070320233502.GF19123@zhevny.com> The Linux Audio Conference takes place this week 22-25 March, 2007. As in past years LAC2007 will be streamed live in ogg vorbis and theora via icecast. If you would like to watch or listen to the streams please check out the conference wiki streaming page: http://www.medienwissenschaft.hu-berlin.de/lawici/index.php/Live_Streaming Information on the conference itself, including talks, abstracts, schedule and procedings: http://www.kgw.tu-berlin.de/~lac2007/index.shtml -LAC Stream Team From zedder_hallen at yahoo.it Mon Mar 26 14:41:40 2007 From: zedder_hallen at yahoo.it (mauro) Date: Mon, 26 Mar 2007 16:41:40 +0200 (CEST) Subject: [Icecast] radio stream in AMR Message-ID: <260716.56901.qm@web26601.mail.ukl.yahoo.com> hi all I would like to ask if is possible to stream a web radio ( url) for mobile handset in AMR format some help? --------------------------------- L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail -------------- next part -------------- An HTML attachment was scrubbed... URL: