Public bug reported:
when connecting to the http stream that can be enabled in the lastfm
client it does not send a "content-type: audio/mpeg" header. this cause
some programs and devices to reject the response as unknown content.
in file lastfm/src/ProxyOutput.cpp the line:
QByteArray token( "HTTP/1.1 200 OK\n\n" );
needs to be replaced with something like:
QByteArray token( "HTTP/1.1 200 OK\nContent-Type: audio/mpeg\n\n" );
** Affects: lastfm (Ubuntu)
Importance: Undecided
Status: New
--
lastfm streaming audio doesn't send content-type header
https://bugs.launchpad.net/bugs/237000
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs