<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.ensagri-bfc.fr/index.php?action=history&amp;feed=atom&amp;title=Red5_sur_Centos</id>
	<title>Red5 sur Centos - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ensagri-bfc.fr/index.php?action=history&amp;feed=atom&amp;title=Red5_sur_Centos"/>
	<link rel="alternate" type="text/html" href="https://wiki.ensagri-bfc.fr/index.php?title=Red5_sur_Centos&amp;action=history"/>
	<updated>2026-06-07T12:10:09Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.ensagri-bfc.fr/index.php?title=Red5_sur_Centos&amp;diff=170&amp;oldid=prev</id>
		<title>Cv5lw : 1 version importée</title>
		<link rel="alternate" type="text/html" href="https://wiki.ensagri-bfc.fr/index.php?title=Red5_sur_Centos&amp;diff=170&amp;oldid=prev"/>
		<updated>2024-02-01T09:10:25Z</updated>

		<summary type="html">&lt;p&gt;1 version importée&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 1 février 2024 à 11:10&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Cv5lw</name></author>
	</entry>
	<entry>
		<id>https://wiki.ensagri-bfc.fr/index.php?title=Red5_sur_Centos&amp;diff=169&amp;oldid=prev</id>
		<title>2024&gt;WikiSysop le 15 mars 2010 à 09:07</title>
		<link rel="alternate" type="text/html" href="https://wiki.ensagri-bfc.fr/index.php?title=Red5_sur_Centos&amp;diff=169&amp;oldid=prev"/>
		<updated>2010-03-15T09:07:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Linux]][[Category:VOD]]&lt;br /&gt;
&lt;br /&gt;
= ISO Centos =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Auteur : Damien Vuillet&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
L&amp;#039;iso dvd centos 5.4 uniquement en download chez free&lt;br /&gt;
&lt;br /&gt;
ftp://ftp.free.fr/mirrors/ftp.centos.org/5.4/isos/i386/&lt;br /&gt;
&lt;br /&gt;
ou&lt;br /&gt;
&lt;br /&gt;
ftp://ftp.free.fr/mirrors/ftp.centos.org/5.4/isos/x86_64/&lt;br /&gt;
&lt;br /&gt;
sinon chez tous les autres ftp l&amp;#039;iso dvd c&amp;#039;est en bittorent seulement.&lt;br /&gt;
&lt;br /&gt;
=Installation de Red5 sur Centos=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Auteur : Damien Vuillet&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Sur centos5 uniquement, sinon il faudra adapter:&lt;br /&gt;
&lt;br /&gt;
installer une centos en décochant tous les packages à l&amp;#039;installation (prendre personnaliser maintenant) sauf repo&lt;br /&gt;
&lt;br /&gt;
puis une fois installé&lt;br /&gt;
&lt;br /&gt;
désactiver selinux:&lt;br /&gt;
 vi /etc/selinux/config&lt;br /&gt;
mettre à disabled&lt;br /&gt;
redemarrer la machine&lt;br /&gt;
&lt;br /&gt;
 yum remove iptables&lt;br /&gt;
 yum remove selinux-po*&lt;br /&gt;
 yum update&lt;br /&gt;
&lt;br /&gt;
redemarrer la machine&lt;br /&gt;
&lt;br /&gt;
 yum install subversion&lt;br /&gt;
 yum install wget&lt;br /&gt;
 yum install ant&lt;br /&gt;
 yum remove ant (ben oui ant est une mauvaise version c&amp;#039;etait juste pour les dependances et en particulier java1.6)&lt;br /&gt;
&lt;br /&gt;
puis dans /root&lt;br /&gt;
&lt;br /&gt;
 wget http://apache.mirror.transip.nl/ant/binaries/apache-ant-1.7.1-bin.tar.gz&lt;br /&gt;
&lt;br /&gt;
puis&lt;br /&gt;
&lt;br /&gt;
 tar zxvf apache-ant-1.7.1-bin.tar.gz&lt;br /&gt;
&lt;br /&gt;
puis&lt;br /&gt;
&lt;br /&gt;
 mv apache-ant-1.7.1 /usr/local/ant&lt;br /&gt;
&lt;br /&gt;
puis&lt;br /&gt;
&lt;br /&gt;
 export ANT_HOME=/usr/local/ant&lt;br /&gt;
&lt;br /&gt;
puis&lt;br /&gt;
&lt;br /&gt;
 svn co http://red5.googlecode.com/svn/java/server/trunk red5-trunk&lt;br /&gt;
&lt;br /&gt;
puis&lt;br /&gt;
&lt;br /&gt;
 cd red5-trunk&lt;br /&gt;
&lt;br /&gt;
puis&lt;br /&gt;
&lt;br /&gt;
 /usr/local/ant/bin/ant&lt;br /&gt;
&lt;br /&gt;
puis une fois fini&lt;br /&gt;
&lt;br /&gt;
 cd dist&lt;br /&gt;
&lt;br /&gt;
puis&lt;br /&gt;
&lt;br /&gt;
 ./red5.sh&lt;br /&gt;
&lt;br /&gt;
sur un client windows&lt;br /&gt;
&lt;br /&gt;
 http://votre_ip:5080&lt;br /&gt;
 cliquez sur le lien&lt;br /&gt;
 &amp;quot;install a ready-made application&amp;quot;&lt;br /&gt;
 cliquez sur &amp;quot;oflaDemo&amp;quot; dans le tableau puis bouton install&lt;br /&gt;
&lt;br /&gt;
ensuite&lt;br /&gt;
&lt;br /&gt;
page web, plugin flash et jpg en PJ à copier dans un répertoire sur un serveur web de votre reseau&lt;br /&gt;
mettre l&amp;#039;ip de votre serveur red5 dans index.html à la place de 191.168.254.240&lt;br /&gt;
&lt;br /&gt;
Ces fichiers sont disponibles ici :[[Media:red5.zip]]&lt;br /&gt;
&lt;br /&gt;
puis sur un client&lt;br /&gt;
&lt;br /&gt;
 http://ip_votre_serveur_web/votre_rep/&lt;/div&gt;</summary>
		<author><name>2024&gt;WikiSysop</name></author>
	</entry>
</feed>