Hi,I'm trying to subclass WebcamSubscriber in 10.1 lib to create a
custom video subscriber.When multicast is on, a subclass of
WebcamSubscriber for flash 10.1 does not always act as expected.
Specially, after playing a stream, it does not seem to send a
"NetStream.Play.Start" event.Since the 10.1 lccs library is not open
source (why?), the best I could do was by subclassing and overriding,
here is a simple test to reconstruct the problem:public class TestSub
extends WebcamSubscriber { public fun...