Trying to setup collaboration and failing

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline
User avatar

irfanintekhab

  • Posts: 175
  • Joined: Mon Sep 17, 2018 3:28 pm
  • Real Name: Irfan Intekhab

Trying to setup collaboration and failing

PostSun Apr 04, 2021 8:40 am

Hey. I've read other threads on here and wanted help.

Before I start, seems like this isn't made completely or intended for over the internet but rather only within a lan.

In my country, there was always a challenge of opening ports to the Internet unless we buy Dedicated IP or Dedicated lines from the ISP. Basic home internet from ISP doesn't give liberty to its subscribers to communicate over custom ports, probably for security reasons. At first, I was able to install Postgres and create a project but my buddy could not connect to my localhost Postgres due to the same reason mentioned above. I decided to host Postgres on AWS instance. Installed Postgres 9.5 on Ubuntu 18.0, now we both can connect, create projects but both get an error message about "NOT USE VPN and firewall error....", when we enable Collaboration.

Something to note here, this error only pops up on the machine that connects second and not the first one to open the project. I.e. if I open the project and buddy opens after that, buddy will get this error after like 10 seconds. And if buddy opens the project and I open after that, I will get the error.

I want to understand how Resolve collaboration works. Does it not write all collaboration actions into Postgres realtime? Does Resolve open 50059 port for a buddy to communicate? Remember, I cannot open 50059 on my network to allow public or whitelisted IPs into my system due to ISP restrictions.

Kindly help

Sent from my Moto G (5S) Plus (XT1804) using Tapatalk
Offline
User avatar

irfanintekhab

  • Posts: 175
  • Joined: Mon Sep 17, 2018 3:28 pm
  • Real Name: Irfan Intekhab

Re: Trying to setup collaboration and failing

PostSun Apr 04, 2021 8:44 am

Even if this works, there is also then a problem of still and cache location not being same on my and buddy's machine.

This is quite important as in covid we have to work from homes and right now we are emailing projects and timelines which gets quite confusing.

Help is greatly appreciated.

Sent from my Moto G (5S) Plus (XT1804) using Tapatalk
Offline

Jim Simon

  • Posts: 36112
  • Joined: Fri Dec 23, 2016 1:47 am

Re: Trying to setup collaboration and failing

PostSun Apr 04, 2021 2:08 pm

irfanintekhab wrote:[Collaboration] isn't made completely or intended for over the internet but rather only within a lan.
Staff have said exactly that here in the forums.
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.
Offline
User avatar

irfanintekhab

  • Posts: 175
  • Joined: Mon Sep 17, 2018 3:28 pm
  • Real Name: Irfan Intekhab

Re: Trying to setup collaboration and failing

PostSun Apr 04, 2021 2:14 pm

Hmm. Well is there a way for me to make it work over the internet? Or any other suggestion how I can collaborate on a single project than sharing projects and timelines separately?

Sent from my Moto G (5S) Plus (XT1804) using Tapatalk
Offline

Jim Simon

  • Posts: 36112
  • Joined: Fri Dec 23, 2016 1:47 am

Re: Trying to setup collaboration and failing

PostSun Apr 04, 2021 2:17 pm

A new feature in 17 allows us to export/import individual bins and timelines. You don't have to do whole projects any more.

Maybe that helps?

https://documents.blackmagicdesign.com/ ... 4240010000
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.
Offline
User avatar

irfanintekhab

  • Posts: 175
  • Joined: Mon Sep 17, 2018 3:28 pm
  • Real Name: Irfan Intekhab

Re: Trying to setup collaboration and failing

PostSun Apr 04, 2021 8:10 pm

Well not really. The confusion starts with various instances on separate machines. And hence was trying to get the collaboration to work. Hopefully someone with more network ideas will have some workaround?

Let's see. Hoping there is a solution to this

Sent from my Moto G (5S) Plus (XT1804) using Tapatalk
Offline
User avatar

irfanintekhab

  • Posts: 175
  • Joined: Mon Sep 17, 2018 3:28 pm
  • Real Name: Irfan Intekhab

Re: Trying to setup collaboration and failing

PostMon Apr 05, 2021 9:05 am

Replying to get this up. Anyone has any workarounds or ideas?

Sent from my Moto G (5S) Plus (XT1804) using Tapatalk
Offline

Username

  • Posts: 607
  • Joined: Tue Jun 25, 2019 2:33 am
  • Real Name: Petter Flink

Re: Trying to setup collaboration and failing

PostMon Apr 05, 2021 12:45 pm

Setting up a VPN into the LAN and from there do collaboration is the proper way of doing it.
OpenVPN is solid and do work and scale well. Wireguard have some performance benefits and works superbly for small teams.
Grew up with a Nikon FM
Resolve & Fusion Studio 19
MBP M1 16GB/1TB
MM M1 16GB/512GB TB4 1TB & 2TB
MM i7 16GB/1TB & PowerColor Vega 56 8GB
Offline

jonnyhyman

  • Posts: 13
  • Joined: Fri Apr 02, 2021 6:37 pm
  • Real Name: Jonny Hyman

Re: Trying to setup collaboration and failing

PostMon Apr 05, 2021 11:56 pm

I fixed it.
github.com/jonnyhyman/ResolveCollaboration

This program I wrote last week streamlines the VPN creation and makes it simple (and secure!) to get up and running with a Wireguard VPN and some visibility inside the Resolve shared database.

With that said, this does require that you set up a port forward on UDP port 51820 and TCP port 4444, but ONLY on the server-side network. Clients don't set up a port-forward

I hope this solves your problem, and let me know if not!
DaVinci Resolve 18 Studio, latest build always :)
MacBook Pro, 2.6GHz 6-Core i7, 64GB RAM, AMD Radeon Pro 5600M 8GB
Offline

Username

  • Posts: 607
  • Joined: Tue Jun 25, 2019 2:33 am
  • Real Name: Petter Flink

Re: Trying to setup collaboration and failing

PostTue Apr 13, 2021 1:14 pm

jonnyhyman wrote:I fixed it.
github.com/jonnyhyman/ResolveCollaboration

This program I wrote last week streamlines the VPN creation and makes it simple (and secure!) to get up and running with a Wireguard VPN and some visibility inside the Resolve shared database.

With that said, this does require that you set up a port forward on UDP port 51820 and TCP port 4444, but ONLY on the server-side network. Clients don't set up a port-forward

I hope this solves your problem, and let me know if not!



Thank you very much!
Magnificent work.
Grew up with a Nikon FM
Resolve & Fusion Studio 19
MBP M1 16GB/1TB
MM M1 16GB/512GB TB4 1TB & 2TB
MM i7 16GB/1TB & PowerColor Vega 56 8GB

Return to DaVinci Resolve

Who is online

Users browsing this forum: Bing [Bot], SamStone, targa912, Tilmann Rödiger and 258 guests