Added them to xlobby, started xnet and it saw the 3 zones. I then created 3 buttons on my shoutcast page to toggle between the zones using the set zone event. By default clicking on a play button fed the stream to zone 1, clicking the other buttons switched the now playing to the zone I clicked on (which is well cool - first time I've done this), clicked on a new stream and it played on that zone. I ended up with all 3 zones playing different streams - which considering I had 1 output sounded well wierd!!!
That's what to expect when controlling with the server. On that same computer, start a thin client (use the menu of your test skin). Goto your xlobby/client directory, open your server.txt file, and use the following code:
- Code: Select all
server:xxx.xxx.xxx.xxx
screen:menu
resolution:auto
quality:100%
zone:1
refresh:1000
mimic:true
width:960
height:540
Where: xxx.xxx.xxx.xxx is the IP address of your computer
zone:1 - just means you want to start your client default to zone 1
mimic:true - I use this currently but does not influence this problem
width/height - I use these settings but does not matter. This way I can see both server and client at the same time.
Now when you toggle between zones on the thin client (leaving the server set to zone1), and then switch back to the server screen, you will notice that the server still remains as the original zone (zone1 in this case), not the client selected zone. If you switch back to the thin client, and select your stream to play in the client selected zone (anything other than the server zone), it will play, but if you then switch back to the server screen, it will indicate that it is playing in the server zone, not the client selected zone.
Before going to bed I also set in the xlobby/setup menu to NOT hide the audio players, this way you can actually see which instance the streams are loading to.
To tell you the truth, I never noticed that the server zone never changed when changing control on the client as it has always worked before with other music selects (on the client, select your zone, or in my case source, select your music, and it plays to that zone selected). I still have some old shoutcast databases I think (didn't I send you something?), which I don't believe I deleted...I may have to play some more.
As for the other issue, it's weird because on my music-server, whenever I select a stream for one zone, it changes all the zones to that stream. This does not happen on my test computer, that's why I'm thinking that it is my own setup problem.