HLS Video Pages #49
Labels
No labels
Kind/Bug
Kind/Enhancement
Kind/Feature
Project/Lander
Project/Landerctl
idea
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/lander#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Another fun addition to the server would be hosting pre-processed HLS streams. This would allow the server to serve arbitrarily large video files without users having to download them.
The API for this would simply accept an MP4/MKV video file, which would then be processed, most likely using ffmpeg. The video page would then serve the standard hls.js video player.
I'm not so sure yet about the routes. HLS requires serving each segment as a separate route, so if the video link
/key, perhaps the various segments would be e.g./key_1,/key_2etc. The original video file should also be available for download, under/key_origor something. This link would then also be listed on the video page.Internally, each section would probably be added to the trie as its own entry, with a corresponding new entry type.