Search found 4 matches

by diogopms
Fri Oct 08, 2010 4:12 pm
Forum: Audio Streaming
Topic: Icecast2 Source
Replies: 0
Views: 16042

Icecast2 Source

Hi.. I need to build a source client to interact with icecast2 server. I'm trying to connect with telnet localhost 8000 and appear this: telnet localhost 8000 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. After this i put this lines: GET /admin/metadata?pass=dio...
by diogopms
Wed Oct 06, 2010 9:58 am
Forum: Audio Streaming
Topic: Icecast2 PHP Source
Replies: 3
Views: 19002

Re: Icecast2 PHP Source

I need a port for C# to streaming using C# player..

But i need to understand how protocol works...

Thank's a lot..
by diogopms
Wed Oct 06, 2010 5:49 am
Forum: Audio Streaming
Topic: Icecast2 PHP Source
Replies: 3
Views: 19002

Re: Icecast2 PHP Source

if possible give me an example in any language

I don't see any code on internet...

thank's for your help and atencion..
by diogopms
Tue Oct 05, 2010 5:42 pm
Forum: Audio Streaming
Topic: Icecast2 PHP Source
Replies: 3
Views: 19002

Icecast2 PHP Source

I have this PHP code: I need to create my own souce to interact with icecast2. <?php $headers = array( "Authorization: Basic c291cmNlOmNoYW5nZW1l", "User-Agent: libshout/2.2.2", "Content-Type: audio/mpeg", "ice-name: my name", "ice-public: 1", "...