connect-stream
connect-stream copied to clipboard
Video player stops in the middle
Hello again
This is weird. I have a long WEBM video here (> 10 min) and it stops after about 1.7 minutes. In the logs I can see that a new request is made to fetch partial contents which is returned with 304. But the player stops.
The video player on the web is the native one under Chrome. In the HTML markup I use preload="auto" and autobuffer.
Any ideas why? I am using connect-stream's default options.