vMix Forums
»
General
»
General Discussion
»
Secured Web API using https
Rank: Newbie
Groups: Registered
Joined: 7/16/2020(UTC) Posts: 3 Location: San Jose
|
I am looking for a solution to secured access through Web API on our vMix machine from the outside firewall. We're using Nginx server but we have 3 vmix machines to access from the outside. Maybe more vmix machines in the future. Anyone has a recommendation? Thanks!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/3/2013(UTC) Posts: 405 Location: Gold Coast, Australia
Thanks: 27 times Was thanked: 76 time(s) in 58 post(s)
|
Pagekite is useful for that purpose, not free, but not expensive. (Only works on their domain) or if you are after something more "commercial grade" A Cloudflare Tunnel (works best if you have your dns/domain with them), which takes your http service, gives it any url you like at your domain and adds SSL along the way. Imagine https://vmix.yourcompany.com/ if that's what you want. Both these solutions get around having no static external IP address, which is the primary reason I use them. I'm frequently using Carrier Grade NAT type connections like Starlink and 4/5G Mobile type services, this allows you to run any web servers behind those services with ease. They both help with making them https:// and making the SSL key for you on the way through to the edge server. Yes you can do the same with Nginx and from what I can tell both these services are a proprietary tunnel out to an Nginx server hosted at high performance data centres close to you :) There is a learning curve to set those up, but if you know how to setup Nginx you are probably ready to learn either of the above, just read the manuals and stick with it. It's remarkably easy to deploy after you get your head around it.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/23/2017(UTC) Posts: 1,212 Location: Germany Thanks: 3 times Was thanked: 168 time(s) in 150 post(s)
|
The most easy setup I can think of is NAT/PAT.
You open 3 different ports on your firewall and NAT them to different computers webUI.
Port 9000 -> Computer A Port 8088 Port 9001 -> Computer B Port 8088 Port 9002 -> Computer C Port 8088
|
|
|
|
vMix Forums
»
General
»
General Discussion
»
Secured Web API using https
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close