Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e07571baf | |||
| 0517a09576 | |||
| f657020bc4 | |||
| 6c245161ee | |||
| 52d00585b2 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ conf/player.conf.js
|
|||||||
conf/streaminfo.conf.php
|
conf/streaminfo.conf.php
|
||||||
img/subcover/*
|
img/subcover/*
|
||||||
!img/subcover/index.html
|
!img/subcover/index.html
|
||||||
|
!img/subcover/default.png
|
||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
$icecastUrl="http://"; // url du serveur seule. Ne pas rajouter le port
|
$icecastUrl="http://"; // url du serveur seule. Ne pas rajouter le port
|
||||||
$icecastPort=8000; // port du seveur
|
$icecastPort=8000; // port du seveur
|
||||||
$icecastMount="/"; // Pont de montage commençant par /
|
$icecastMountPoint="/"; // Pont de montage commençant par /
|
||||||
$icecastIndexCurrentPlaying=4; // Peut varier selon les configurations
|
$icecastIndexCurrentPlaying=4; // Peut varier selon les configurations
|
||||||
$icecastIndexNbListeners=2; // 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
|
$subCover="default.png"; //Cover de substitution affiché lors d’absence d’information. A inserer dans le dossier img/subcover
|
||||||
|
|||||||
BIN
img/bg.png
BIN
img/bg.png
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB |
BIN
img/subcover/default.png
Normal file
BIN
img/subcover/default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 389 KiB |
Reference in New Issue
Block a user