koajs / koajs/static

No support for Media Fragment URI

Open
#143 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.1k
Forks
113
PR merge metrics
No merged PRs in 30d

Description

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](https://www.w3.org/TR/media-frags/)

Contributor guide

Open the contributing guide

Research direction

The issue names no repository files or tests; start by tracing how the static file server handles the requested URL `http://localhost:3000/videos/my_video.mp4#t=30` and compare that behavior with the linked W3C Media Fragments specification. Done means the served video starts at 30 seconds in a browser that supports the fragment.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.