r/vmix

▲ 9 r/vmix

So i am trying to this transition in vmix if anyone can help me with that how i can make in vmix

u/Amazing-Ride182 — 3 days ago
▲ 2 r/vmix

Remote vMix control app for multi-room video crews, would this be useful to anyone else?

Hey everyone,

I recently built a remote control app setup for one of the video crews I work with from time to time, and I’m curious if this workflow would be useful to others too.

It’s basically two apps:

vMix Commander is a desktop app that runs on the room laptop near vMix. It connects to the local vMix instance and can trigger recording, streaming, and MultiCorder.

Tracker is a mobile/web control panel that lets producers or crew see all rooms in one place and control them remotely.

The interesting part is that the rooms do not all need to be on the same network. Each Commander can create its own secure tunnel, so Tracker, or another Commander, can control that room even from a different location, potentially from the other side of the world.

The workflow is designed for conference and event production where you might have many rooms running vMix at the same time. Instead of remote-desktoping into every machine, you can see room status, check what is recording or streaming, and start or stop things from one dashboard.

Right now we are only using it internally with this crew, but I’m wondering if this kind of setup is something other video teams would use too. If there is enough interest, I might release it or make it available for purchase.

Curious to hear if anyone else has a similar multi-room vMix workflow, or if this is just a very specific problem for our crew.

u/iamdjem — 3 days ago
▲ 4 r/vmix

How can I make a list input to loop on itself when I hit the last item using script?

This is a script I created. It will check if it is 6 pm, and if it is, it will make it so the next item in the list is selected to be played by a playlist. However, the problem is now that when we reach the end of the list, the last item keeps getting selected. I want to make it so that when the last item is currently selected and we hit the 6 pm, the very first item of the list is selected:

Dim CurrentHour As String = DateTime.Now.ToString("HH")

If CurrentHour = "18" Then

API.Function("NextItem", Input:="ListA")

API.Function("NextItem", Input:="ListB")

API.Function("NextItem", Input:="ListC")

End If

And I can NOT hit the Loop button on the list input because when I hit them, only items from that list gets played and we get stuck in it. I wanted to make it so that 1 item from ListA, ListB, and List C gets played and those same item keeps getting played for 24 hours, until we hit 6 pm, then the next item in the list gets played

reddit.com
u/kfor1996 — 5 days ago
▲ 7 r/vmix

vmix Laptop Recommendation 2026

Hi, I am going to be a new vMix user and looking to buy a laptop specifically for vMix and video production, and curious on which of the two laptops below would be the best fit.

Debating between a used Razor 2022 i7-12800H, 32GB RAM with RTX 3080 Ti or the current vMix 2025/26 recommended computer, ASUS 16" TUF Gaming.

Used, 2022 Razer Blade 17 Black

i9-12900H

RTX 3080 Ti 16 GB VRAM

17.3" 4K 144 Hz panel

32 GB RAM / 1 TB SSD

or

ASUS 16" TUF Gaming F16 Laptop - FX608LM-BS96
https://www.bhphotovideo.com/c/product/1894584-REG/asus_fx608lm_bs96_16_tuf_gaming_f16.html/specs

Also curious if AMD CPUs a good option or better to stay with Intel?

Thanks!

reddit.com
u/sampakk — 8 days ago
▲ 2 r/vmix

vMix Arc A770 Support

Hi all,

I am trying to figure out if anyone tried running Intel dedicated GPUs with vMix? I have a spare card and I am thinking about assembling a minimalistic rig for up to 8 inputs using some hardware I have lying around:

GPU: Arc A770
CPU: Ryzen 9 3900X
Capture card: Blackmagic DeckLink Quad 2

Can you tell me if hardware acceleration would be supported?
Thanks in advance!

reddit.com
u/KaszGG — 7 days ago
▲ 14 r/vmix

Hello all - I've been working on a project (Beta Here) that let's you output NDI, OMT, Decklink sources to a public viewer page and also let's you bridge locations together without any port forwarding etc. It's all Web RTC based so less than 150ms latency in most cases so perfect for sharing feeds on remote productions.

A few things it currently does:

• Share live sources between machines over the public internet
• Bridge remote systems together almost like they’re on the same local network
• Built-in production talkback/comms for small teams
• Multiple audio channels alongside the video feed
• Browser-based viewing links with custom branding/passwords

I am opening up for beta testing and wanted to know if anyone wanted to give it a try?

u/videoproductionhub10 — 14 days ago