I am trying to add a simple HTML5 player that loads a local mp4 file. I've added the stream: true in background.js. The video loads but the seek is not working.
It seems it's just working in serve mode but not in the build. As a difference I have noticed the server answer on serve is "206" and on build is "200".
Any idea how to make the seeking to work?