Player
Integrate a video player — the two-step playback flow, its security model, and ready-to-use examples.
How playback works
Understand the two-step Videas playback flow — the player token, signed stream URLs, and the security model — before you embed a player.
Web player with the JavaScript SDK
Embed a video player in the browser using @videas/sdk on your server to mint a token, then hls.js to play the signed HLS stream.
Player with the REST API
Drive the Videas playback flow from any language over plain HTTP — mint a token server-side, resolve signed URLs, and play them in the browser.