Create a stream with the SDK
- Node.js
- Python
- Go
Use the stream key and playback ID
- Stream key — Give this to the broadcaster. They enter it in OBS (or another encoder) or use it for in-browser WebRTC broadcast. Keep the stream key secret; anyone with it can push video to the stream.
- Playback ID — Use this in your app to play the stream (e.g. with the Livepeer Player or the Playback Info API). You can expose the playback ID to viewers.
Next steps
- Play a livestream — Play the stream in your app.
- Stream via OBS — Configure OBS with the stream key.
- Livestream from browser — Broadcast with WebRTC from the browser.
- Multistream — Send the stream to multiple destinations.