Hello!
I'we noticed that player iterativly tries to load file if it not exists untill user press "Pause" button. Each try produces new request with Error 404 response.
Is it possible to make player stop if file not found?
On my installation i have fixed it by extra file_exists() check in playlist.php
Thanks!