Add support for video mimetypes #35
Labels
No labels
bug
core
documentation
duplicate
enhancement
experiment
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
streigen/echelon#35
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?
Currently only images can be seen from within the app itself. Other types, such as videos, are currently not supported since slint does not have a builtin video player.
Proposed solution for this is we can make a per-target media engine so we can use the best possible media engine based on the device type.
This will need further research into the best approach but starting off I think it is a good idea to use the following per target:
(yes I have somehow found my way to shill mpv/libmpv here as well, fight me). We could look into MediaFoundation or GStreamer bindings for windows/linux respectively directly, but I think using libmpv would let us shortcut a lot of work.
Add support for other mimetypesto Add support for video mimetypes