Sharing the video files on the AWS CDN and pausing

image

Hi, I’m using openvidu browser for my company service.

I want to know if the publisher can share the video files on the AWS CDN to subscribers at the same time, and can pause the playing video files and play again.

There is no official integration between OpenVidu and AWS CDN right now. I don’t know if it is possible to send a webrtc stream to AWS CDN directly from a browser. If it is possible, then you just would have to send the same Media Stream being published by an OpenVidu Publisher object to AWS CDN.

The proper way to implement this I think would be sending the stream to AWS CDN from OpenVidu Server side. But this is not currently possible in OpenVidu.

Regards.

Thanks , pabloFuente.

i try to show and share example videos to subscribers (students) on online class by OpenVidu.
and the publisher ( teacher) wants to pause the video which has played and to give comments to subscribers.

Now, the video files are on AWS CDN. but the location of files is not important in this question.

If you want to show a video to subscribers, the best way to do it is sharing your own screen with a video player. So you have full control of it and your students can see the video.

Regards