Running on headless sever #55
Replies: 1 comment
-
Great question-- if you are using Android Studio, I think you should be able to run the container using:
At that point, you can use resolve without a GUI-- such as via a python or LUA script. . If, on the other hand, you're asking if resolve can be run WITH an GUI but without that GUI appearing on the original device-- yes, but I'm not 100% sure the best way for the best performance. There are options like X11 forwarding via SSH as well as remote desktop sharing via Ubuntu Screen sharing. Basically you'd go to Settings->System->Desktop Sharing and enable Remote Control and then use a remote desktop app with RDP on the other machine to connect to the host and access the container that way. If you wanted to connect directly to the container and bypass the host, you could install an RDP server on the container and access that way. I should note there is also VNC and other methods. For fun, here is just a guess of what would be done manually to make this work via x11 forwarding with SSH.
I'd be very curious if you can get this working. You can also investigate XRDP which should automatically work with sound, clipboard transfer, etc. I don't see any reason why you couldn't do it though. The only potential technical issue I can think of would be latency-- especially if you're streaming giant videos across long distances with lower bandwidth connections. Resolve, incidentally, has a cloud feature that lets multiple people collaborate simultaneously on the same project, a bit like Google Docs. Each side should ideally have access to some version of the media, although a lower quality proxy resolution can be substituted for the full version. I'm not aware of a X11->Web Server gateway, although perhaps there is one (?) |
Beta Was this translation helpful? Give feedback.
-
Just found this project. I was wondering if it would be possible to run this on my Ubuntu Server that doesn't have a GUI. Can you have the application window open in a browser? Or does it require running this on something like Ubuntu Desktop?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions