-
Hi, how do I add a video player which can play local video file and control it with a play button and slider? |
Beta Was this translation helpful? Give feedback.
Answered by
jourdain
Sep 13, 2023
Replies: 1 comment
-
The same way you will do it in HTML. If you aim to serve your own video, you will have to call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CATdj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The same way you will do it in HTML.
If you aim to serve your own video, you will have to call
server.enable_module({ "serve": { "/videos": "/path/with/your/videos" }})