mpg123 -@ http://hazzardstream.de:7777
Ich nutze den Player in meinem Webradio mit verschiedenen Sendern.
Moin Bernd,
root@jessie:~# mpg123 -@ http://meinserver:8000
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.20.1; written and copyright by Michael Hipp and others
free software (LGPL) without any warranty but with best wishes
[playlist.c:263] error: Unknown playlist MIME type audio/ogg; maybe mpg123 can support it in future if you report this to the maintainer.
[playlist.c:274] error: Invalid playlist from http_open()!
das ist mein Ergebnis.
Von anderen Clients läuft es.
Jetzt habe ich es: Ich muß den MPD-Server von vorbis auf lame umstellen.
Nun:
root@jessie:~# mpg123 -@ http://172.18.2.144:8000
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.20.1; written and copyright by Michael Hipp and others
free software (LGPL) without any warranty but with best wishes
Note: MIME type indicates that this is no playlist but an mpeg audio file... reopening as such.
Directory: http://
Playing MPEG stream 1 of 1: meinserver:8000 ...
ICY-NAME: My HTTP Stream
ICY-URL: Set website in config
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
Display More
Dankeschön
Automatisch zusammengefügt:
Ich nutze den Player in meinem Webradio mit verschiedenen Sendern.
Gruss Bernd
Hallo,
ich habe noch ein Problem:
Der Stream passt, sogar mit Daten des Songs:
root@jessie:~# mpg123 -@ http://meinserver:8000
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.20.1; written and copyright by Michael Hipp and others
free software (LGPL) without any warranty but with best wishes
Note: MIME type indicates that this is no playlist but an mpeg audio file... reopening as such.
Directory: http://
Playing MPEG stream 1 of 1: meinserver:8000 ...
ICY-NAME: My HTTP Stream
ICY-URL: Set website in config
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
ICY-META: StreamTitle='Ballad of Lucy Jordan - Dr. Hook - Sylvia's Mother';StreamUrl='';
Display More
ich habe nun ein HIFIBerry DAC+ dran:
root@jessie:~# cat /proc/asound/cards
0 [ALSA ]: bcm2835 - bcm2835 ALSA
bcm2835 ALSA
1 [sndrpihifiberry]: HifiberryDacp - snd_rpi_hifiberry_dacplus
snd_rpi_hifiberry_dacplus
root@jessie:~#
also scheint auch das zu passen.
Der interne Sondausgang läuft. Wie kann ich auf den DAC+ umstellen?
Heirzu habe ich in der /etc/asound.conf
pcm.!default {
type hw card 0
}
ctl.!default {
type hw card 0
}
jeweils die 0 gegen die 1 ausgetauscht
pcm.!default {
type hw card 1
}
ctl.!default {
type hw card 1
}
Und nun funktionierts mit dem
mpg123 -@ http://meinserver:8000
Dankeschön