PlayHLS has nothing to do with this issue.
I think the problem is a result of a change to LMS. There were AAC
stream which had a MIME type of AAC but extension of mp3 - which LMS
incorrectly tried to play as mp3.
Your stream is an MP3 stream with an extension of mp3 but with a MIME
type of application/octet-stream. This MIME type is not a standard
supported type (i.e. LMS doesn't know what it means) and so LMS fails to
play the stream. In cases of MIME type / extension contradiction, I
thought LMS "probed" the stream but perhaps not .
Workaround is to have a custom-types.conf file adding
"application/octet-stream" to mp3 with the following lines.
Code:
--------------------
mp3 mp2,mp3
audio/mpeg,audio/mp3,audio/mp3s,audio/x-mpeg,audio/mpeg3,audio/mpg,application/octet-stream
audio
--------------------
Alterntaively you could manually edit the types.conf file and add
"application/octet-stream" to the mp3 line but this change would be lost
with each LMS update.
Any change to fix this issue in LMS will probably only be implemented in
7.9.3 and 8.0
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112286
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter