Author Topic: Streaming to multiple (~50) listeners. Possible?  (Read 516 times)

smoodilo

  • Guest
I am trying to setup narrowcasting to approx. 50 listeners. Is bass capable of doing this in an efficient way? Or will it use too much resources?

Ian @ un4seen

  • Administrator
  • Posts: 26095
Re: Streaming to multiple (~50) listeners. Possible?
« Reply #1 on: 5 Jun '23 - 17:12 »
That shouldn't be a problem with the BASSenc add-on. If you have the required bandwidth, you could use BASSenc's built-in server, ie. BASS_Encode_ServerInit. Otherwise, you could setup a remote Icecast/Shoutcast server and feed that via BASS_Encode_CastInit. Please see the documentation for details on both, and also the SERVER.C and CAST.C examples included in the BASSenc package for demonstrations.