Post Reply 
MinimServer and Simaudio Moon
27-11-2013, 23:28 (This post was last modified: 27-11-2013 23:31 by simoncn.)
Post: #77
RE: MinimServer and Simaudio Moon
(27-11-2013 22:47)Andre Gosselin Wrote:  Simon,
I have attached a log file, produced with MinimServer logging level set to Trace. The log covers the steps:
-starting BubbleUPnP
-selecting MinimServer (Moon Mind already selected)
- browsing AlbumArtist -> "Ashkenazy, Vladimir"
- browsing albums -> "Favourite Chopin"
- enquing all tracks of the album

Tapping first track ("101 Chopin: polonaise in A major...") succeeded this time, but usually the track does not stream at all or plays for just a few seconds and I then get the same error as for the other two.

Selecting 2nd track ("102 Chopin: Prelude in D flat major ...") does not play and I get a "Read timed out" message.

Ditto for 3rd track ("103 Chopin: Waltz in D flat major ..."), which gives a timed out message.

Thnks for your help.

This looks like a renderer bug, possibly caused by some data in the file that the renderer can't handle.

In the failing scenario, the renderer sends a valid HTTP GET request with the 'Connection: close' header (lines 823/824). This header means the renderer shouldn't send any more requests on the same connection after the current request has completed. MinimServer streams the response to this request. After MinimServer has finished streaming the data (line 1129), the renderer sends another incomplete malformed request on the same connection (line 1130) containing this data:

Wed Nov 27 16:24:03

The contents of this invalid request are written to the log by MinimServer at the start of line 1130. MinimServer rejects this invalid request and aborts the connection (lines 1131 to 1133).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: MinimServer and Simaudio Moon - simoncn - 27-11-2013 23:28

Forum Jump:


User(s) browsing this thread: 1 Guest(s)