Livepeer is a video infrastructure protocol powering the next generation of live and on-demand video experiences. Designed to give developers the freedom to innovate, creators autonomy from platforms, and viewers a choice in their experience.

Integration

Folder Structure:

integrations/livepeer
├─ assets
│  ├─ default_poster.png
├─ components
│  ├─ create-stream.tsx
│  ├─ dialog-stop-stream.tsx
│  ├─ form-livepeer-api-key.tsx
│  ├─ form-livepeer-asset.tsx
│  ├─ form-livepeer-stream.tsx
│  ├─ player.tsx
│  ├─ spinner.tsx
│  ├─ upload-file.tsx
├─ hooks
│  ├─ use-check-livepeer-api-key.ts
│  ├─ use-livepeer-api-key.ts
├─ livepeer-client.tsx
├─ livepeer-provider.tsx
├─ README.md