Search found 4 matches
- Fri Oct 08, 2010 4:12 pm
- Forum: Audio Streaming
- Topic: Icecast2 Source
- Replies: 0
- Views: 32261
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 ...
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 ...
- Wed Oct 06, 2010 9:58 am
- Forum: Audio Streaming
- Topic: Icecast2 PHP Source
- Replies: 3
- Views: 37297
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..
But i need to understand how protocol works...
Thank's a lot..
- Wed Oct 06, 2010 5:49 am
- Forum: Audio Streaming
- Topic: Icecast2 PHP Source
- Replies: 3
- Views: 37297
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..
I don't see any code on internet...
thank's for your help and atencion..
- Tue Oct 05, 2010 5:42 pm
- Forum: Audio Streaming
- Topic: Icecast2 PHP Source
- Replies: 3
- Views: 37297
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",
"ice-url: http://www.mydomain.com",
"ice-genre: rock ...
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",
"ice-url: http://www.mydomain.com",
"ice-genre: rock ...