by Freshman » Tue Jun 06, 2017 8:41 am
Using Chrome Developer Tools > Network there are visible requests "stream?player=24&id=1234&auth=123456123&scrobble=false" which, on my test album, results in "Status: 206 Partial Content" growing to couple MBs together with occasional spikes in CPU usage on server by ffmpeg process.
This goes for first three and a half tracks, then something happens and for same "stream?player...." there is "Status: (failed) net::ERR_CONTENT_LENGTH_MISMATCH" repeating. During this time ffmpeg process is spawning repeatedly on the server, Subsonic is not playing - stuck at the end of song, not progressing to next track, spinning.
If it can help I can provide video of this behaviour, record browser activity, track anything on server... just tell me what would be helpful.
I am running Subsonic on Ubuntu server.
With Subsonic 6.0 with same settings and same album from same network folder the whole album plays without any interruption.
Normally my subsonic is accessed from internet through HAproxy reverse proxy, doing SSL offloading, but for testing I am accessing Subsonic directly over local network with same results.