Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| webradio [Le 03/05/2009, 22:59] – 213.95.41.13 | webradio [Le 28/07/2009, 05:35] (Version actuelle) – deplacee vers http://doc.ubuntu-fr.org/tutoriel/installer_webradio YannUbuntu | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== Installer une Webradio sous ubuntu ====== | ||
| - | |||
| - | ===== Introduction ===== | ||
| - | |||
| - | Tout d' | ||
| - | |||
| - | __Sites utiles:__ | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | |||
| - | ===== Installation ===== | ||
| - | |||
| - | On installe les librairies MP3 et Icecast2 | ||
| - | |||
| - | < | ||
| - | |||
| - | On installe Ices qui est un peu plus galère | ||
| - | |||
| - | < | ||
| - | tar -zxvf ices-0.4.tar.gz | ||
| - | cd ices-0.4 | ||
| - | ./configure --with-lame | ||
| - | make && make intall</ | ||
| - | |||
| - | <note tip>Vous noterez que l'on prends pas la dernière version de Ices, tout simplement parce que elle ne support pas le stream avec des MP3</ | ||
| - | |||
| - | ===== Configuration ===== | ||
| - | |||
| - | ==== Ices ==== | ||
| - | |||
| - | Facilitons la configuration du fichier de configuration | ||
| - | |||
| - | < | ||
| - | cd /etc/ices0 | ||
| - | vim ices.conf.dist</ | ||
| - | |||
| - | Mettez cela | ||
| - | |||
| - | < | ||
| - | < | ||
| - | < | ||
| - | | ||
| - | <!-- This is the filename used as a playlist when using the builtin | ||
| - | playlist handler. --> | ||
| - | < | ||
| - | | ||
| - | <!-- Set this to 0 if you don't want to randomize your playlist, and to | ||
| - | 1 if you do. --> | ||
| - | < | ||
| - | | ||
| - | <!-- One of builtin, perl, or python. --> | ||
| - | < | ||
| - | | ||
| - | <!-- Module name to pass to the playlist handler if using perl or python. | ||
| - | If you use the builtin playlist handler then this is ignored --> | ||
| - | < | ||
| - | | ||
| - | <!-- Set this to the number of seconds to crossfade between tracks. | ||
| - | Leave out or set to zero to disable crossfading (the default). --> | ||
| - | < | ||
| - | | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | <!-- Set this to 1 if you want ices to launch in the background as a | ||
| - | | ||
| - | < | ||
| - | | ||
| - | <!-- Set this to 1 if you want to see more verbose output from ices --> | ||
| - | < | ||
| - | | ||
| - | <!-- This directory specifies where ices should put the logfile, cue file | ||
| - | and pid file (if daemonizing). Don't use /tmp if you have l33t h4x0rz | ||
| - | on your server. --> | ||
| - | < | ||
| - | | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | < | ||
| - | <!-- Hostname or ip of the icecast server you want to connect to --> | ||
| - | < | ||
| - | | ||
| - | <!-- Port of the same --> | ||
| - | < | ||
| - | | ||
| - | <!-- Encoder password on the icecast server --> | ||
| - | < | ||
| - | | ||
| - | <!-- Header protocol to use when communicating with the server. | ||
| - | | ||
| - | | ||
| - | < | ||
| - | | ||
| - | </ | ||
| - | |||
| - | <!-- The name of the mountpoint on the icecast server --> | ||
| - | < | ||
| - | | ||
| - | <!-- The name of the dumpfile on the server for your stream. DO NOT set | ||
| - | this unless you know what you're doing. | ||
| - | < | ||
| - | --> | ||
| - | | ||
| - | <!-- The name of you stream, not the name of the song! --> | ||
| - | < | ||
| - | | ||
| - | <!-- Genre of your stream, be it rock or pop or whatever --> | ||
| - | < | ||
| - | | ||
| - | <!-- Longer description of your stream --> | ||
| - | < | ||
| - | | ||
| - | <!-- URL to a page describing your stream --> | ||
| - | < | ||
| - | | ||
| - | <!-- 0 if you don't want the icecast server to publish your stream on | ||
| - | the yp server, 1 if you do --> | ||
| - | < | ||
| - | |||
| - | <!-- Stream bitrate, used to specify bitrate if reencoding, otherwise | ||
| - | just used for display on YP and on the server. Try to keep it | ||
| - | accurate --> | ||
| - | < | ||
| - | | ||
| - | <!-- If this is set to 1, and ices is compiled with liblame support, | ||
| - | ices will reencode the stream on the fly to the stream bitrate. --> | ||
| - | < | ||
| - | | ||
| - | <!-- Number of channels to reencode to, 1 for mono or 2 for stereo --> | ||
| - | <!-- Sampe rate to reencode to in Hz. Leave out for LAME's best choice | ||
| - | < | ||
| - | --> | ||
| - | | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <note important>< | ||
| - | < | ||
| - | < | ||
| - | |||
| - | ==== Icescast2 ==== | ||
| - | |||
| - | |||
| - | |||
| - | ==== Playlist ==== | ||
| - | |||
| - | |||
| - | ==== Lancement ==== | ||
| - | |||
