I downloaded an instructional video and I want to use it in my app instead of using an embedded youtube/vimeo video.
What is the best way to do it please?
Thanks!
I downloaded an instructional video and I want to use it in my app instead of using an embedded youtube/vimeo video.
What is the best way to do it please?
Thanks!
You can upload it to cloud storage like AWS S3 or Google Cloud, then use the link in your app with an HTML5 <video>
tag. It gives you control but requires some work to optimize and handle bandwidth