Long mp4 video loading in the application #14156
Unanswered
membranobruno
asked this question in
Q&A
Replies: 1 comment
-
How exactly are you loading them? Any code for us to look at? Especially when you tried it as a resource, which i think should be faster than the public dir approach.
Did you observe the same behavior on both platforms? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A very simple application. Just a button that plays an mp4 video when pressed. SolidJS in frontend. I put video.mp4 in the public folder and everything works fine while I'm in dev mode. After building, the video appears with a long delay and slows down dramatically. I put the video in resources, but that didn't help. What should I do in this case? How do I work with video files correctly so that they start quickly and play normally?
Application for Windows and macOS.
Beta Was this translation helpful? Give feedback.
All reactions