HTML5 video element non-seekable when using Django development server

I’ve got a Django app serving a webpage with an HTML5 element. There’s a wierd “feature”, turning the video element to be non-seekable: video.seekable returns a timeRanges object with length=0, whereas it should be length=1. This means I can’t edit the video. JavaScript can’t do anything either. The thing is, when I upload the problematic … Read more