RE: [Flashcoders] IP Network Camera

2007-06-14 Thread Palmer, Jim
We run the Canon series of controllable IP Cameras and I did a little work a while ago to steal the stream directly from the native canon IP camera M-JPEG stream and use ffmpeg to convert to flash and flv...

[Flashcoders] Problems with my Resume button

2007-06-14 Thread Lord, Susan Ms. (CONTR)
Hello, I posted this to newbies yesterday and didn't receive a response. Sorry for the double post, newbies! I have an strange problem. I am developing a WBT where I have a shell that is calling subfiles. On the shell I have pause replay and resume, which generally works fine. The only time

Re: [Flashcoders] IP Network Camera

2007-06-14 Thread Muzak
http://www.adobe.com/products/flashmediaserver/flashmediaencoder/ - Original Message - From: misa [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, June 14, 2007 5:56 AM Subject: [Flashcoders] IP Network Camera Greetings, Do anybody have experience with IP

Re: [Flashcoders] Problems with my Resume button

2007-06-14 Thread Muzak
Haven't looked at all the code, but it sounds like you're making a movieclip invisible while still loading content into that movieclip. This will make the movieclip visible as soon as the content has loaded. I mentioned this a few days ago. When loading assets into a movieclip, everything

RE: [Flashcoders] Problems with my Resume button

2007-06-14 Thread Lord, Susan Ms. (CONTR)
Thank you! I will give it a shot! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Thursday, June 14, 2007 2:41 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Problems with my Resume button Haven't looked at all the

[Flashcoders] flv problems, cpu usage

2007-06-14 Thread Chris Tague
I'm using the flvPlayback component to playback a series of dynamically loaded flv files. In firefox the CPU usage hovers around 60% which is acceptable, even though it still seems quite high, for videos of 320x280 pixels. In internet explorer though it is around 97% of the cpu and as a result

RE: [Flashcoders] Problems with my Resume button

2007-06-14 Thread Merrill, Jason
just to add, MovieClipLoader is a godsend, IMO, much like Delegate and EventDispatcher. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lord, Susan Ms.

Re: [Flashcoders] flash remoting - slow?

2007-06-14 Thread 2lakes
it's not slow for me.. mac osx 2.4gz safari 512 adsl cheers ian ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

Re: [Flashcoders] flv problems, cpu usage

2007-06-14 Thread 2lakes
In firefox the CPU usage hovers around 60% which is acceptable, even though it still seems quite high, for videos of 320x280 pixels. In internet explorer though it is around 97% of the cpu and as a result the videos stutter. hi i have similar issues with firefox vs safari on some

Re: [Flashcoders] flv problems, cpu usage

2007-06-14 Thread Muzak
reduce the video framerate (15fps max) and keyframes. - Original Message - From: Chris Tague [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, June 14, 2007 9:20 PM Subject: [Flashcoders] flv problems, cpu usage I'm using the flvPlayback component to playback a

Re: [Flashcoders] flash remoting - slow?

2007-06-14 Thread Muzak
This has nothing to do with remoting. If the site loads slow, it's probably a connection problem. Have the client ping the server And you probably should try and reduce the CPU usage, which is currently rather high. Reduce the video framerate to 15 fps instead of 30 and lower the keyframe