[[Software]] Audio [[Streaming]]

# http://www.icecast.org/
sudo apt-get install icecast2  # on [[Debian]]
# file:///usr/share/doc/icecast2/index.html
sudo cp -a /etc/icecast2/icecast.xml  /etc/icecast2/icecast.xml.orig
sed -e "s/hackme/${HOSTNAME}/g" -i /etc/icecast2/icecast.xml
sudo grep ENABLE  /etc/default/icecast2 # set to true
sudo /etc/init.d/icecast2 restart
# http://localhost:8000/

Server should be running

sudo apt-get install ices2 # http://www.icecast.org/ices.php
mkdir -p ${HOME}/opt/icecast ; cd ${HOME}/opt/icecast
cp /usr/share/doc/ices2/examples/ices-playlist.xml ./
sudo mkdir -p /var/log/ices/
ices2 ices-playlist.xml
cat /var/log/ices/ices.log
lynx -dump http://localhost:8000/example1.ogg.m3u
lynx -head -dump http://localhost:8000/example1.ogg
sudo apt-get install vlc
vlc http://localhost:8000/example1.ogg

http://andesi.org/index.php?node=134

P2P : peercast

cat « EOF » /etc/apt/sources.list

#{ http://rzr.online.fr/q/Stream
deb http://www.cti.ecp.fr/~beauxir5/debian binary/
deb-src http://www.cti.ecp.fr/~beauxir5/debian source/
#} http://rzr.online.fr/q/Stream

EOF

apt-get install peercast # http://www.peercast.org/wiki/wakka.php?wakka=Linux/DebianPackages

Stream a live source

* ALSA :

http://darkice.sourceforge.net/

DarkIce: DarkIce.cpp:963: can't open connector [[0]]
0 bytes transfered to the encoders
Segmentation fault # [[Bug]]

* jack : oddcastv3 (jack) : http://bugs.debian.org/303437

Software

Misc

MORE

streaming.txt · Last modified: 2022/04/16 12:24 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki