koajs / static

Static file server middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No support for Media Fragment URI

tbenst opened this issue · comments

Unfortunately, http://localhost:3000/videos/my_video.mp4#t=30 serves the video, but does not start at 30 seconds. I have confirmed that on another webserver with the same browser that this query works per W3C spec

most likely because this module does not support range requests. you should be serving videos through a CDN