File buffering has separate thread priority than the main BS.Player process.
Try reducing the priority of buffering process and increasing the priority of the main BS.Player process, that should solve the problem.
If the file buffer process has higher priority than BS.Player process, BS.Player waits for buffering to complete (since it consideres it more important), while if you set higher priority for BS.Player main process, it will start playback even when buffering is still not completely finished.
Try it out.
|