The RTMP push
YouTube Live, Twitch, Restream, and most streaming services accept RTMP push. The pattern: encode to H.264 + AAC, target a stable bitrate (CBR or near-CBR), push to rtmp://server/path/streamkey.
Why CBR matters here
Live viewers can't 'wait' for a higher-bitrate frame. The buffer is short and the server expects a steady byte rate. CBR with a small bufsize keeps the encoder predictable.