Bug 17291 - Does not stream via HTTP (DLNA/UPnP URL): no data send
: Does not stream via HTTP (DLNA/UPnP URL): no data send
Status: RESOLVED WORKSFORME
Product: Logitech Media Server
Classification: Unclassified
Component: Streaming From SlimServer
: 7.6.0
: PC Linux (other)
: P2 normal (vote)
: 7.7.0
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-17 13:24 UTC by m12345678
Modified: 2011-09-12 09:50 UTC (History)
2 users (show)

See Also:
Category: Bug


Attachments
SB Server sends resopnse header, but no data (2.43 KB, text/plain)
2011-06-17 13:24 UTC, m12345678
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m12345678 2011-06-17 13:24:22 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.
Comment 1 Andy Grundman 2011-07-25 08:22:03 UTC
Do you have LAME installed? That's required in order to transcode to MP3.
Comment 2 Andy Grundman 2011-09-12 09:50:50 UTC
Please test again with the latest version and reopen if needed, there have been many changes in this area.