Set up live streaming with FFmpeg - RTMP, HLS, DASH with optimal encoding settings
## 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 (`/`). --- # FFmpeg Streaming Setup ## Purpose Configure FFmpeg for live streaming to platforms (Twitch, YouTube, Facebook) or custom RTMP/HLS/DASH endpoints. ## Workflow ### 1. Determine Streaming Requirements Ask user about: - **Platform**: Twitch, YouTube, Facebook, custom server - **Input source**: Webcam, screen capture, file, RTMP input - **Resoluti...