Skip to main content
A living collection of practical guides for building with Livepeer — curated from the official docs, community contributors, and third-party builders across the ecosystem. Guides are organised by topic to help you find what you need quickly.
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.

Getting Started

Orientation guides for developers new to Livepeer.

Video Streaming: Livestreams and VOD

Step-by-step guides for building livestreaming and video-on-demand features.

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.

Full-Stack Application Guides

Tutorials building complete applications with Livepeer as the video layer.

AI Inference and Real-Time AI Video

Guides for building AI-powered video pipelines using the Livepeer network.

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)

SDK and API Reference Guides

Guides for integrating official Livepeer SDKs.

Node Operations: Orchestrators and Gateways

Guides for running infrastructure on the Livepeer network.

Community-Curated Resources

Community-maintained collections and aggregators.
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