Hi Folks,
I'm pretty new to MM and very enthusiastic since it seems a great replacement to itunes for me.
Now I've run into issues when opening / listen to URL
http://www.friskyradio.com/frisky.m3u or one of it's stream contents (e.g.
http://stream2.friskyradio.com/frisky_mp3_hi) directly: MM load and hangs and jumps and the stream appears totally broken. Other meadia players work fine on the stream.
But MM plays all other internet radio streams also fine and I've searched a lot... I've found
http://www.mediamonkey.com/forum/viewto ... =1&t=38490 and this made me thinking about the stream itself. I've tested around and figured out that the mime headers from Frisky appear to be different from other radio stations:
Frisky:
Code: Select all
$ lynx -mime_header --dump http://stream.friskyradio.com:9000/frisky_mp3_hi
ICY 200 OK
icy-notice1:<BR>This stream requires <a href="http://www.winamp.com">Winamp</a><BR>
icy-notice2:SHOUTcast DNAS/posix(linux x64) v2.2.1.109<BR>
icy-name:FRISKY | feelin' frisky?
icy-genre:Electronic
icy-url:http://www.friskyradio.com
content-type:audio/mpeg
icy-pub:1
icy-br:128
Other station (example):
Code: Select all
$ lynx -mime_header --dump http://mp3channels.webradio.antenne.de/80er-kulthits
HTTP/1.0 200 OK
Content-Type: audio/mpeg
icy-br:128
ice-audio-info: ice-samplerate=44100;ice-bitrate=128;ice-channels=2
icy-br:128
icy-description:ANTENNE BAYERN 80er Kulthits
icy-genre:Pop
icy-name:ANTENNE BAYERN 80er Kulthits
icy-pub:0
icy-url:http://80erkulthits.antenne.de/80erkulthits
Server: Icecast 2.3.2-kh31
Cache-Control: no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
So my question is: How can I work around this issue? It seems like a "bug" from Frisky, specially the "Content-Type"-line might be invalid since it might be case sensitive and a space is missing too. On the other side works the Frisky stream with other players too (tested with winamp, vlc, itunes, musicbee).
Any ideas? Any chance to get it work with MM?
Thanks a lot!
Michael