Unable to seek audio file in chrome served by my own server
问题 I am trying to make a file server in Java which can serve seekable audio files. But my served files are not seekable in Google Chrome html5 audio player. When I seek forward it does nothing (even on downloaded content), if seek too much backward it starts from beginning. If I load the file from different location (http://www.vorbis.com/music/Epoq-Lepidoptera.ogg) then it is seekable. Here is my server code package com.company; import com.sun.net.httpserver.Headers; import com.sun.net