Live Stream Configurator

Optimize FFmpeg for live streaming. Generate RTMP commands with CBR and keyframe settings for major platforms.

Twitch 1080p 60fps

High quality streaming to Twitch.

ffmpeg -i input.mp4 -c:v libx264 -preset veryfast -b:v 6000k -maxrate 6000k -bufsize 12000k -pix_fmt yuv420p -g 120 -c:a aac -b:a 160k -ac 2 -ar 44100 -f flv rtmp://live.twitch.tv/app/{STREAM_KEY}
Note:CBR (Constant Bitrate) is required. -g 120 sets keyframe interval to 2 seconds (at 60fps).

VIDEO API

Discover why Hunt is the preferred API provider for developers.