# YouTube Live: Studio -> Go Live -> Stream key (xxxx-xxxx-xxxx-xxxx-xxxx) # NOTE: scrubbed before packaging. Paste your key here on the new box. YT_KEY="PASTE_YOUR_YOUTUBE_STREAM_KEY_HERE" YT_INGEST="rtmp://a.rtmp.youtube.com/live2" # --- geometry --- # 854x480 is the only size verified stable on Xvfb with this TF2 build. # 640x360 fullscreen -> SIGTRAP (no matching display mode) # 640x360 windowed -> SIGFPE # On a GPU box, retest higher (1280x720 / 1920x1080) — the constraint is Xvfb+DXVK mode # matching, and you should raise FPS/bitrate to match. RENDER_WIDTH=854 RENDER_HEIGHT=480 FPS=15 DISPLAY_NUM=55 # Encoder. CPU-only box: keep FPS low, never upscale. # GPU box (GPU=1): raise to e.g. FPS=60, VIDEO_BITRATE=6000k VIDEO_BITRATE=1200k AUDIO_BITRATE=128k