i’m using red5 to stream video from custom coded virtual webcam. the problem is - subscriber gets stream and attachs it to videocontainer, but video is scaled to all container and picture is very stretched vertically. is it possible in subscriber to findout the picture size of the incoming stream? onMetaData event isn’t firing for live stream, it works only when i’m streaming an flv files, so i can’t check is it providing such info or not. i’ve cheked adobe docs and didn’t see any method or property for this… but maybe there are some undocumented properties or hacks.
thanx for any help.