|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
Red5 0.9 installation tutorial that actually works?Hello
Can someone point out a step by step red5 installation from svn, last releases? I tried for Centos and I get errors, maybe steps are missing, is there any built versions like this http://www.nielsenaa.com/red5-installers/red5-0.7.0.tar.gz that runs immediately? Thank you _______________ Sincerely Cristian Rusu _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?I use this howto for all my installs.. it's worked great on centOS, SUSE, Ubuntu..
Jake
On Tue, Nov 3, 2009 at 3:09 AM, Cristian Rusu <crirus@...> wrote: Hello _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?yes, but I can't build in dist for some reason.
For now I managed to use zip version from google code. Cristian Rusu On Tue, Nov 3, 2009 at 18:12, Jake Hilton <red5@...> wrote: I use this howto for all my installs.. it's worked great on centOS, SUSE, Ubuntu.. _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?i don't have any problem building from source trunk on debian linux...
svn co red5serverfolder red5-09 cd red5-09 ant dist ---> it creates a dist folder with a new compiled server.... export RED5_HOME= ****/red5-09/dist cd $RED5_HOME ./red5.sh And it's done... BR Hugo On Tue, Nov 3, 2009 at 6:58 PM, Cristian Rusu <crirus@...> wrote: > yes, but I can't build in dist for some reason. > For now I managed to use zip version from google code. > > Cristian Rusu > > On Tue, Nov 3, 2009 at 18:12, Jake Hilton <red5@...> wrote: >> >> I use this howto for all my installs.. it's worked great on centOS, SUSE, >> Ubuntu.. >> http://osflash.org/red5/suse >> Jake >> >> On Tue, Nov 3, 2009 at 3:09 AM, Cristian Rusu <crirus@...> wrote: >>> >>> Hello >>> >>> Can someone point out a step by step red5 installation from svn, last >>> releases? >>> I tried for Centos and I get errors, maybe steps are missing, is there >>> any built versions like this >>> http://www.nielsenaa.com/red5-installers/red5-0.7.0.tar.gz that runs >>> immediately? >>> >>> Thank you >>> >>> _______________ >>> Sincerely >>> Cristian Rusu >>> >>> >>> _______________________________________________ >>> Red5 mailing list >>> Red5@... >>> http://osflash.org/mailman/listinfo/red5_osflash.org >>> >> >> >> _______________________________________________ >> Red5 mailing list >> Red5@... >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?Hilarious, I just checked out the source again, then simply run ant dist and it worked flawlessly.
I remember the first time I was running ant prepare, maybe that messed all things up? Cristian
On Tue, Nov 3, 2009 at 21:07, Hugo Flambó <hflambo@...> wrote: i don't have any problem building from source trunk on debian linux... _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?Hi Cristian!
Maybe the BigBlueButton installation could help you? http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu This is how I install only Red5 out of the above: http://cambiatablog.wordpress.com/2009/10/20/red5-on-ubuntu-9-04-thanks-to-bigbluebutton/ Regards / Jonas _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?Hi,
This instruction works for Red5 0.8. I believe he wants to install Red5 0.9 Richard 2009/11/6 Jonas Nyström <jonasnys@...>: > Hi Cristian! > > Maybe the BigBlueButton installation could help you? > http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu > > This is how I install only Red5 out of the above: > http://cambiatablog.wordpress.com/2009/10/20/red5-on-ubuntu-9-04-thanks-to-bigbluebutton/ > > Regards / Jonas > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > -- --- BigBlueButton http://www.bigbluebutton.org http://code.google.com/p/bigbluebutton _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?Does the installer work? When I install oflademo I get an error message:
[INFO] [Launcher:/oflaDemo] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@e2cf08: defining beans [placeholderConfig,web.context,web.scope,web.handler,demoService.service,org.springframework.scripting.support.ScriptFactoryPostProcessor#0]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@95223b Exception in thread "Launcher:/oflaDemo" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.scripting.support.ScriptFactoryPostProcessor#0' defined in ServletContext resource [/WEB-INF/red5-web.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839) [...] And when I access the demo, it tells me the oflademo scope was not found -- VOD & visioconference - http://www.digiprof.tv _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?I tried again in 0.8.0 and it works, so I'm not making anything wrong.
-- VOD & visioconference - http://www.digiprof.tv _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Red5 0.9 installation tutorial that actually works?I noticed I only have to run
$ ant dist not ant prepare $ ant dist Crirus On Sat, Nov 7, 2009 at 12:30, Thomas <iamkenzo@...> wrote: I tried again in 0.8.0 and it works, so I'm not making anything wrong. _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
| Free embeddable forum powered by Nabble | Forum Help |