There seems to be a problem with using a URL in the video component. We use dropbox to share the link. It works in android but not in IOS. The size is below 50MB and it’s an MP4 format. Is there anything we can do?
I’m surprised the original link works on either type of device. According to Dropbox, the dl=1 parameter causes the video file to be downloaded instead of rendered.
@tatiang The video must be downloaded for the video to play in the player. If you don’t include dl=1, then the url returns a webpage with the video inside of it. The video component is not smart enough to look through any webpage it is passed and returned a video.
The issue for this app, is they will have a lot of videos. How do you dynamically load a video from a url and play it in the app. Uploading all the videos to the app will make it too big.
The default format of GDrive shared links does not work in web pages but you can change it by taking the main part of the URL and add to it /uc?id= and use the file-id in the URL. The file id is the strings between /d/ and /View. So the link above will turn into: