Streaming SDK for Game Developers
Add live streaming
to any game.
5 lines of code. Canvas capture, WebRTC delivery, cloud recording, and AI-powered highlights — all from one SDK.
import Substream from '@substream/web-sdk';
const session = await Substream.startStream({
canvasElement: document.querySelector('canvas'),
backendUrl: 'https://your-api.com',
authToken: 'your-token',
});