I see 2 issues in the log.
1. Your files have an ID3 tag with a 3000x3000 cover. Your player loads the ID3 tag then seems to take about 2 to 3 seconds to process it and apparently runs out of memory (TCP receive window suddenly goes to zero, stopping the audio file download). Then it recovers and resumes downloading the audio file, and likely starts playing at this point.
- Try playing a few files with no cover image in the tag, or at least with a much smaller cover (ie, 500x500). The startup delay may be proportional to the cover size. Does it even show a cover on the device screen for these files? (if it has one).
- I see on the log that MC offers URLs to the cover in different resolutions, however that player ignores them and instead loads the ID3 tag which contains the full image. I don't think MC can do anything about that.
2. I see LOTS of TCP retransmissions, often just a few microseconds apart. This can be just a bad Wireshark capture, but it may also point to a networking issue. Run this command in a cmd prompt:
netstat -s -p TCP
If the number of "Segments Retransmitted" is more than 1% or so of the "Segments Sent", there's definitely a problem. I see about 7% in this log. This would cause some slowness, but should not be noticeable for an audio player I think.
Some possibilities:
- Did you run some network "optimization" script on your PC, or change the default LAN card settings? If so, undo it all
- Is there some network filter/switch/"optimizer" in the path? If so try to bypass them temporarily
- temporarily disconnect as much gear from the network as possible, leave only the PC, NAS and Player (and connecting switch/router). I had some weird issues that went away after rebooting a stupid 5-port switch I wasn't even using...
- replace the LAN cables, connect the player to a different router/switch port
- update the LAN card driver, reset settings to default
- check if there's any QoS or rate-limiting option enabled on the router
My money is on 1. Your player can't handle large covers.