A section where users can propose and vote on new software capabilities, often seeing direct responses from the vMix design team.
' This script toggles Overlay 1 for Input 1 ' and updates a "Status" text field in your lower third. dim inputName as String = "MyLowerThird" dim overlayNumber as Integer = 1 API.Function("OverlayInput" & overlayNumber, Input:="1") ' Optional: Update a title text field to show "ON AIR" API.Function("SetText", Input:=inputName, SelectedName:="Status.Text", Value:="LIVE") sleep(5000) ' Wait 5 seconds ' Turn it off API.Function("OverlayInput" & overlayNumber & "Off") API.Function("SetText", Input:=inputName, SelectedName:="Status.Text", Value:="OFFLINE") Use code with caution. Copied to clipboard Go to Settings > Scripting . Click Add , name it "ToggleLive", and paste the code. vmix forum
Vmix is a popular live streaming and video production software that allows users to create and stream high-quality video content. The vMix forum is an online community where users can discuss various aspects of the software, share knowledge, and get help from other users and the software developers. A section where users can propose and vote
By leveraging the vMix Forum and other resources, users can maximize their skills and knowledge, creating high-quality content and engaging with a vibrant community of like-minded producers, streamers, and content creators. Copied to clipboard Go to Settings > Scripting
, focus on providing high-quality technical detail that allows other users to replicate your workflow or troubleshoot specific hardware. Structure of a vMix Forum Technical Paper
The vMix Forum is not just a support desk; it is a masterclass in live production. Whether you are troubleshooting a crash, looking for a custom transition, or just wanting to see how the pros route their audio buses, the forum is your best resource.
Posts often dive into complex integrations and bug troubleshooting: Vmix Companion Module API Exposure Request