static icon indicating copy to clipboard operation
static copied to clipboard

No support for Media Fragment URI

Open tbenst opened this issue 5 years ago • 1 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

tbenst avatar Apr 07 '19 05:04 tbenst

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

jonathanong avatar Aug 22 '21 05:08 jonathanong