As title, because I am now planning to add the video part in the red5phone.
Is the class PlayNetStream inside the RTMPUser can receive the RTMP
VideoData already?
In class PlayNetStream, inside the method dispatchEvent(IEvent event):
if ( rtmpEvent instanceof VideoData ) {
IoBuffer videoData = ( (IStreamData)
rtmpEvent ).getData().asReadOnlyBuffer();
Is the videoData can receive the RTMP videoData already?
Thanks,
Vincent
Original issue reported on code.google.com by vincent1...@gmail.com on 23 Oct 2009 at 8:56
Original issue reported on code.google.com by
vincent1...@gmail.com
on 23 Oct 2009 at 8:56