The fastest way to embed a Streampixel stream — drop in an iframe, configure a few attributes, and useDocumentation Index
Fetch the complete documentation index at: https://docs.streampixel.io/llms.txt
Use this file to discover all available pages before exploring further.
postMessage to drive the stream from your frontend. No SDK required.
Pages in this section
| What it covers | |
|---|---|
| Basic embed | The minimum iframe markup, autoplay, fullscreen, and input handling. |
| Stream states | Lifecycle events (authenticating, loadingComplete, etc.) for driving your UI. |
| Stream control commands | Mute, change resolution, take a screenshot — programmatic stream control. |
| Frontend & app communication | Send and receive messages between your page and the iframe via postMessage. |
| Sample code (HTML + React) | Drop-in examples. |