502
Views
3
Comments
How to play a video in reactive from the source - entity
Question

Need to fetch and play the video in reactive application based on the list id and the data is stored as binary .

2022-07-11 14-05-36
Jeroen Barnhoorn

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

2021-03-18 21-03-15
Benjith Sam
 
MVP

Hi Aswin,

In addition to Jeroen suggestion, You can also use the available HTML element - as 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

2018-11-07 11-25-59
xiStoLas

That works fine for me!! Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.