Thanks Ruben
It worked!!
> From: [EMAIL PROTECTED]> Subject: Red5 Digest, Vol 20, Issue 26> To:
> [email protected]> Date: Fri, 6 Apr 2007 11:31:51 -0400> > Send Red5 mailing
> list submissions to> [email protected]> > 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: recording problem 2 (Tom???Proch?zka)> 2. Re: recording problem 2
> (Tom???Proch?zka)> 3. Logging, metadata and recorder codec questions (barnaby
> menage)> 4. Installing Red5 (Rajesh GS)> 5. Re: Installing Red5 (Ruben
> Waitz)> 6. Re: startupTime (Geko Lancer)> 7. Re: Just installed 0.6 RC2 but
> ... (Mondain)> > >
> ----------------------------------------------------------------------> >
> Message: 1> Date: Fri, 6 Apr 2007 12:44:59 +0200> From: Tom???Proch?zka
> <[EMAIL PROTECTED]>> Subject: Re: [Red5] recording problem 2> To:
> [email protected]> Message-ID: <[EMAIL PROTECTED]>> Content-Type: text/plain;
> charset=iso-8859-2> > Hi.> > I prepared temporary testing account on my
> server.> But sorry for non-english page (I translate important words)> >
> http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=%2Fseznamka%2Findex.php%3Fm_ido%3DRps_videos%26vid_oid%3Dgalls>
> > On this page in left upper corner login:> > login = Jm?no: red5test>
> password = Heslo: red5pswd> > After login, you show title: Videogalerie -
> Spr?va videogaleri?> Then click to Nahr?t nov? video = Record new video> >
> Enter some video name a clic to record button.> Record 10s long video.> After
> click to stop button click to Ulo?it = Save.> > Then you can play new
> recorded and all other videos.> > Here is exampole video:> >
> http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=%2Fseznamka%2Findex.php%3Fvid_oid%3Dview%26video_id%3D51%26video_num%3D0%26m_ido%3DRps_videos%26gall_id%3D0>
> > It's don't move some seconds and then play from half of length.> > > > >
> -------------------------- Original message --------------------------> From:
> Tom?? Proch?zka <[EMAIL PROTECTED]>> Subject: [Red5] recording problem 2>
> Date: Thursday, April 5, 2007, 10:07:10 AM> Attachments: <none>> msgid:[EMAIL
> PROTECTED]> > TP> Hi.> > TP> But also in revision 1830 I have the same
> problem with recording.> > TP> Sometimes, especially in short records, red5
> records few second> TP> with no movement and then record corectly.> > TP>
> When I play this flv video in some players, same of them waiting> TP> few
> second and another jump immediately few second.> > TP> Have somebody the same
> problem?> > TP> Here is example of buggy video:> TP>
> http://portal2.sms.cz/logs/video_user-11494_id-29.flv> > > TP> Here is log
> example log (for another buggy video):> TP> First value is getTimer()
> result.> > TP> 227 Stream action: NetStream.Play.Reset - NaN, isPlaying:
> true> TP> 227 Stream action: NetStream.Play.Start - NaN, isPlaying: true> TP>
> 1067 Stream action: NetStream.Buffer.Full - NaN, isPlaying: true> TP> 1067
> Stream action: NetStream.Buffer.Empty - NaN, isPlaying: true> TP> 5068 Stream
> action: NetStream.Buffer.Full - 35%, isPlaying: true> TP> After long period
> jump video directly to 35%> > TP> 5068 Stream action: NetStream.Buffer.Empty
> - 35%, isPlaying: true> TP> 6067 Stream action: NetStream.Buffer.Full - 39%,
> isPlaying: true> TP> After long period video play again.> > TP> 14381 Stream
> action: NetStream.Play.Stop - 94%, isPlaying: true> TP> 15067 Stream action:
> NetStream.Buffer.Flush - 98%, isPlaying: true> TP> 16067 Stream action:
> NetStream.Buffer.Empty - 100%, isPlaying: true> TP> > > > >
> ----------------------- End of original message ----------------------> > --
> > Tomas Prochazka> > > > > ------------------------------> > Message: 2>
> Date: Fri, 6 Apr 2007 12:55:17 +0200> From: Tom???Proch?zka <[EMAIL
> PROTECTED]>> Subject: Re: [Red5] recording problem 2> To: [email protected]>
> Message-ID: <[EMAIL PROTECTED]>> Content-Type: text/plain;
> charset=iso-8859-2> > Hi.> > OK. Here: http://jira.red5.org/browse/SN-35> > >
> -------------------------- Original message --------------------------> From:
> Steven Gong <[EMAIL PROTECTED]>> Subject: [Red5] recording problem 2> Date:
> Friday, April 6, 2007, 3:30:08 AM> Attachments: Zpr?va.html, ??st.txt>
> msgid:[EMAIL PROTECTED]> > > Tomas,> Could you please submit this issue to
> JIRA? Thanks.> > > > > > ----------------------- End of original message
> ----------------------> > -- > Tomas Prochazka> > > > >
> ------------------------------> > Message: 3> Date: Fri, 6 Apr 2007 12:32:31
> +0100> From: "barnaby menage" <[EMAIL PROTECTED]>> Subject: [Red5] Logging,
> metadata and recorder codec questions> To: <[email protected]>> Message-ID:>
> <[EMAIL PROTECTED]>> Content-Type: text/plain; charset="us-ascii"> > Hi> > 3
> questions (in reference red5 v0.6 RC2):> > 1. About how to log Red5's
> interaction for messageRecorder example.> 2. Getting Red5 to add metadata (at
> moment I'm using Buraks injector after> the flv been recorded)> 3. Codec used
> for recording?> > Detail:> > 1. I'm using a modified version of the message
> recorder example. In order to> log all information about Red5's interaction
> with this. I've modified the> log4j.properties file so that instead of
> logging the ofla example in should> log messageRecorder at level INFO.> >
> Like so:> > # Demos>
> log4j.logger.org.red5.server.webapp.messageRecorder=INFO> >
> log4j.appender.FLOG=org.apache.log4j.RollingFileAppender>
> log4j.appender.FLOG.File=red5.log> log4j.appender.FLOG.Threshold=ALL>
> log4j.appender.FLOG.MaxFileSize=20000KB>
> log4j.appender.FLOG.MaxBackupIndex=1>
> log4j.appender.FLOG.layout=org.apache.log4j.PatternLayout>
> log4j.appender.FLOG.layout.ConversionPattern=[%p] %r %t:( %c{1}.%M ) %m %n> >
> Is that correct?> > > 2. FLVs don't appear to have any metadata in them after
> being recorded. > Is there anyway to add this using red5 during the record?>
> > > 3. In the logs it says: > > INFO | jvm 2 | 2007/04/06 12:14:30 | [INFO]
> 12531781 pool-1-thread-2:(> org.red5.server.stream.VideoCodecFactory.info )
> Trying codec> [EMAIL PROTECTED] > INFO | jvm 2 | 2007/04/06 12:14:50 | [INFO]
> 12551156 pool-1-thread-16:(> org.red5.server.stream.VideoCodecFactory.info )
> Trying codec> [EMAIL PROTECTED] > INFO | jvm 2 | 2007/04/06 12:15:09 | [INFO]
> 12570469 pool-1-thread-1:(> org.red5.server.stream.VideoCodecFactory.info )
> Trying codec> [EMAIL PROTECTED] > INFO | jvm 2 | 2007/04/06 12:15:27 | [INFO]
> 12588390 pool-1-thread-11:(> org.red5.server.stream.VideoCodecFactory.info )
> Trying codec> [EMAIL PROTECTED] > > codec.ScreenVideo is that the best codec
> to use or can it be set to> sorenson? Probably a stupid question.> > I'm
> coming at this from the actionscript side (i.e. not a java coder) and> I'm
> running red5 v0.6 RC2 on windows xp home.> > Any answers greatly
> appreciated.> > Barney> > > > > ------------------------------> > Message: 4>
> Date: Fri, 6 Apr 2007 13:37:56 +0000> From: Rajesh GS <[EMAIL PROTECTED]>>
> Subject: [Red5] Installing Red5> To: <[email protected]>> Message-ID: <[EMAIL
> PROTECTED]>> Content-Type: text/plain; charset="iso-8859-1"> > Hi> > I
> followed this tutorial:
> http://www.red5tutorials.net/index.php/Tutorials:TomcatLaszloRed5 to install>
> Tomcat, OpenLaszlo and Red5 on my local pc.> I used war to deploy the apps on
> the tomcat server. Although I was able to start openlaszlo, red5 doesnt start
> at all. > > In tomcat manager, I get this error:> FAIL - Application at
> context path /red5 could not be startedIn catalina log, I have these infoApr
> 6, 2007 5:26:41 PM org.apache.catalina.startup.HostConfig deployWARINFO:
> Deploying web application archive red5.warApr 6, 2007 5:26:44 PM
> org.apache.catalina.core.StandardContext startSEVERE: Error listenerStartApr
> 6, 2007 5:26:44 PM org.apache.catalina.core.StandardContext startSEVERE:
> Context [/red5] startup failed due to previous errorsplease let me know what
> is the problem. I am totally clueless. I havent changed any config
> settings.Server information:Tomcat Version - Apache Tomcat/5.5.23 JVM Version
> - 1.5.0_11-b03 JVM Vendor - Sun Microsystems Inc. OS Name - Windows XP OS
> Version - 5.1 OS Architecture - x86 cheers>
> _________________________________________________________________> i'm making
> a difference.?Make every IM count for the cause of your choice. Join Now.>
> http://clk.atdmt.com/MSN/go/msnnkwme0080000001msn/direct/01/?href=http://im.live.com/messenger/im/home/?source=wlmailtagline>
> -------------- next part --------------> An HTML attachment was scrubbed...>
> URL:
> http://osflash.org/pipermail/red5_osflash.org/attachments/20070406/4abeed1c/attachment-0001.htm>
> > ------------------------------> > Message: 5> Date: Fri, 6 Apr 2007
> 15:52:31 +0200> From: "Ruben Waitz" <[EMAIL PROTECTED]>> Subject: Re: [Red5]
> Installing Red5> To: <[email protected]>> Message-ID: <[EMAIL PROTECTED]>>
> Content-Type: text/plain; format=flowed; charset="iso-8859-1";>
> reply-type=original> > Hi Rajesh,> > Please try it on JVM Version 1.6.> In
> that configuration it's running quite fine on my CentOS test config.> > I
> don't know the status of the 0.6RC2-war supporting version 1.5.> > The
> tutorial was written for the old 0.6RC1-java1.5 thingy.> > > Ruben> > > >
> -----Oorspronkelijk bericht-----> Van: [EMAIL PROTECTED] [mailto:[EMAIL
> PROTECTED] Namens > Rajesh GS> Verzonden: vrijdag 6 april 2007 15:38> Aan:
> [email protected]> Onderwerp: [Red5] Installing Red5> > Hi> > I followed this
> tutorial: > http://www.red5tutorials.net/index.php/Tutorials:TomcatLaszloRed5
> to install> Tomcat, OpenLaszlo and Red5 on my local pc.> I used war to deploy
> the apps on the tomcat server. Although I was able to > start openlaszlo,
> red5 doesnt start at all.> > In tomcat manager, I get this error:> FAIL -
> Application at context path /red5 could not be started> In catalina log, I
> have these info> Apr 6, 2007 5:26:41 PM
> org.apache.catalina.startup.HostConfig deployWAR> INFO: Deploying web
> application archive red5.war> Apr 6, 2007 5:26:44 PM
> org.apache.catalina.core.StandardContext start> SEVERE: Error listenerStart>
> Apr 6, 2007 5:26:44 PM org.apache.catalina.core.StandardContext start>
> SEVERE: Context [/red5] startup failed due to previous errors> please let me
> know what is the problem. I am totally clueless. I havent > changed any
> config settings.> Server information:> > Tomcat Version - Apache
> Tomcat/5.5.23> JVM Version - 1.5.0_11-b03> JVM Vendor - Sun Microsystems
> Inc.> OS Name - Windows XP> OS Version - 5.1> OS Architecture - x86> cheers>
> > > > > i'm making a difference. Make every IM count for the cause of your
> choice. > Join Now. > > > > > ------------------------------> > Message: 6>
> Date: Fri, 06 Apr 2007 10:54:14 -0300> From: "Geko Lancer" <[EMAIL
> PROTECTED]>> Subject: Re: [Red5] startupTime> To: [email protected]>
> Message-ID: <[EMAIL PROTECTED]>> Content-Type: text/plain;
> charset="us-ascii"> > An HTML attachment was scrubbed...> URL:
> http://osflash.org/pipermail/red5_osflash.org/attachments/20070406/6a9efeaf/attachment-0001.htm>
> > ------------------------------> > Message: 7> Date: Fri, 6 Apr 2007
> 08:31:47 -0700> From: Mondain <[EMAIL PROTECTED]>> Subject: Re: [Red5] Just
> installed 0.6 RC2 but ...> To: [email protected]> Message-ID:> <[EMAIL
> PROTECTED]>> Content-Type: text/plain; charset="iso-8859-1"> > It looks as
> though you are using new Red5 code with Mina 2. As far as I> recall
> .release() is not supported in version 2.> > On 4/6/07, David Schulberg
> <[EMAIL PROTECTED]> wrote:> >> > Hi,> >> >> >> > When I start Red5 service it
> fails as shown below in red5.log.> >> > I have just uninstalled previous
> version of Red5 and installed v0.6 RC2.> >> >> >> > INFO | jvm 1 | 2007/04/06
> 20:06:05 | WrapperSimpleApp: Encountered an> > error running main:
> java.lang.NoSuchMethodError:> > org.apache.mina.common.ByteBuffer.release()V>
> >> > INFO | jvm 1 | 2007/04/06 20:06:05 | java.lang.NoSuchMethodError:> >
> org.apache.mina.common.ByteBuffer.release()V> >> > INFO | jvm 1 | 2007/04/06
> 20:06:05 | at> >
> org.red5.server.net.rtmp.status.StatusObjectService.cacheStatusObjects(> >
> StatusObjectService.java:163)> >> > INFO | jvm 1 | 2007/04/06 20:06:05 | at>
> > org.red5.server.net.rtmp.status.StatusObjectService.initialize(> >
> StatusObjectService.java:59)> >> > INFO | jvm 1 | 2007/04/06 20:06:05 | at> >
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)> >> > INFO | jvm
> 1 | 2007/04/06 20:06:05 | at> >
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)> >> > INFO | jvm
> 1 | 2007/04/06 20:06:05 | at> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)> >> > INFO |
> jvm 1 | 2007/04/06 20:06:05 | at> > java.lang.reflect.Method.invoke(Unknown
> Source)> >> > INFO | jvm 1 | 2007/04/06 20:06:05 | at> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod>
> > (AbstractAutowireCapableBeanFactory.java:1160)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:05 | at> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods>
> > (AbstractAutowireCapableBeanFactory.java:1122)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:05 | at> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean>
> > (AbstractAutowireCapableBeanFactory.java:1085)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:05 | at> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean>
> > (AbstractAutowireCapableBeanFactory.java:429)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:05 | at> >
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(> >
> AbstractBeanFactory.java:250)> >> > INFO | jvm 1 | 2007/04/06 20:06:05 | at>
> >
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton>
> > (DefaultSingletonBeanRegistry.java:141)> >> > INFO | jvm 1 | 2007/04/06
> 20:06:05 | at> >
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(> >
> AbstractBeanFactory.java:247)> >> > INFO | jvm 1 | 2007/04/06 20:06:05 | at>
> > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(> >
> AbstractBeanFactory.java:161)> >> > INFO | jvm 1 | 2007/04/06 20:06:05 | at>
> >
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons>
> > (DefaultListableBeanFactory.java:273)> >> > INFO | jvm 1 | 2007/04/06
> 20:06:05 | at> >
> org.springframework.context.support.AbstractApplicationContext.refresh(> >
> AbstractApplicationContext.java:346)> >> > INFO | jvm 1 | 2007/04/06 20:06:05
> | at> > org.springframework.context.support.FileSystemXmlApplicationContext>
> > .<init>(FileSystemXmlApplicationContext.java:89)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:05 | at> >
> org.springframework.context.support.FileSystemXmlApplicationContext> >
> .<init>(FileSystemXmlApplicationContext.java:74)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:05 | at> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)> >> >
> INFO | jvm 1 | 2007/04/06 20:06:05 | at> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)> >> >
> INFO | jvm 1 | 2007/04/06 20:06:05 | at> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)> >>
> > INFO | jvm 1 | 2007/04/06 20:06:05 | at> >
> java.lang.reflect.Constructor.newInstance(Unknown Source)> >> > INFO | jvm 1
> | 2007/04/06 20:06:05 | at> >
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:84)> >> >
> INFO | jvm 1 | 2007/04/06 20:06:05 | at> >
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate>
> > (SimpleInstantiationStrategy.java:71)> >> > INFO | jvm 1 | 2007/04/06
> 20:06:06 | at> >
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor>
> > (ConstructorResolver.java:150)> >> > INFO | jvm 1 | 2007/04/06 20:06:06 |
> at> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor>
> > (AbstractAutowireCapableBeanFactory.java:745)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:06 | at> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance>
> > (AbstractAutowireCapableBeanFactory.java:683)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:06 | at> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean>
> > (AbstractAutowireCapableBeanFactory.java:388)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:06 | at> >
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(> >
> AbstractBeanFactory.java:250)> >> > INFO | jvm 1 | 2007/04/06 20:06:06 | at>
> >
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton>
> > (DefaultSingletonBeanRegistry.java:141)> >> > INFO | jvm 1 | 2007/04/06
> 20:06:06 | at> >
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(> >
> AbstractBeanFactory.java:247)> >> > INFO | jvm 1 | 2007/04/06 20:06:06 | at>
> > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(> >
> AbstractBeanFactory.java:161)> >> > INFO | jvm 1 | 2007/04/06 20:06:06 | at>
> >
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons>
> > (DefaultListableBeanFactory.java:273)> >> > INFO | jvm 1 | 2007/04/06
> 20:06:06 | at> >
> org.springframework.context.support.AbstractApplicationContext.refresh(> >
> AbstractApplicationContext.java:346)> >> > INFO | jvm 1 | 2007/04/06 20:06:06
> | at> >
> org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition>
> > (ContextSingletonBeanFactoryLocator.java:136)> >> > INFO | jvm 1 |
> 2007/04/06 20:06:06 | at> >
> org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory>
> > (SingletonBeanFactoryLocator.java:380)> >> > INFO | jvm 1 | 2007/04/06
> 20:06:06 | at> > org.red5.server.Standalone.main(Standalone.java:136)> >> >
> INFO | jvm 1 | 2007/04/06 20:06:06 | at> >
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)> >> > INFO | jvm
> 1 | 2007/04/06 20:06:06 | at> >
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)> >> > INFO | jvm
> 1 | 2007/04/06 20:06:06 | at> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)> >> > INFO |
> jvm 1 | 2007/04/06 20:06:06 | at> > java.lang.reflect.Method.invoke(Unknown
> Source)> >> > INFO | jvm 1 | 2007/04/06 20:06:06 | at> >
> org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:136)>
> >> > INFO | jvm 1 | 2007/04/06 20:06:06 | at java.lang.Thread.run(Unknown> >
> Source)> >> > STATUS | wrapper | 2007/04/06 20:06:07 | <-- Wrapper Stopped>
> >> >> >> >> >> >> >> > Regards,> >> >> >> > David Schulberg> >> >> >> >> >> >
> _______________________________________________> > Red5 mailing list> >
> [email protected]> > http://osflash.org/mailman/listinfo/red5_osflash.org> >>
> >> > > -- > The early bird may get the worm, but the second mouse gets the
> cheese.> -------------- next part --------------> An HTML attachment was
> scrubbed...> URL:
> http://osflash.org/pipermail/red5_osflash.org/attachments/20070406/eda4f9bb/attachment.htm>
> > ------------------------------> >
> _______________________________________________> Red5 mailing list>
> [email protected]> http://osflash.org/mailman/listinfo/red5_osflash.org> > >
> End of Red5 Digest, Vol 20, Issue 26> ************************************
_________________________________________________________________
i'm making a difference. Make every IM count for the cause of your choice. Join
Now.
http://clk.atdmt.com/MSN/go/msnnkwme0080000001msn/direct/01/?href=http://im.live.com/messenger/im/home/?source=wlmailtagline_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org