<li><ahref="#8._Videoconferencing_and_audio-recorder">Videoconferencing and audio-recorder</a></li>
<li><ahref="#8._Videoconferencing_and_audio-recorder">Videoconferencing and audiorecorder</a></li>
<li><ahref="#9._Mathematical_formulas">Mathematical formulas with LaTeX</a></li>
@ -786,7 +786,7 @@ See below : Videoconferencing<br />
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="8._Videoconferencing_and_audio-recorder"></a>8. Videoconferencing and audio-recorder</h2>
<h2><aname="8._Videoconferencing_and_audio-recorder"></a>8. Videoconferencing and audiorecorder</h2>
<i>This part is optional, only organisations wanting to use the videoconference feature might want to read this.</i><br/>
@ -814,16 +814,21 @@ on the same topic.
<br/>
<br/>
<br/>
You may want to take advantage of the audio recorder. To do this :<br/>
You may want to take advantage of the audio recorder and of the videoconferencing. To do this :<br/>
<ul>
<li>Download and install <ahref="http://osflash.org/red5">RED5 Open Source Flash server version 0.6</a> (you will find Linux packages and a Windows installer on the RED 5 website)</li>
<li>Rename it to "dokeos-recorder.war" and copy it into the <spanstyle="font-style: italic;">webapps</span> directory of your RED5 installation. Windows : Target directory can be C:/Program Files/Red5/webapps/ .
Linux with Nautilus or through a shell : cp dokeos-recorder.war /usr/lib/red5/webapps (when RED5 is installed using Debian package)</li>
<li>Rename it to "dokeos-videoconf.war" and copy it into the <spanstyle="font-style: italic;">webapps</span> directory of your RED5 installation. Windows : Target directory can be C:/Program Files/Red5/webapps/ .
Linux with Nautilus or through a shell : cp dokeos-recorder.war /usr/lib/red5/webapps</li>
<li>Create an XML configuration file for Red5 (e.g. Linux: sudo
@ -854,8 +859,7 @@ The "_" at the end of each URL really matters, don't forget it.<br />
Restart Red5 to reload the configuration file and the new application using, on Ubuntu or Debian:
<divclass="code">
/etc/init.d/red5 stop
/etc/init.d/red5 start
/etc/init.d/red5 restart
</div>
@ -882,7 +886,7 @@ You will be asked for 4 things
<li>the password (which you have configured in your red5 configuration file</li>
<li>whether you want to use rtmpt or not (useful to pass through firewalls but slower)</li>
<li>whether you want to use rtmpt or not (useful to pass through firewalls but slower). In order to use this option, you will have to configure red5 to make it listening on the port 80. See <ahref="http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0">http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0</a></li>