Sean /The RIMBoy/
2004-Aug-06 14:22 UTC
[icecast] Re: ASCAP/BMI and college stations (fwd)
Here is the response from my friend. I would venture to say that if we were reporting to them then someone was paying a fee. Sean...>>>>Sean, In MTSU's case, I think their ASCAP/BMI license covers everything, including WMOT and WMTS... I know WMTS didn't have to pay ASCAP/BMI fees....but..they had to report their playlists to them...which was a pain in the ass.... -M Never give a sucker an even break WC Fields --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi all! I have a some of questions, I know that you can guide me through this: 1. Where I can get icecast 2.x? 2. What's the main difference between icecast 1.3.11 & 2.x? 3. I will stream live audio from a radio, is better if I user 2.x? 4. I would like to have a sort of control panel that could have a functionality like this (better if its open-source): *Record the Ips & subnets that are listening *block or allow some of that Ips or subnets *Keep track in a web interfase of who are my listeners, what are the most frequent hours, max number of concurrent users, average listen time, etc. *Kick a client after some X time automaticly *Give me the Kb transfered in average, by user and the totals by day, month, etc. And everything in stored a DB. Is there a program that does something like this? If I need to implement it by myself, where I should start? how to interact with icecast? Thanks for your help! Rocael. __________________________________________________ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/ --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I don't know of any such tool...but maybe I'm out of the loop. If writing your own, I'd humbly suggest using Webmin as the framework. It handles a lot of the 'grunt work' for you, and makes writing web based server administration tools a breeze. Unless you have an aversion to perl, it's a great starting place. With Webmin based modules, you get fine grained ACLs, users and groups, a light weight custom secure web server, and heaps of fun routines that make writing these kinds of tools more fun. Just my .02 Rocael Hernandez wrote:> Hi all! > I have a some of questions, I know that you can guide > me through this: > > 1. Where I can get icecast 2.x? > 2. What's the main difference between icecast 1.3.11 & > 2.x? > 3. I will stream live audio from a radio, is better if > I user 2.x? > 4. I would like to have a sort of control panel that > could have a functionality like this (better if its > open-source): > *Record the Ips & subnets that are listening > *block or allow some of that Ips or subnets > *Keep track in a web interfase of who are my > listeners, what are the most frequent hours, max > number of concurrent users, average listen time, etc. > *Kick a client after some X time automaticly > *Give me the Kb transfered in average, by user and the > totals by day, month, etc. > And everything in stored a DB. > > Is there a program that does something like this? > If I need to implement it by myself, where I should > start? how to interact with icecast? > > Thanks for your help! > Rocael.-- Joe Cooper <joe@swelltech.com> Affordable Web Caching Proxy Appliances http://www.swelltech.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Thu, 13 Sep 2001, Rocael Hernandez wrote:> Hi all! > I have a some of questions, I know that you can guide > me through this: > > 1. Where I can get icecast 2.x?Icecast2 has been up till now in the icecast bitkeeper repository. Jack posted a couple of days ago that it would be moving to the xiph.org CVS. You can also get an August 7 snapshot from http://i.cantcode.com/~jack/ and versions for win32 and freebsd from http://www.oddsock.org/icecast2/ (hmmm I see dsp_oddcast beta28 is in there also).> 2. What's the main difference between icecast 1.3.11 & > 2.x?icecast2 only supports the ogg vorbis audio codec at present. this will probably change eventually.> 3. I will stream live audio from a radio, is better if > I user 2.x?Well, from a free software point of view, better to use icecast2. Do you have a target audience? what bandwidth?> 4. I would like to have a sort of control panel that > could have a functionality like this (better if its > open-source): > *Record the Ips & subnets that are listeningI think this data is logged already.> *block or allow some of that Ips or subnetsYou can do this (IIRC) with icecast1x. I'm sure ice2 will let you do that by the time it's released.> *Keep track in a web interfase of who are my > listeners, what are the most frequent hours, max > number of concurrent users, average listen time, etc.Could a log analiser do this?> *Kick a client after some X time automaticlyAgain, this would likely end up as a config option, I'm guessing.> *Give me the Kb transfered in average, by user and the > totals by day, month, etc.Another log analysis job.> And everything in stored a DB. > > Is there a program that does something like this?Not that I know of, but I would think that writing one would probably be a relatively easy job.> If I need to implement it by myself, where I should > start? how to interact with icecast?Well, both icecasts log a lot of what you want, so you should be able to analise the logs for some of the data you want. Also, icecast2 will produce stats in xml which you might be able to use (connect to http://server:port/stats.xml). Icecast1.x has a telnet interface and a web interface (I think) for admin, which might also help. If you decide to go with icecast1.x, check out the manual, it's got a lot of neat stuff in it. Geoff. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.