radio web server debian
http://www.howtoforge.com/linux_webradio_with_icecast2_ices2
apt-get install icecast2
vi /etc/icecast2/icecast.xml
[...]
password1
password2
admin
password3
[...]
vi /etc/default/icecast2
# Defaults for icecast2 initscript
# sourced by /etc/init.d/icecast2
# installed at /etc/default/icecast2 by the maintainer scripts
#
# This is a POSIX shell fragment
#
# Full path to the server configuration file
CONFIGFILE="/etc/icecast2/icecast.xml"
# Name or ID of the user and group the daemon should run under
USERID=icecast2
GROUPID=icecast
# Edit /etc/icecast2/icecast.xml and change at least the passwords.
# Change this to true when done to enable the init.d script
ENABLE=true
/etc/init.d/icecast2 start
http://www.howtoforge.com/linux_webradio_with_icecast2_ices2_p2
apt-get install ices2
mkdir /var/log/ices
mkdir /etc/ices2
mkdir /etc/ices2/music
cp /usr/share/doc/ices2/examples/ices-playlist.xml /etc/ices2
vi /etc/ices2/ices-playlist.xml
1
/var/log/ices
ices.log
4
0
Example stream name
Example genre
A short description of your stream
playlist
basic
/etc/ices2/playlist.txt
0
0
0
localhost
8000
password1
/example1.ogg
2
5
80
64000
44100
2
vi /etc/ices2/playlist.txt
[...]
/etc/ices2/music/1vs0_JuniorGroove.ogg
/etc/ices2/music/1vs0_TheWavechangerSuperhero.ogg
[...]
ices2 /etc/ices2/ices-playlist.xml
http://192.168.0.100:8000/example1.ogg.m3u
Comments
Post a Comment