ffmpeg-streaming
Installation
SKILL.md
CRITICAL GUIDELINES
Windows File Path Requirements
MANDATORY: Always Use Backslashes on Windows for File Paths
When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/).
Quick Reference
| Protocol | Latency | Output Format | Best For |
|---|---|---|---|
| RTMP | 2-5s | -f flv rtmp://... |
Twitch, YouTube ingest |
| HLS | 10-30s | -f hls output.m3u8 |
Web playback, CDN |
| LL-HLS | 2-5s | -hls_flags low_latency |
Low-latency web |
| SRT | <1s | -f mpegts srt://... |
Reliable contribution |
| DASH | 10-30s | -f dash output.mpd |
ABR streaming |