Upgrade Red 5

Trouvé ici :
http://red5.5842.n7.nabble.com/I-will-pay-for-someone-to-answer-my-Red5-questions-tp31122p31130.html
Check that you have Ant 1.7, java 1.6 and subversion installed
(you can check with
# ant -version
and
# java -version
then position yourself in your choosed folder (i.e : cd /opt)
then do a :
# svn checkout http://red5.googlecode.com/svn/java/server/trunk/ red5
then go to your new red5 folder (cd /red5) and do :
# ant prepare
# ant dist
then finish with :
# cp -r dist/conf .   (including the . )
then go to
# cd /red5/dist/conf
and edit red5.properties (change ports to your needs ) :
# vim red5.properties 
and save (esc, then :w , then :exit)
you can then start red5 with (provided you are in the /dist folder) 
# ./red5.sh &  (& if you want it started as a deamon so it continues running after closing your ssh)
To shut it down correctly (from same red/dist folder) :

# ./red5-shutdown.sh


Publié

dans

par

Étiquettes :