HLS Video Pages #49
Labels
No Label
Kind/Bug
Kind/Enhancement
Kind/Feature
Project/Lander
Project/Landerctl
idea
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/lander#49
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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_2
etc. The original video file should also be available for download, under/key_orig
or 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.