Hi,
In my application java (serverside) i've this code, and i can see in
my terminal when user close his stream broadcast.
public void streamBroadcastClose(IBroadcastStream stream) {
if (log.isDebugEnabled()) {
log.debug("stream broadcast close: " +
stream.getPublishedName());
}
}
well, it's cool... but i would like to use this info in flash
(clientside)
How i can get this event in flash and what the code for the result ?
Thanks
JP
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org