Manolo R.G. wrote:
Dan Rossi wrote:
  
          ((IServiceCapableConnection) conn).invoke("onBroadcast", new 
Object[]{streamName}, this);
    
Only a question: shouldn't you implement a 
resultReceived(IPendingServiceCall call) method since you call 
invoke(...) with 3 params (third is a callback)?

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

  
I see whats happening, each time ns.play is run, it will trigger this method, therefore its looping, as when im invoking the onBroadcast method its attemtping to play the live stream.

I guess i have to setup a feature request for streamSubscriberStart and streamVODSubscriberStart to seperate the two ?
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to