Streaming recordings

Hello,

We want to stream recordings in the browser.

Our original solution was to stream videos directly from Zoom by feeding video_download_url + token as a source to <video> element. However, an upcoming change would require moving token to request headers. This is not supported by <video> element. Using the header to authorize causes CORS errors…

We would like to hear if there are some guidelines for this?

@eugenem What’s the use case to stream recordings in the browser?

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.