-
Hey all, I'm trying to compare different remote desktop technologies to see if the performance is high enough to move my dev-workflow to a remote machine. I'm excited about the progress with H264 support here, and want to test it out: I tried spinning up a fresh ubuntu 21.10, (let me know if there's a better way to test this) I tried apt-get install xrdp, it worked, I was able to get an xrdp desktop (although quite slow and severely dropping frames for youtube) I reverted the VM and then tried to follow along the instructions on the wiki here: I added libx264-dev and I removed python-libxml2.
At this stage I can connect, but I get black screen and then "connecting to sesman.. sesman connect ok.. starting connecting.. connection problem, giving up" Could it be better documented what the general troubleshooting workflow is? I notice efforts to make the errors more transparent, but also, what log files to look at? I don't want to waste anybody's time with my tests, and it would be great if I could troubleshoot more on my own. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi there! I've been helping Jay develop this for quite some time. I wrote a script some time ago to help set this up:
Jay has improved quite a bit on the original egfx branch by adding NVENC accelerated H264 encoding for Nvidia cards if you want that (different branch, slightly different setup) I know how to get that working as well, but for now, try that and see if it helps and we can go from there. Also note that running:
May help with some of your issues as well. |
Beta Was this translation helpful? Give feedback.
Hi there! I've been helping Jay develop this for quite some time. I wrote a script some time ago to help set this up: