as far as i know there are no other true ‘V2’ shoutcast source apps other than 
the no longer supported sc_trans and the winamp DNAS DSP plugin.

i did notice there is the following in the API reference

icy_id (int – defaults to 1): Shoutcast source ID. Only supported by Shoutcast 
v2.

im not sure if that will map to specific stream id’s on the shoutcast server or 
not, or if it will use the new V2 protocol or not.

i simply use the stream specifier appended to the password to stream to 
different SID’s on the shoutcast server


‘password’ becomes ‘password:#1’


other metadata such as track name, genre, url, etc is passed to the shoutcast 
server from ID3 as it normally does.


> On Apr 4, 2016, at 1:38 PM, Michael Pieper <[email protected]> wrote:
> 
> Hello together
> 
> I'm currently trying to make liquidsoup to connect as a shoutcast v2
> source to my shoutcast Server but it always connects as a v1 source.
> 
> I'm using this as output:
> 
> output.shoutcast(%mp3(bitrate=96,samplerate=44100,stereo=true),
> host="127.0.0.1", port=8000, password="xyz",                  
> url="http://radio.freizeitparkcheck.de";,                      
> name="FreizeitParkCheck
> Radio", public=false, radio)
> 
> in the protocol of SHoutCast I will always see:
> INFO    [SRC 127.0.0.1] SHOUTcast 1 source connection starting.
> 
> when I use sc_trans instead of liquidsoap I will get the message:
> INFO    [SRC 127.0.0.1] SHOUTcast 2 source connection starting.
> 
> So I expect, that there might be a missconfiguration from my side, or it
> is not possible for liquidsoap to connect as a v2 source?
> 
> The reason why I want to have this is, that I would like to have all the
> ID3-Tags available in the interface of Shoutcast....
> 
> Best regards and thanks for your help
> 
> Michael
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to