Hi :-) I'm wondering if onMetaData method works "also" for a live stream. I need to get info about width and height of the published video.
I wrote a code like this but it doesn't work:
in_ns1.play(user_id);
in_ns1.onMetaData = function(info) {
video0._width = info.width;
video0._height = info.height;
}
Anybody can help me?
Thanks in advance,
Daniela Remogna
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
