I have a table that lists the Google Bucket contents with all of the usual tags mediaLink
, selfLink
, body
etc. but when I set the video value to be {{ table.selectedRow.data.body }}
etc. or any of the other tags, it does not play the video.
The strange thing is I have images in the exact same bucket and they display fine in the image component in retool using {{ table.selectedRow.data.body }}
but the same doesn't work with the mp4s.
I was told that I need to generate a signed URL for videos but that would mean I have to generate them for every single mp4 externally and there are hundreds of videos. Is there a way around this to just get the video player to render the .body
content the same way the image component does?
I don't know how anyone plays videos from private resources otherwise and seems fairly universally done for any group working with private videos (i.e. beyond just the basic playing of Youtube/Vimeo URLs as per the documentation).