kevdick schrieb:
ich möchte mir zuhause einen Ubuntuserver aufsetzten auf dem ich meine gesamte Musik draufpacken und dann über das Netz auf meinen PC und Laptop Streamen. Nur weis ich nicht so genau welche Software ich dazu verwenden soll. Die musik soll nur innerhalb des Privaten Netzwerks verfügbar sein und die Soundausgabe sollte nicht am Server sondern an den Clients direkt erfolgen.
ample ist leichtgewichtig und ressourcenschonend:
sudo apt-get install ample
ample -h
man ample
man ample.conf
Beispiel für die ample.conf:
port = 62117
order = true
clients = 15
mp3path = /home/xx/MyMusic/my_mp3
recursive = true
servername = MyAmple
serveraddress = 192.168.138.185
# ample -t -f ~/MyMusic/ample/ample.conf
LOG[9820]: Ample/0.5.7 started
LOG[9820]: Connection from 192.168.138.185:65411 accepted, currently 1/15 clients
# mpg123 http://192.168.138.185:62117
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.13.3; written and copyright by Michael Hipp and others
free software (LGPL/GPL) without any warranty but with best wishes
Directory: http://
Playing MPEG stream 1 of 1: 192.168.138.185:62117 ...
ICY-NAME: MyAmple
ICY-URL: http://ample.sf.net/
MPEG 1.0 layer III, 96 kbit/s, 44100 Hz joint-stereo
ICY-META: StreamTitle='Afro Cuban All Stars';StreamUrl='';
Title: Hasta Siempre Comandante Ch* G Artist: Afro Cuban All Stars G
Comment: Album: A Toda Cuba Le Gusta G
Year: Genre: Unknown
ICY-META: StreamTitle='America - Horse With No Name';StreamUrl='';
ICY-META: StreamTitle='Animals - House of the Rising Sun';StreamUrl='';
ample 9820 xx 0u IPv4 34206 0t0 UDP 127.0.0.1:52837->127.0.0.1:52837
ample 9820 xx 4u IPv4 34207 0t0 TCP *:62117 (LISTEN)
ample 9820 xx 5u IPv4 34227 0t0 TCP 192.168.138.185:62117->192.168.138.185:33791 (ESTABLISHED)
mpg123 9821 xx 6u IPv4 34226 0t0 TCP 192.168.138.185:33791->192.168.138.185:62117 (ESTABLISHED)