Saltar al contenido principal
Una colección viva de guías prácticas para construir con Livepeer — curada a partir de la documentación oficial, colaboradores de la comunidad y constructores de terceros en todo el ecosistema. Las guías están organizadas por tema para ayudarte a encontrar lo que necesitas rápidamente.
This page links out to external community content. Livepeer does not maintain external guides, but we verify links and descriptions at the time of curation. If a link is broken or a guide is outdated, please open an issue in the docs repository.

Comenzando

Guías de orientación para desarrolladores nuevos en Livepeer.

Transmisión de Video: Transmisiones en vivo y VOD

Guías paso a paso para construir funciones de transmisión en vivo y video bajo demanda.

Create a Livestream (Official Docs)

Official guide to creating a stream object, retrieving the stream key, and playing back via HLS using useCreateStream and useStream hooks.

Build a Twitch Clone with the Livepeer API

Uses Postman to walk through the full stream lifecycle — create, retrieve, update, record, and delete streams — against the Livepeer REST API. (HackerNoon, 2022)

How to Make API Calls with Postman and Livepeer Video Services

A beginner-friendly guide using Postman as the HTTP client to test Livepeer’s streaming API without writing any code. (Dev.to, 2022)

Set Up a Video Player with Video.js and Livepeer

Official tutorial repository showing how to embed a Livepeer HLS stream into a webpage using Video.js. Suitable for any framework.

Livepeer Demo App (Next.js)

Official demo application in Next.js demonstrating stream creation and playback using the Livepeer.com API. Includes OBS/Streamyard integration notes.

Export to IPFS with Livepeer Video Services

Shows how to upload a video asset via the VOD API and export it to IPFS in two API calls, ready for decentralised storage and NFT minting. (Dev.to, 2022)

Upload and Stream Videos off Arweave with Livepeer

Community tutorial demonstrating permanent storage on Arweave combined with Livepeer transcoding for decentralised video delivery.

Upload, Transcode, and Stream Videos off IPFS with Livepeer

Demonstrates fetching an IPFS-hosted video, passing it through Livepeer’s transcode pipeline, and serving adaptive bitrate HLS output.

Guías de Aplicaciones Full-Stack

Tutoriales para construir aplicaciones completas con Livepeer como capa de video.

Inferencia de IA y Video IA en Tiempo Real

Guías para construir pipelines de video impulsados por IA utilizando la red Livepeer.

ComfyUI and Real-Time Video AI Processing

Explains how Livepeer integrates with ComfyUI’s DAG architecture to power real-time AI video pipelines, covering use cases and infrastructure design. (Livepeer Blog, January 2025)

Building Real-Time AI Video Effects with ComfyStream

Technical deep dive into ComfyStream — the open-source plugin that enables ComfyUI workflows to process live video streams on the Livepeer network. (Livepeer Blog, February 2025)

Livepeer AI JavaScript/TypeScript SDK

Official SDK for calling Livepeer AI inference endpoints (text-to-image, image-to-image, image-to-video, and more) from JavaScript or TypeScript applications.

Livepeer AI Python SDK

Official Python library for the Livepeer AI API — install via pip, call inference pipelines, and handle responses in a few lines of code.

AI Runner: Inference Runtime for Livepeer AI Pipelines

The containerised AI inference runtime that powers Livepeer’s AI subnet. Includes setup guides for running pipelines locally and contributing new pipelines.

Builder Story: StreamDiffusionTD + Daydream API

Practical builder story showing how to connect StreamDiffusion to TouchDesigner using the Daydream API for live generative video at performances and installations. (Livepeer Blog, September 2025)

Daydream API Documentation

Official Daydream documentation — covers setup, API reference, and guides for building real-time AI video applications on the Livepeer network.

Why the Livepeer AI Subnet is a Big Deal

Community explainer covering the architecture of the AI Subnet — gateways, orchestrators, AI workers — and what it means for builders. (Medium / Coinmonks, July 2024)

Guías de Referencia de SDK y API

Guías para integrar los SDK oficiales de Livepeer.

Operaciones de Nodo: Orquestadores y Puertas de Enlace

Guías para ejecutar infraestructura en la red Livepeer.

Recursos Curados por la Comunidad

Colecciones y agregadores mantenidos por la comunidad.
Know of a guide that should be here? Open a pull request or submit an issue with the link and a brief description. Community-contributed guides are reviewed and added regularly.
Last modified on March 3, 2026