Dynamic stream switching from Server (not client) side
Hi.
I understand how clients use bandwidth detection etc to dynamically switch streams via client calls with ns.play2( ... ), but I was wondering if it's possible to only ever use 1 initial ns.play( ... ) call on the client side, but let FMS server side logic that I write dictate which client sees what content.
For example, I have 3 clients connected to my FMS server, all watching a live stream. I then decide I want clientA to see 'recordedMovieA.flv', clientB to continue seeing the live stream, and clientC to watch 'recordedMovieB.flv'.
Can this be done on the FMS side without having to call the clients directly and tell them to ns.play( ... ) what I want that particular client to specifically view each time I want them to change? Perhaps through the server side Stream object or something similar?
I've been reading and reading, and trying to find a solution, but maybe I'm missing something...
Thanks for your help,
K.
