Include rivendell icecast config

This commit is contained in:
Dave Pedu 2014-12-14 17:33:32 -08:00
parent 26bd8ecc8e
commit c8212df386
12 changed files with 12 additions and 0 deletions

1
Dockerfile Normal file → Executable file
View File

@ -50,6 +50,7 @@ RUN apt-get update ; \
echo "rivendell-server rivendell-server/debconfenable boolean false" | debconf-set-selections ; \
apt-get -y install rivendell rivendell-server rivendell-doc mysql-server jack-rack jamin jackd qjackctl
COPY rdmysql.conf /etc/mysql/conf.d/rdmysql.cnf
COPY rd.icecast.conf /etc/rd.icecast.conf
COPY rd.conf /etc/rd.conf
COPY init.sh /home/rduser/init.sh

0
README.md Normal file → Executable file
View File

0
edcast-jack-3.1.7.tar.gz Normal file → Executable file
View File

0
edcast.cfg Normal file → Executable file
View File

0
icecast Normal file → Executable file
View File

0
icecast.xml Normal file → Executable file
View File

0
rd.conf Normal file → Executable file
View File

11
rd.icecast.conf Executable file
View File

@ -0,0 +1,11 @@
[Icecast1]
Username=source
Password=source
Hostname=127.0.0.1
Tcpport=8000
Mountpoint=/stream
FormatString=%a - %t
MasterLog=Yes
Aux1Log=No
Aux2Log=No

0
rdmysql.conf Normal file → Executable file
View File

0
start Normal file → Executable file
View File

0
supervisord.conf Normal file → Executable file
View File

0
tryphon.list Normal file → Executable file
View File