When I want to play audio from localhost with a simple HTML5 audio player or any other, and I try to seek into the song, it drops me back to the very beginning of the song and starts it again. I use Laravel 5.5 (the audio file itself is stored in the storage) and probably it is a common problem within the framework. In my opinion, some headers are missing and probably that causes the problem.
Audio headers returned by Laravel:
I have also found these 2 posts:
Laravel 4.2 serving mp3 - not windable
Laravel 5 HTTP Response, M4V Files, and iOS MPMoviePlayerViewController
But neither of them helped me. Do you have any idea what the problem could be?