I made a streaming application with django from a jellyfin server, I use video js to play my video media. the problem is that when I try to play videos that are more than 1 hour long and longer it takes crazy time it seems that the video is first downloaded and then played and what’s more I can’t advance the media and put in the position I want, I first suspected a video js option called preload, so I tried the values ’none’, ‘metadata’ and ‘auto’, but nothing there Actually, a colleague gave me a guess that maybe django doesn’t support this kind of functionality! Can anyone confirm this? what could be the solution with django