Use the Livepeer Studio SDKs to call the API and build playback or broadcast UIs with less boilerplate.Documentation Index
Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Server-side SDKs
Install the SDK for your language and initialise with your API key. Use them from your backend only.| Language | Package | Docs |
|---|---|---|
| TypeScript / JavaScript | livepeer | npm, Livepeer Studio docs |
| Go | livepeer-go | pkg.go.dev |
| Python | livepeer | PyPI |
React components
@livepeer/react provides:- Player - Composable playback (livestream and VOD, WebRTC + HLS/MP4 fallback). See Player and embed.
- Broadcast - In-browser WebRTC broadcasting. See Livestream from browser.
Quick links
- Quickstart - First stream or asset with the SDK.
- API overview - Auth and API basics.
- Livepeer Studio docs - Full SDK and API reference.