I have an icecast2 relay and want to collect some stats about tracks being transfered. I'm now peeping into relayed streams themselves with twisted shoutcast procol client, but that's prone to errors, mangles server stats and imposes unnecessary load on server.

link|improve this question
Or maybe there's lightweight multirelay server which can serve that metadata and client events? – wiz Oct 28 '10 at 8:12
Tell me more about your setup. You are relaying another shoutcast/icecast server with your icecast server, and you want to be able to log the metadata as it comes through your server? You don't want to use twisted, because it acts as a client on your server, and you don't want that visible? You could filter your logs for connections from the localhost. I certainly wouldn't worry about load. Icecast/Shoutcast are extremely efficient. (Shoutcast brags about 16KB of ram per client, or something crazy low like that.) – Brad Nov 1 '10 at 13:30
I don't want to manage another layer of servers with their configurations and stuff, that's why i want all-in-one solution. I've thought on hacking into icecast itself but it's just too hard for me yet. – wiz Nov 11 '10 at 6:04
Yeah, well if you can clarify your setup and what you are trying to do, then maybe I can help you. Otherwise, not. – Brad Nov 11 '10 at 16:21
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.