I have connected 5 different cameras to my pc. Every camera takes a different time to switch the resolution. The cheapest cam is the fastest. The most expensive with ccd chip takes seconds.
It depend on the cam. -Adam- >I don't think you can do anything more about the 2.325 seconds. The >time it takes to switch cams depends on the camera and/or hardware >configuration.. it takes longer to connect an isight than a dv cam >here.. > >Thijs > >Op 14-mrt-2007, om 5:35 heeft l u c h y x het volgende geschreven: > > Thank's, that's improve a little the execution. > The delay time when I change from resolution 640x480 to 320x240 is > onSetModeDuration 2.325 seconds. > I?m using Logitech QuickCam Pro 5000 usb2. native rosolution is > 640x480. > What do you think ? > > P.D: Thank's for the tip's.!! > > > > On 3/13/07, Thijs Triemstra | Collab < [EMAIL PROTECTED]> wrote: > Attach your camera to the Video object again after you invoke > setMode with Video.attachCamera() (or Video.attachNetStream() for > NetStreams). > > hth, > > Thijs > > > Op 13-mrt-2007, om 20:08 heeft l u c h y x het volgende geschreven: > >> Hi list!. >> Does anybody here know why calling Camera.setMode freeze the movie ? >> I know that calling Camera.names will trigger a new scan for >> camera devices on the machine but what Camera.setMode really do ? >> Any idea to make this action run smoothly ??. >> >> Thank's >> >> -- >> Luciano Bustos - Luchyx -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Freitag, 16. März 2007 20:21 An: Red5@osflash.org Betreff: Red5 Digest, Vol 19, Issue 104 Send Red5 mailing list submissions to Red5@osflash.org To subscribe or unsubscribe via the World Wide Web, visit http://osflash.org/mailman/listinfo/red5_osflash.org or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Red5 digest..." Today's Topics: 1. Re: Installing Red5 ([EMAIL PROTECTED]) 2. How to know the number of people connected to a flux ? (Julien) 3. How to know the number of people connected to a flux ? (Julien) 4. Binding a SharedObject to a userlist (Flex) (Stanislaw Fiedor) 5. Re: Installing Red5 (Thijs Triemstra | Collab) 6. Re: flash.media.Camera.setMode Freeze SWF (Thijs Triemstra | Collab) ---------------------------------------------------------------------- Message: 1 Date: Fri, 16 Mar 2007 14:06:03 -0300 From: <[EMAIL PROTECTED]> Subject: Re: [Red5] Installing Red5 To: <Red5@osflash.org> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Hi again My mistake I hadnt the ANT_HOME var defined now i define it, but still the same error Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher any idea? thanks ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <Red5@osflash.org> Sent: Friday, March 16, 2007 1:26 PM Subject: Re: [Red5] Installing Red5 hi dabi du Thanks for your help I execute it, and i have the following error. Any suggestion? regards [EMAIL PROTECTED] red5-0.6rc2]# ant -Djava.target_version=1.5 Buildfile: build.xml BUILD FAILED java.lang.AbstractMethodError: javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader; at org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java :163) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:193 ) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140 ) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:9 1) at org.apache.tools.ant.Main.runBuild(Main.java:653) at org.apache.tools.ant.Main.startAnt(Main.java:187) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) Total time: 0 seconds java.lang.AbstractMethodError: javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader; at org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java :163) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:193 ) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140 ) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:9 1) at org.apache.tools.ant.Main.runBuild(Main.java:653) at org.apache.tools.ant.Main.startAnt(Main.java:187) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader; [EMAIL PROTECTED] red5-0.6rc2]# java -version java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) ----- Original Message ----- From: "dabi du" <[EMAIL PROTECTED]> To: <Red5@osflash.org> Sent: Friday, March 16, 2007 5:10 AM Subject: Re: [Red5] Installing Red5 If you don't explicitly need java 1.6 try to compile it with java 1.5. You will need to install java 1.5 and run #ant -Djava.target_version=1.5 --- [EMAIL PROTECTED] wrote: > Hi, > > when I want to compile > > > [EMAIL PROTECTED] red5-0.6rc2]# ant > Exception in thread "main" > java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher > > > > I have tried all the possible solutions that i found > on Google, but I have > the same error. > I am trying to install red5-0.6rc2 in a Fedora Core > 5 > I have installed java sdk 1.6.0 > > > > [EMAIL PROTECTED] red5-0.6rc2]# java -version > java version "1.6.0" > Java(TM) SE Runtime Environment (build 1.6.0-b105) > Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed > mode, sharing) > > > > I installed ant ok > I think that my problem is on system variables?, but > I'm not sure > this is what I have > > > > [EMAIL PROTECTED] red5-0.6rc2]# echo $JAVA_HOME > /usr/java/jdk1.6.0/ > [EMAIL PROTECTED] red5-0.6rc2]# echo $ANT_HOME > /usr/local/ant/bin > [EMAIL PROTECTED] red5-0.6rc2]# echo $CLASSPATH > :/usr/share/java/xerces.jar:/usr/share/java/xercesSamples.jar > > > > What could be the problem? > Thanks in advance > > Federico > > > > > > > __________________________________________________ > Pregunt?. Respond?. Descubr?. > Todo lo que quer?as saber, y lo que ni imaginabas, > est? en Yahoo! Respuestas (Beta). > ?Probalo ya! > http://www.yahoo.com.ar/respuestas > > > > _______________________________________________ > Red5 mailing list > Red5@osflash.org > http://osflash.org/mailman/listinfo/red5_osflash.org > ________________________________________________________________________ ____________ Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains. http://farechase.yahoo.com/promo-generic-14795097 _______________________________________________ Red5 mailing list Red5@osflash.org http://osflash.org/mailman/listinfo/red5_osflash.org -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 15/03/2007 11:27 a.m. __________________________________________________ Pregunt?. Respond?. Descubr?. Todo lo que quer?as saber, y lo que ni imaginabas, est? en Yahoo! Respuestas (Beta). ?Probalo ya! http://www.yahoo.com.ar/respuestas _______________________________________________ Red5 mailing list Red5@osflash.org http://osflash.org/mailman/listinfo/red5_osflash.org -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 15/03/2007 11:27 a.m. __________________________________________________ Pregunt?. Respond?. Descubr?. Todo lo que quer?as saber, y lo que ni imaginabas, est? en Yahoo! Respuestas (Beta). ?Probalo ya! http://www.yahoo.com.ar/respuestas ------------------------------ Message: 2 Date: Fri, 16 Mar 2007 17:40:53 +0000 (GMT) From: Julien <[EMAIL PROTECTED]> Subject: [Red5] How to know the number of people connected to a flux ? To: Red5@osflash.org, Red5@osflash.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=iso-8859-1 Hello, what method, propertie do i need to use to know the number of people connected to a flux ? I need to have this information in a flash client. Thanks, Julien. ________________________________________________________________________ ___ D?couvrez une nouvelle fa?on d'obtenir des r?ponses ? toutes vos questions ! Profitez des connaissances, des opinions et des exp?riences des internautes sur Yahoo! Questions/R?ponses http://fr.answers.yahoo.com ------------------------------ Message: 3 Date: Fri, 16 Mar 2007 17:40:53 +0000 (GMT) From: Julien <[EMAIL PROTECTED]> Subject: [Red5] How to know the number of people connected to a flux ? To: Red5@osflash.org, Red5@osflash.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=iso-8859-1 Hello, what method, propertie do i need to use to know the number of people connected to a flux ? I need to have this information in a flash client. Thanks, Julien. ________________________________________________________________________ ___ D?couvrez une nouvelle fa?on d'obtenir des r?ponses ? toutes vos questions ! Profitez des connaissances, des opinions et des exp?riences des internautes sur Yahoo! Questions/R?ponses http://fr.answers.yahoo.com ------------------------------ Message: 4 Date: Fri, 16 Mar 2007 18:45:58 +0100 From: "Stanislaw Fiedor" <[EMAIL PROTECTED]> Subject: [Red5] Binding a SharedObject to a userlist (Flex) To: <Red5@osflash.org> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi! Actually it's not really a Red5 question but maybe somebody of you has got an answer for me... Has anybody of you tried to bind a SO to a List or DataGrid in Flex? I'm trying to bind the userlist SO which looks like: userList_so = SharedObject.get("userList"); .. userList_so.setProperty("blesser", {cn: "Brian Lesser", status: "Offline"}); userList_so.setProperty("peldi", {cn: "Giacomo Guilizzoni", status: "Offline"}); userList_so.setProperty("reinhardt", {cn: "Robert Reinhardt", status: "Offline"}); .. But bindings don't work with SO as they should.. and actually I don't get anything to see in the List ;/ Any ideas how to manage it? BR stf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20070316/d9da9 9d6/attachment-0001.htm ------------------------------ Message: 5 Date: Fri, 16 Mar 2007 20:05:34 +0100 From: Thijs Triemstra | Collab <[EMAIL PROTECTED]> Subject: Re: [Red5] Installing Red5 To: Red5@osflash.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Did you give it a try with Java 1.5 instead? Thijs Op 16-mrt-2007, om 18:06 heeft <[EMAIL PROTECTED]> het volgende geschreven: > Hi again > My mistake > I hadnt the ANT_HOME var defined > now i define it, but still the same error > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/launch/Launcher > > any idea? > thanks > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <Red5@osflash.org> > Sent: Friday, March 16, 2007 1:26 PM > Subject: Re: [Red5] Installing Red5 > > > hi dabi du > > Thanks for your help > > I execute it, and i have the following error. > > Any suggestion? > > regards > > > [EMAIL PROTECTED] red5-0.6rc2]# ant -Djava.target_version=1.5 > Buildfile: build.xml > > BUILD FAILED > java.lang.AbstractMethodError: > javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader; > at > org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader > (JAXPUtils.java:163) > at > org.apache.tools.ant.helper.ProjectHelper2.parse > (ProjectHelper2.java:193) > at > org.apache.tools.ant.helper.ProjectHelper2.parse > (ProjectHelper2.java:140) > at > org.apache.tools.ant.ProjectHelper.configureProject > (ProjectHelper.java:91) > at org.apache.tools.ant.Main.runBuild(Main.java:653) > at org.apache.tools.ant.Main.startAnt(Main.java:187) > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) > at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) > > Total time: 0 seconds > java.lang.AbstractMethodError: > javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader; > at > org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader > (JAXPUtils.java:163) > at > org.apache.tools.ant.helper.ProjectHelper2.parse > (ProjectHelper2.java:193) > at > org.apache.tools.ant.helper.ProjectHelper2.parse > (ProjectHelper2.java:140) > at > org.apache.tools.ant.ProjectHelper.configureProject > (ProjectHelper.java:91) > at org.apache.tools.ant.Main.runBuild(Main.java:653) > at org.apache.tools.ant.Main.startAnt(Main.java:187) > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) > at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) > javax.xml.parsers.SAXParser.getXMLReader()Lorg/xml/sax/XMLReader; > [EMAIL PROTECTED] red5-0.6rc2]# java -version > java version "1.6.0" > Java(TM) SE Runtime Environment (build 1.6.0-b105) > Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) > > > > ----- Original Message ----- > From: "dabi du" <[EMAIL PROTECTED]> > To: <Red5@osflash.org> > Sent: Friday, March 16, 2007 5:10 AM > Subject: Re: [Red5] Installing Red5 > > > > If you don't explicitly need java 1.6 try to compile > it with java 1.5. > You will need to install java 1.5 and run > > #ant -Djava.target_version=1.5 > > > --- [EMAIL PROTECTED] wrote: > >> Hi, >> >> when I want to compile >> >> >> [EMAIL PROTECTED] red5-0.6rc2]# ant >> Exception in thread "main" >> java.lang.NoClassDefFoundError: >> org/apache/tools/ant/launch/Launcher >> >> >> >> I have tried all the possible solutions that i found >> on Google, but I have >> the same error. >> I am trying to install red5-0.6rc2 in a Fedora Core >> 5 >> I have installed java sdk 1.6.0 >> >> >> >> [EMAIL PROTECTED] red5-0.6rc2]# java -version >> java version "1.6.0" >> Java(TM) SE Runtime Environment (build 1.6.0-b105) >> Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed >> mode, sharing) >> >> >> >> I installed ant ok >> I think that my problem is on system variables?, but >> I'm not sure >> this is what I have >> >> >> >> [EMAIL PROTECTED] red5-0.6rc2]# echo $JAVA_HOME >> /usr/java/jdk1.6.0/ >> [EMAIL PROTECTED] red5-0.6rc2]# echo $ANT_HOME >> /usr/local/ant/bin >> [EMAIL PROTECTED] red5-0.6rc2]# echo $CLASSPATH >> > :/usr/share/java/xerces.jar:/usr/share/java/xercesSamples.jar >> >> >> >> What could be the problem? >> Thanks in advance >> >> Federico >> >> >> >> >> >> >> __________________________________________________ >> Pregunt?. Respond?. Descubr?. >> Todo lo que quer?as saber, y lo que ni imaginabas, >> est? en Yahoo! Respuestas (Beta). >> ?Probalo ya! >> http://www.yahoo.com.ar/respuestas >> >> >> >> _______________________________________________ >> Red5 mailing list >> Red5@osflash.org >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > > > ______________________________________________________________________ > ______________ > Finding fabulous fares is fun. > Let Yahoo! FareChase search your favorite travel sites to find > flight and > hotel bargains. > http://farechase.yahoo.com/promo-generic-14795097 > > _______________________________________________ > Red5 mailing list > Red5@osflash.org > http://osflash.org/mailman/listinfo/red5_osflash.org > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: > 15/03/2007 > 11:27 a.m. > > > > > > > > __________________________________________________ > Pregunt?. Respond?. Descubr?. > Todo lo que quer?as saber, y lo que ni imaginabas, > est? en Yahoo! Respuestas (Beta). > ?Probalo ya! > http://www.yahoo.com.ar/respuestas > > > > _______________________________________________ > Red5 mailing list > Red5@osflash.org > http://osflash.org/mailman/listinfo/red5_osflash.org > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: > 15/03/2007 > 11:27 a.m. > > > > > > > > __________________________________________________ > Pregunt?. Respond?. Descubr?. > Todo lo que quer?as saber, y lo que ni imaginabas, > est? en Yahoo! Respuestas (Beta). > ?Probalo ya! > http://www.yahoo.com.ar/respuestas > > > > _______________________________________________ > Red5 mailing list > Red5@osflash.org > http://osflash.org/mailman/listinfo/red5_osflash.org ------------------------------ Message: 6 Date: Fri, 16 Mar 2007 20:20:38 +0100 From: Thijs Triemstra | Collab <[EMAIL PROTECTED]> Subject: Re: [Red5] flash.media.Camera.setMode Freeze SWF To: Red5@osflash.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" I don't think you can do anything more about the 2.325 seconds. The time it takes to switch cams depends on the camera and/or hardware configuration.. it takes longer to connect an isight than a dv cam here.. Thijs Op 14-mrt-2007, om 5:35 heeft l u c h y x het volgende geschreven: > Thank's, that's improve a little the execution. > The delay time when I change from resolution 640x480 to 320x240 is > onSetModeDuration 2.325 seconds. > I?m using Logitech QuickCam Pro 5000 usb2. native rosolution is > 640x480. > What do you think ? > > P.D: Thank's for the tip's.!! > > > > On 3/13/07, Thijs Triemstra | Collab < [EMAIL PROTECTED]> wrote: > Attach your camera to the Video object again after you invoke > setMode with Video.attachCamera() (or Video.attachNetStream() for > NetStreams). > > hth, > > Thijs > > > Op 13-mrt-2007, om 20:08 heeft l u c h y x het volgende geschreven: > >> Hi list!. >> Does anybody here know why calling Camera.setMode freeze the movie ? >> I know that calling Camera.names will trigger a new scan for >> camera devices on the machine but what Camera.setMode really do ? >> Any idea to make this action run smoothly ??. >> >> Thank's >> >> -- >> Luciano Bustos - Luchyx >> ---------------------------------------- >> r i a e v o l u t i o n ? >> [EMAIL PROTECTED] >> http://www.riaevolution.com >> Phone: +54 (11) 4931-7006 >> _______________________________________________ >> Red5 mailing list >> Red5@osflash.org >> http://osflash.org/mailman/listinfo/red5_osflash.org > > > _______________________________________________ > Red5 mailing list > Red5@osflash.org > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > -- > Luciano Bustos - Luchyx > ---------------------------------------- > r i a e v o l u t i o n ? > [EMAIL PROTECTED] > http://www.riaevolution.com > Phone: +54 (11) 4931-7006 > _______________________________________________ > Red5 mailing list > Red5@osflash.org > http://osflash.org/mailman/listinfo/red5_osflash.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20070316/5bae2 73b/attachment.htm ------------------------------ _______________________________________________ Red5 mailing list Red5@osflash.org http://osflash.org/mailman/listinfo/red5_osflash.org End of Red5 Digest, Vol 19, Issue 104 ************************************* _______________________________________________ Red5 mailing list Red5@osflash.org http://osflash.org/mailman/listinfo/red5_osflash.org