Hi,
I am looking for a solution for playing video files from a URL in Mendix. The video files are being stored in Amazon S3 servers, I'm generating a signed URL and need to play the videos. I've tried using "Audio Video Playback" and "JWPlayer" from the app store. Both of them work perfectly fine when running locally but both give various issues when pushed to a cloud environment.
Audio Video Playback just breaks everything, I mean the package builds fine but no pages load, I just get a white screen every time I attempt to visit the landing or log in pages.
JWPlayer only effects the pages I'm using it on, they basically just load endlessly.
Tthe database is PGSQL based. I just want the videos to play by the URL, wether through another solution or a fix for the ones I've already tried using. Any suggestions or ideas?