I have a very strange issue with the symfony local webserver, I'm starting it normally.
php bin/console server:run localhost:8050
[OK] Server listening on http://localhost:8050
// Quit the server with CONTROL-C.
I am delivering a normal mp3 file to the chrome, chrome plays it, but I cannot seek within the file. I've noticed this through the audio library that I am using. In Firefox all works well.
Chrome version: Version 61.0.3163.100 (Official Build) (64-bit)
If I deliver the same file to the same chrome browser through Apache Webserver, all works well. I have the feeling it might be related to the symfony local webserver. I am using Symfony 3.3.9.
Any ideas how to solve this issue?