Hello !
I've two icecast servers.
Could i use two BASS_Encode_CastInit() inside the same program ? BASS_Encode_CastInit(...IceCastServer1...) and BASS_Encode_CastInit(...IceCastServer2...)
My idea was to send mixer -> ogg to IceCastServer1 and mixer -> mp3 to IceCastServer2.
Ogg (server1) could be play on Google chrome, Ie, FireFox (PC, android, linux) ... and mp3 (Server2) on Safari (iphone, ipad, ...)
Many thanks !