Bugzilla – Bug 17291
Does not stream via HTTP (DLNA/UPnP URL): no data send
Last modified: 2011-09-12 09:50:50 UTC
Created attachment 7319 [details] SB Server sends resopnse header, but no data When trying to stream to an UPnP/DLNA client (media renderer), no data is send. Listing the albums and selecting a track works okay: the SB Server send this record (line breaks for readability, unnecessary stuff removed): <item id="/a/1739/l/676/t/8592" parentID="/a/1739/l/676/t" restricted="1"> <upnp:class>object.item.audioItem.musicTrack</upnp:class> <res protocolInfo="http-get:*:audio/mpeg:*" duration="0:03:47.657"> http://192.168.110.4:9000/music/8592/download.mp3?bitrate=320</res> </item> If the client tries to download/stream the date from that URL, not data is send. More exaclty: The SB Server sends a HTTP "Okay" response header, but no data. Enclosed please find a SB logfile for what is happening.
Do you have LAME installed? That's required in order to transcode to MP3.
Please test again with the latest version and reopen if needed, there have been many changes in this area.