logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
fgolman  
#1 Posted : Friday, September 5, 2025 1:19:35 AM(UTC)
fgolman

Rank: Advanced Member

Groups: Registered
Joined: 3/30/2023(UTC)
Posts: 109
United States
Location: Chicago

Thanks: 10 times
Was thanked: 4 time(s) in 3 post(s)
What's the recommded method for taking an internal VB script and making it external? I ask this because there's no security at this time for internal scripts and I'm concerned about potential unauthorized changes and also intellectual property rights of our proprietary code.

Thanks!

Fritz Golman
RadioDNA
nikosman88  
#2 Posted : Friday, September 5, 2025 3:56:43 AM(UTC)
nikosman88

Rank: Advanced Member

Groups: Registered
Joined: 12/24/2021(UTC)
Posts: 728
Greece
Location: athens

Thanks: 165 times
Was thanked: 92 time(s) in 88 post(s)
You can make small .exe "programs" in visual studio for example in c# and send the API command for vmix. This way the "unauthorized" user can steal the .exe but not the code behind it.
Other/more safe solution is to run the script from 2nd pc in same lan that will be accessible only to you and send the api command for vmix in the ip lan vmix pc. If this 2nd pc is accessible only by you, you can make python scripts and again vmix api or 2nd vmix in the 2nd pc that will read and send the commands to main vmix pc.
thanks 1 user thanked nikosman88 for this useful post.
fgolman on 9/5/2025(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.