-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome [HTML5] Video Tag does not allow to control a video #29
Comments
Probably has something to do with the player requesting the file in chunks. In theory the browser asks for Transfer-Encoding field set to "chunked", the server currently doesn't do chunked (it could though). DaNode should respond appropriately I guess. Could you capture some of the HTML requests ? |
HTML requestsBelow this image there are exact values. Values from the image above in the same order:
Note: Capture software |
Probably due to the
Header set/requested, I cannot reproduce it under Firefox, .mp4 seems to play well and can be skipped |
That's true, Firefox does do everything properly. Only Chrome seemingly affected |
Low importance issue.
[issue's title says it all, look up the video below.]
2021-12-20.14-36-27.mp4
Guide to reproduce
Temporary live version. (1-2 days)
The text was updated successfully, but these errors were encountered: