Hi Guys,
I have got the whole switch thing working on the server side except
that
the subscribed stream keeps buffering and freezes in the end.
Everything works fine though.
What do I have to tweek to get the stream stable if it doesn't do as
expected?
here is the code I used on the serverSide:
public void switchStream(String streamName){
currentStream = streamName;
item.setStart(0);
item.setLenngth(10000);
item.setName(currentStream);
servereStream.addItem(item);
serverStream.start();
}
client side code:
function doSwitch(){
nc.call("switchStream", null, dg.selecteditem.streamName)
}
this code changes the stream alright if called from the clientSide.
flvs are listed in a listBox.
The stream is only not stable and I dont know what to do to get it
stable.
Some suggestions or help will very much be appreciated.
Thanks
Sloopy
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org