Documentation Index
Fetch the complete documentation index at: https://na-36-handover-docs-v2-into-docs-v2-dev-20260518.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Streamplace is a Livepeer Special Purpose Entity (SPE) building open-source decentralised video infrastructure for social networks, livestreaming platforms, and Web3-native apps. It routes video ingest and processing through Livepeer’s network, signs every segment with C2PA and Ethereum provenance, and ships an SDK that drops into AT Protocol applications. This page exists to route you to the canonical Streamplace documentation. The setup, node install, SDK reference, and integration guides are maintained by the Streamplace team in the .
Integration Scenarios
Streamplace solves three integration scenarios that the lower-level Livepeer primitives leave open.| Scenario | What Streamplace adds |
|---|---|
| Bluesky or AT Protocol app needing live video | A node + SDK that emits AT Protocol-compatible video metadata |
| Decentralised social platform needing provenance | C2PA signing and Ethereum attestation on every video segment |
| Web3 app needing censorship-resistant streaming | Self-hostable node with Livepeer network transcoding |
Streamplace and Livepeer
Streamplace runs production BYOC workloads on the Livepeer network. The relationship is:| Layer | Component |
|---|---|
| Application | Your AT Protocol or Web3 app |
| Video API | Streamplace SDK, StreamplacePlayer React component |
| Node | Streamplace node binary (ingest, provenance, dispatch) |
| Network | Livepeer gateway and orchestrator pool |
| Compute | BYOC containers running on Livepeer orchestrators |
Canonical Setup Path
The canonical setup, including node install, SDK quickstart, metadata schema, and integration examples, lives in the Solutions tab.Streamplace Overview
Start here: node install, SDK quickstart, provenance configuration, player integration. Maintained by the Streamplace team.
- Install the Streamplace node binary
- Configure metadata, rights, and distribution policy
- Start a livestream via the CLI or SDK
- Embed the
StreamplacePlayercomponent with provenance display
External Resources
| Resource | Link |
|---|---|
| Streamplace homepage | stream.place |
| Streamplace documentation | docs.stream.place |
| Streamplace repository | git.stream.place |
| Streamplace GitHub mirror | github.com/streamplace/streamplace |
| Streamplace Discord | Available via the Solutions overview |
docs.stream.place is the authoritative source. The Streamplace team maintains it directly.
Your Streamplace BYOC container is running on the network. The same container pattern works for any Python model; swap the inference logic inside process_frame() and redeploy.
AI agent prompt
Next Steps
Streamplace Overview
Canonical Streamplace documentation: install, SDK, integration patterns.
BYOC Overview
The general BYOC mechanism Streamplace builds on.
Low-Latency Streaming
Generic WHIP/WHEP path without the AT Protocol layer.
VOD Upload and Playback
Persistent video assets through the Livepeer Asset API.