Difference between revisions of "Source to multipoint distribution"

(New page: To send metadata please use the E= command. After the "E" parameter, you should see the song´s title. The command is extreamely key sensitive. The correct syntax is: <pre> http://<ip-in...)
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To send metadata please use the E= command. After the "E" parameter, you should see the song´s title. The command is extreamely key sensitive. The correct syntax is:
== Sending Meta-data from the Instreamer ==
 
To send metadata please use the E=command. After the "E" parameter, you should see the song´s title. The command is extreamely key sensitive. The correct syntax is:


<pre>
<pre>
http://<ip-instreamer>/rc.cgi?E=StreamTitle='Title';
http://<ip-instreamer>/rc.cgi?E=StreamTitle='Title';
</pre>
</pre>


The Keyword: "StreamTitle" must be written as it is in the example. Please do not forget the " ' "signs and the " ; " at the end of the command.
The Keyword: "StreamTitle" must be written as it is in the example. Please do not forget the " ' "signs and the " ; " at the end of the command.


The E= command work on Internet Radio mode. It could also sucessfully transfer the metadata through a Shoutcast server, when the Shoutcast Server work in the RELAY mode.
The E=command work on Internet Radio mode. It could also sucessfully transfer the metadata through a Shoutcast server, when the Shoutcast Server work in the RELAY mode.
 
 
Shoutcast config (Instreamer IP: 192.168.110.179):
 
RelayPort=8000
RelayServer=192.168.110.179


Shoutcast config:
RelayPort=8000
RelayServer=192.168.110.179 (Instreamer IP)


Instreamer Config:
Instreamer Config:
Shoutcast Source : 0.0.0.0 : 8000
 
Shoutcast Source: 0.0.0.0 : 8000
 
Back to [[General Audio Distribution Applications]]

Latest revision as of 10:03, 19 April 2013

Sending Meta-data from the Instreamer

To send metadata please use the E=command. After the "E" parameter, you should see the song´s title. The command is extreamely key sensitive. The correct syntax is:

http://<ip-instreamer>/rc.cgi?E=StreamTitle='Title';

The Keyword: "StreamTitle" must be written as it is in the example. Please do not forget the " ' "signs and the " ; " at the end of the command.

The E=command work on Internet Radio mode. It could also sucessfully transfer the metadata through a Shoutcast server, when the Shoutcast Server work in the RELAY mode.


Shoutcast config (Instreamer IP: 192.168.110.179):

RelayPort=8000
RelayServer=192.168.110.179


Instreamer Config:

Shoutcast Source: 0.0.0.0 : 8000

Back to General Audio Distribution Applications