You are viewing limited content. For full access, please sign in.

Question

Question

video streaming

asked on February 6, 2024

I need to stream video saved on the repository using SDK to share it outside the repository as independent video streaming on the browser. 

0 0

Replies

replied on February 7, 2024

I think the SDK part of your application would just log in and export the video stream to a temp file on the web server, in a place where it can be served from. Your web application would then point the video player (either a <video> element or something more sophisticated) at the url for that temp file. You'll need to clean up the temp files, and you'll want to make sure to consider security and privacy concerns - e.g. does there need to be access control to downloaded files, what if someone guesses a url, etc.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.