How to change stream URL and rename listen.pls in Airtime with a Shoutcast DNAS server
  • Hello,

    I'm completely new with Airtime and quite novice with Shoutcast. Currently I'm hosting a Centova based radio station which uses Shoutcast that I want to migrate to Airtime.
    I've managed to setup an Airtime server (Debian Linux 7 Wheezy) and I also installed the DNAS server. I'm able to change the port numbers accordingly to the original configuration (in the sc_serv.conf) but now I want to reproduce the same stream URL and playlist file.

    The original stream was:

    If I logon to the new Shoutcast DNAS server and click the stream icon I see the following URL
    http://x.x.x.x:2199/listen.plsSo I need to modify the last part of this URL, in my case it needs to be changed to /tunein/radio.plsHow can I establish that properly? Hope somebody can help me with this one :-)Regards,Robert

  • 1 Comment sorted by
  • A short update:
    I've added the following config to sc_serv.conf:

    streamid=1
    streampath=/tunein
    playlistfile=radio.pls

    Is I go to the DNAS server default stream URL isn't changed but I'm able to start the stream with http://url.com:2199/tunein/radio.pls

    Is this the right way to configure the environment? I'm aware of the fact that the playlistfile parameter doesn't belong to sc_serv.conf but sc_trans.conf. But the stream seems to work somehow. But I want to be sure if this is the right way to configure the server.