ShoutcastDSP to connect to Icecast v2

Read 2989 times
I have a client that has an other Centova Cast stream with an other host & would like to move over to myself ..

But he needs to be able to connect to the icecast server from a shoutcast software .. I have read that this can be done .. I have had a play with the raw file but could not get it to connect ..

I have the icecast on post 8099.

I have added this

<shoutcast-mount>/live</shoutcast-mount>
<!-- You may have multiple <listen-socket> elements -->
<listen-socket>
    <port>8099</port>
</listen-socket>

<listen-socket>
    <port>8100</port>
    <shoutcast-compat>1</shoutcast-compat>
</listen-socket>

It did not work so I tryed this

<listen-socket>
    <port>8099</port>
    <shoutcast-mount>/live</shoutcast-mount>
</listen-socket>

Also never worked

Can anyone help me here .. Being trying now for 1 week :(
Anyone got any idea's
Hello rowl3y,

The Icecast mount /live is reserved for the autoDJ transition feature, try adding a new mount-point using the GUI and then edit the new mount-point by only adding the shoutcast-compat tag.

Also make sure you're not overlapping ports with another station.