BEX Exception with NetStream
hi,
we have flex component, need simultaneously stream upto 16 cctv camera streams. using media server(wowza) convert rtsp stream rtmp , display in flex.
initially tried video display component, available flex framework..but when streaming more streams application hanged , pc monitor started flicker. because of camera's not reachable in our deployment
hence removed videodisplay component , wrote our own custom classes , add video component @ run-time. creating single netconnection object , multiple netstream objects(one per cctv/surveillance camera stream).
video = new video(videowidth, videoheight);
video.name = "camerafeed";
video.attachnetstream(netstream);
addchild(video);
but after while getting bex (buffer overflow exception)..
appreciate if can explain maximum limit of video component , limits number of netstreams can created in 1 netconnection?.
why videodisplay flex component not able switch between multiple camera's , display multiple streams?
our pc windows 7, having amd radeon h6650 graphics card.
thanks,
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment