Saturday, February 20, 2010

Red5 installation.

ps: scripts is not for common use(ideamine)

Hi,

Red autoinstaller is ready and can be used by the following steps at the
command prompt.I have implemented a startup script also which will help us
to auto start red5 while VPS reboots. Do the following at ssh as root.

**************************************

wget http://69.72.132.53/red5install.sh
sh red5install.sh

Press Ctrl+C

/etc/init.d/red5 restart

*********************************

after this access the demo URL using http://ipaddress:5080 and install the
demos using installer.

Please note that the latest build of red5 is at
/usr/local/apache/htdocs/trunk/red5.tar.gz of spicy, we may need to update
the same when a new release is out and we are happy with that.

====================================================

As per this red5 .8 is installed on the server

location /usr/local/red5

If one need to install red5 .7 then
first install .8 then
go to /usr/local/red5/
===============================================
403 cd /usr/src
404 wget http://69.72.132.53/red5install.sh
405 sh red5install.sh
406 cd /usr/local/
407 ls
408 cd red5
409 ls
410 cd ..
411 mv red5 red5.bak
412 wget http://red5.nl/installer/red5-0.7.0.tar.gz
414 tar -xzf red5-0.7.0.tar.gz
415 ls
416 mkdir red5
417 mv red5-0.7.0.tar.gz red5/
418 cd red5
419 ls
420 tar -xzf red5-0.7.0.tar.gz
421 /etc/init.d/red5 restart
422 hostname -i
423 /etc/init.d/red5 restart
424 /etc/init.d/red5 restart
425 ls
426 sh red5-shutdown.sh
427 ps aux | grep java
==========================================
you can check the red5 installation in the following manner

==========================================

1. http://69.72.202.134:5080/ (servers IP >>69.72.202.134)
2 click on here i.e http://69.72.202.134:5080/demos/
3.click on ofla demo i.e http://69.72.202.134:5080/demos/ofla_demo.html

=========================================

2 comments:

  1. http://pankajdangi.com/2010/09/how-to-auto-start-red5-in-linux-server/

    ReplyDelete
  2. finally its work

    but only the oflaDemo server is work

    how i can active another server

    like rtmp://myip/totalcontroll

    i copy the folder to webapps
    and restart but not work

    ReplyDelete