Bugzilla – Bug 15489
Slim/Web/HTTP: return the proper stream Content-Type during transcoding
Last modified: 2010-01-19 12:19:25 UTC
The stream URI is always "/stream.mp3", which makes the generateHTTPResponse() method assume that the Content-Type must be "audio/mpeg" (according to typeFromSuffix()). The method does not check which kind of file is really being served, breaking strict music players (such as the Music Player Daemon). This was fixed in 15380 but it seem to only work if the stream is not transcoded. If the stream is transcoded the Content-Type of the original file is sent not the new file type.
== Auto-comment from SVN commit #29855 to the slim repo by andy == == https://svn.slimdevices.com/slim?view=revision&revision=29855 == Fixed bug 15489, use streamformat for content-type to account for transcoding