The Internet Engineering Task Force (IETF) is considering hosting their own video playback site for recordings of meeting sessions, as an alternative with similar front-end functionality as YouTube. They are already using Cloudflare Stream as the media storage/delivery. They don't want to host media content directly, but keep on using Cloudflare Stream as the media repository and customize MediaCMS to provide the front-end.
They also want to leverage the OIDC authentication provided by their Datatracker, with permissions bound to roles defined there.
We opened two PRs implementing OIDC support (#1534) and support of external HLS urls (#1530). The latter also includes a number of backward-compatible API enhancements, changes to the video-js player, and assets customization.
I'm opening this issue to provide a bit of context on the two combined efforts above.
The Internet Engineering Task Force (IETF) is considering hosting their own video playback site for recordings of meeting sessions, as an alternative with similar front-end functionality as YouTube. They are already using Cloudflare Stream as the media storage/delivery. They don't want to host media content directly, but keep on using Cloudflare Stream as the media repository and customize MediaCMS to provide the front-end.
They also want to leverage the OIDC authentication provided by their Datatracker, with permissions bound to roles defined there.
We opened two PRs implementing OIDC support (#1534) and support of external HLS urls (#1530). The latter also includes a number of backward-compatible API enhancements, changes to the video-js player, and assets customization.
I'm opening this issue to provide a bit of context on the two combined efforts above.