I'm having trouble in adding a seek feature to my music player.The problem occurs for the google chrome while other browsers(Microsoft Edge,firefox,etc) works fine.The problem can be seen here in detail -> HTML audio can't set currentTime
I'm guessing that the issue is in the HttpResponse Header 'Accept-Ranges' which is not present in the Header data.This is suggested in answers present in the link I provided above.
I'm new to Django programming so I don't have any idea about how to tweak with the Http header.From my reading, I was able to change header of my views but since the media is served(handled) by django, I don't know how to send http header in its response.So It would be great if told how to do it.