streaming-patterns

Automate multi-platform live streaming configuration across YouTube, Twitch, and RTMP destinations.

2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/mindmorass/reflex --skill streaming-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: streaming-patterns
Source: https://github.com/mindmorass/reflex/tree/main/plugins/reflex/skills/streaming-patterns
Command: npx skills add https://github.com/mindmorass/reflex --skill streaming-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the setup and orchestration of live streams across multiple platforms (YouTube, Twitch, RTMP endpoints), eliminating manual configuration and repetitive steps.

Core Features & Use Cases

  • Multi-platform broadcasting: push streams to YouTube, Twitch, Facebook Live, and RTMP destinations with a single workflow.
  • OBS and FFmpeg automation: programmatically control scenes, transitions, encoding pipelines, scheduling, and key management.
  • Use Case: A content creator wants to schedule a weekly stream across multiple services with consistent branding and automatic recovery in case of errors.

Quick Start

Install Python, FFmpeg, and OBS; configure API credentials for YouTube and Twitch; then run the streaming-patterns workflow to initialize a multi-platform broadcast.

Frequently Asked Questions about streaming-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream to multiple platforms like YouTube and Twitch simultaneously?

Multi-platform streaming pushes your broadcast to YouTube, Twitch, Facebook Live, and RTMP endpoints in parallel using a single workflow. This Skill automates configuration and routing so you encode once and distribute to all destinations without manual setup for each platform.

Can I automate OBS scene switching and FFmpeg encoding for live streams?

Yes. This Skill programmatically controls OBS scenes, transitions, and FFmpeg encoding pipelines through WebSocket integration and command generation. You define scene logic and encoding parameters once, then the workflow executes them automatically during your broadcast.

What do I need to set up before starting a multi-platform stream?

Install Python, FFmpeg, and OBS, then configure API credentials for YouTube and Twitch. The Skill handles the rest—initializing broadcasts, managing RTMP keys, and coordinating platform-specific settings so you avoid manual configuration on each service.

How do I schedule and automate weekly streams across multiple services?

Define your broadcast schedule, platforms, and scene transitions in the workflow configuration. The Skill orchestrates timing, handles API calls to create streams, applies consistent branding, and includes automatic recovery so your weekly schedule runs reliably without manual intervention.

Does this work with RTMP endpoints beyond YouTube and Twitch?

Yes. The Skill supports any RTMP destination alongside YouTube, Twitch, and Facebook Live. You specify RTMP server URLs and keys, and the workflow pushes your encoded stream to all configured endpoints with the same unified interface.