Announcement

Collapse
No announcement yet.

2 streams on the same shoutcast server?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 2 streams on the same shoutcast server?

    Hello guys ,
    I tried to make 2 streams on the same shoutcast server but it didn't worked.
    When I look at the ip is the same with the first stream .


    This is what i put in the config:
    code:
    streamid_2=2
    streamauthhash_2=[censored]
    serverport_2=9000
    streampath_2=http://server.enterforce.net:9000

    P.S:I even tried with Portbase_2=9000 but then the port to the both changes to 9000.

  • #2
    You can add more than one mountpoint (sids) to ONE port. That means every sc_serv instance has only ONE port. If you want more than one port then you have to use more than one sc_serv instance.

    Notice the answer and re-think your post.
    Last edited by neralex; 10 November 2015, 19:26.

    Comment


    • #3
      So I can't have 2 streams with other ports ?
      If i want 1 more i have to make a new config and to open it ?

      Comment


      • #4
        Yes, let run sc_serv as daemon and create a new config for the other instance.

        Comment

        Working...
        X