| Stefan Richter 2005-08-29, 5:49 pm |
| David's solution is the only oen that will work for you and live streams.
The dimensions can be read from the video object as soon as the first
keyframe is hit. You can also 'listen' for your videoobject's width and
height being != 0
So as per David's suggestion start a loop or interval, check
videoobject._width != 0 then stop checking
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
> lti-1a8g-LMbKfuCQv7pBDgjK7y7TUQ@public.gmane.org
> Sent: Saturday, August 27, 2005 1:19 AM
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Access the original dimension of a
> livevideo stream(being played) ?
>
> Yup, I'll have a look, I wondered if these or some of these
> properties would be accessible on a remote end as they are
> locally when an active camera's is acquiring a stream.
> I once wrote/scavenged a piece of code to trace in a htmlText
> panel real live parameters of a camera (active video
> capturing size vs capturing size requested in Camera.setMode
> - useful to detect non-supported resolutions).
>
> Thanks
>
> David Simmons wrote:
>
> some other
> live video
> subsciber's client
> information from
> that stores
> info can be
> size of a live
> connection
> 20Mbs/1Mbps), each
> so only one
> a 120x90
> like to adapt
> locally, as
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|