|
Minim stream being throttled on QNAP NAS ?
|
|
27-11-2024, 18:03
(This post was last modified: 27-11-2024 18:24 by simoncn.)
Post: #15
|
|||
|
|||
|
RE: Minim stream being throttled on QNAP NAS ?
Thanks for this log and the information about how it was produced and what files were played.
The log shows that MinimServer is working correctly. It received requests from the renderer to stream 10 audio files and it responded correctly to all these requests. There were also a number of requests for artwork images. In some cases there were two requests for the same audio file: a probe request and a play request. The details of the audio file requests are shown below (scroll up and down to see all 10 audio files): Code: The Sun King/01_Distant Land.mp3The probe request is reading information about the file. The play request is actually playing the file. Having both of these separated by about 1 second seems like normal behaviour. The log doesn't show why the renderer failed to play the files despite receiving correct responses from MinimServer to all requests. A possible explanation could be that the renderer cannot cope with receiving large amounts of data in a short time. For example, the play request for the first file sends 7945700 bytes of data in 14 milliseconds, which is equivalent to 7945700 * 8 * 1000 / 14 = 45400400k bits per second. The renderer should be buffering and/or throttling this data and playing it at 128k bits per second but it might have bugs that prevent it from doing this correctly in some circumstances. In contrast, audio data from the Radio 4 live stream arrives at a steady 320k bits per second and is played back at the same speed, so very little buffering is needed. This problem has occurred in the past with some faulty renderers, so MinimServer provides a way to work around it by using the flowControl option of the serverOptions property. For example, if you set this option to flowControl=2x, MinimServer will slow down audio data sent to the renderer to an average rate of twice the playback rate. If you set this option to flowControl=3x, the data rate will be three times the playback rate, and so forth. It would be worth trying this to see if it helps. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help



