- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #31
If you are able to compile MP2 in VS, you might want to tweak these constants and re-compile: MediaPortal-2/CachedMultiSegmentHttpStream.cs at 2889496551204d55c5a3c84583b0fd6ab6bbd010 · MediaPortal/MediaPortal-2After rebooting my server, MP2 successfully installed! Anyway, I have attached the logs. If I see it get into this state again, maybe I can debug the service in VIsual Studio.
The stream class is used under the dokan layer to load parts ("chunks") from the remote server via HTTP. We formerly had bigger chunks, but this lead to very bad access times for random reads (i.e. like accessing a DVD file structure over network).
You could try to increase the buffer size, i.e. from 256 to 512 kb. This could help to provide a smoother playback.