Hey I'm sure that I am just doing this wrong but I could use some guidance. I am using the camera plugin to record a video that I then want the user to be able to play in their app. I am trying to use the URI returned from the RecordVideo action as the URL for the video but that doesn't seem to work.
I have also tried using the FilePlugin to grab the URL from the URI and use that as the URL for the video but that doesn't seem to work either.
Hi Spencer Buhler,
I am unable to open your OML file. However, the following post may be helpful to you. Please check it.
https://www.outsystems.com/forums/discussion/89783/camera-plugin/
Thanks,
Vipin Yadav
Appreciate the response. Not sure why the OML isn't working, are you trying to open it in ODC or in O11? In either case I'll generate another one. I looked through that post and didn't see anything that resolves my issue unfortunately. I don't have a problem with the camera reopening again, or even saving it. I just have a problem with getting the video to play inside the app after I record.
I know I can use the play video client action from the camera plugin, but I want to be able to play it in a small screen embedded in the app like the video widget provides that comes in the OutSystems UI.