[feat] Upload filter to remux ISOBMFF (“.mp4”) for streaming #586
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#586
Loading…
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?
The idea
There should be an upload filter that remuxes ISOBMFF files with the moov atom at the start of the file (FFmpeg command line option for reference:
-movflags +faststart
).The reasoning
Quite often when users upload videos in .mp4 containers, they are not muxed properly for streaming.
Fixing those with a filter will allow clients to get an index and stream ISOBMFF media files without having to download the whole thing or do range requests. This is faster/more efficient and also solves problems with Misskey and its forks (because the web framework those use to serve media files, shockingly, has no support for range requests).
Have you searched for this feature request?