up
This commit is contained in:
1
conf/player.conf.js.sample
Normal file
1
conf/player.conf.js.sample
Normal file
@@ -0,0 +1 @@
|
||||
ICECAST_URL = ""; // Url complète comprenant port et point de montage
|
||||
9
conf/streaminfo.conf.php.sample
Normal file
9
conf/streaminfo.conf.php.sample
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$icecastUrl="http://"; // url du serveur seule. Ne pas rajouter le port
|
||||
$icecastPort=8000; // port du seveur
|
||||
$icecastMount="/"; // Pont de montage commençant par /
|
||||
$icecastIndexCurrentPlaying=4; // Peut varier selon les configurations
|
||||
$icecastIndexNbListeners=2; // Peut varier selon les configurations
|
||||
|
||||
$subCover="logo_de_ma_station.png"; //Cover de substitution affiché lors d’absence d’information. A inserer dans le dossier img/subcover
|
||||
Reference in New Issue
Block a user