Instantly switch your monitor input directly from Streamer.bot
Stop touching monitor buttons. Start automating like a pro.
DizzleBot – Monitor Control is a C# automation utility built specifically for integration with Streamer.bot.
It communicates with your monitor using DDC/CI (VCP Code 0x60 – Input Source Selection) to programmatically switch input sources.
This means:
🎮 Switch from PC → Console instantly
🖥 Swap HDMI ↔ DisplayPort automatically
⚡ Trigger input changes from hotkeys, scene changes, or chat commands
✨ Eliminates physical button wading through OSD menus
✨ Fits naturally into your live automation workflows
No OSD menus. No physical buttons. No friction.
This is not just a script — it’s automation to make your streaming setup feel pro-level and effortless.
If you:
- Run dual PCs
- Switch between gaming PC and console
- Use capture cards
- Want scene-based hardware automation
This tool is built for you.
If you stream with multiple machines (PC ↔ console) or frequently switch display sources, this script saves:
- ⏱️ Time
- 🤦♂️ Annoying button presses
- 👀 Attention from your audience while you fiddle around
Perfect for streamers who want automation, not frustration.
|
🔴 Most automation systems are built live. 👉 https://twitch.tv/SimmyDizzle
The script contains a configuration section that allows you to control:
// Set to one of:
// - "PRIMARY" : Use primary/default monitor (0,0 coordinates)
// - "FIRST" : Use first monitor found
// - "MONITOR_NAME:substring" : Match monitor by name
private const string TARGET_MONITOR_MODE = "PRIMARY";
private const string PORT_1 = "DISPLAYPORT"; // -- My PC Port
private const string PORT_2 = "HDMI2"; // -- My Console Port |