Audience-directed live
Infinite TV
NewOpen-source, Twitch-chat-driven AI TV — messages become prompts, LTX Video renders clips live, frames stream back over RTMP.
github.com · listing ≠ endorsement · re-checked 2026-09-03
- Operator
- Community · GitHub (alex-remade)
- Format
- Twitch chat → LLM prompts → LTX clips → RTMP
- Model
- LTX Video (local) or LTX 2.3 Fast via fal
- Output
- RTMP to Twitch or other endpoints
- Access
- Open source · self-host
What is Infinite TV?
An open-source pipeline that turns a Twitch chat into a realtime generative show: messages are rewritten by an LLM into contextual prompts, LTX Video generates clips continuously, and the frames are streamed back out over RTMP. It ships 'regular' and 'nightmare' generation modes with a React dashboard, and is the best-documented community reference for the chat-to-LTX streaming loop (the LTX Video engine is listed under Realtime models).
What Infinite TV does
- Turns a Twitch chat into a realtime generative show — messages become the next prompts
- An LLM rewrites raw chat into contextual prompts before generation
- Generates with LTX Video locally, or LTX 2.3 Fast via fal for cloud rendering
- Streams the generated frames back out over RTMP to Twitch or other endpoints
- Ships “regular” and “nightmare” generation modes plus a React dashboard
Who is Infinite TV for?
- Self-hosting a chat-controlled AI TV channel for your own community
- Studying the chat → LLM → video → RTMP loop that open-source streamers are built on
- Comparing open pipelines against hosted products like fal.live
Pros and cons of Infinite TV
Pros
- Fully open source — the entire loop is inspectable and self-hostable
- Well-documented community reference (600+ stars on GitHub)
- Works with local or cloud generation (LTX vs LTX 2.3 Fast via fal)
Cons
- A project you run yourself — no hosted channel to just watch
- Quality depends on the live LTX generation and your own moderation of chat
- Latency and stability vary with your GPU/cloud setup
Frequently asked questions
What is Infinite TV?
An open-source, Twitch-chat-driven AI TV: chat messages are turned into prompts, LTX Video generates clips, and frames are streamed back over RTMP.
What model does Infinite TV use?
LTX Video (local) or LTX 2.3 Fast served via fal, with an LLM rewriting chat into prompts.
Is Infinite TV free?
The code is free and open source; you pay for whatever GPU or fal credits the generation consumes.