jhiesey / videostream

Play html5 video when from a file-like object
MIT License
247 stars 73 forks source link

Failed to load resource: the server responded with a status of 416 (Requested Range Not Satisfiable) #31

Open kozlown opened 8 years ago

kozlown commented 8 years ago

I used the example to try to stream a mkv video and a mp4 video but for both of them I've got the error above. Indeed the first request is ok with a range of 0-1999999/1524563968, the second is OK too because my file is big but has not the good range : 1380533830-1382533829/1524563968 and then the third an others http request have too large range like 2080634147-2082634146/1524563968 and I get of course the error above.

I've just cloned the github, and changed the file name inside it, nothing else so I've tried to understand the code but it's a bit annoying for me so could you explain me why I get this error ? :dart: