Need to fetch and play the video in reactive application based on the list id and the data is stored as binary .
Hi Aswin,
Have you tried using this Forge component? https://www.outsystems.com/forge/component-overview/3030/binary-video-audio-player
Just retrieve the binary data using an aggregate and then pass it to the widget, along with the file type.
Kind regards,Jeroen
In addition to Jeroen suggestion, You can also use the available HTML element - as a video tag and set the Base64 value (use the BinaryToBase64 server action) of the binary video as the video element src attribute value.
See this demo app: RWA | PlayBinaryVideo
I hope this helps you!
Kind regards,
Benjith Sam
That works fine for me!! Thanks