« Return to Thread: OnImageData

Re: OnImageData

by Manuel RaƱa :: Rate this Message:

Reply to Author | View in Thread


----------> Reading data <-------------
clientStreams[0] = new StreamClient();
ns1.play(ru);
ns2.client = clientStreams[0];


Shouldn't be: ns1.client = objectWithOnImageDataMethod;?
The method should be called on clients playing that stream
Here, the playing NetStream is ns1

Also, try using another method name (e.g. OnImageBytes) since i think onImageData is a reserved method and i'm not sure if this is the intended usage (get image metadata from h264 or mp3 files?)

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

 « Return to Thread: OnImageData