gujjwal00 / avnc

VNC Client for Android
GNU General Public License v3.0
620 stars 58 forks source link

need help connecting to my samsung TV Workspaces #257

Open MadMarksman42 opened 1 day ago

MadMarksman42 commented 1 day ago

the error the TV workspace displays is "Unable to connect to the remote PC becuse the encryption session was not create. Check if the encryped communication is supported in the remote PC's VNC program

Here's my wayvnc config file The TV needs to recognise the device as a Mac for the vnc protocol; any suggestions

/etc/wayvnc/wayvnc.conf

General settings

address = 0.0.0.0 # Bind to all available interfaces, you can specify a specific IP if needed. port = 5900 # Default VNC port, change if necessary. enable-auth =true # Enable password protection (recommended). username = jules password = 826444 use_relative_paths=true relax_encryption=true certificate_file=tls_cert.pem private_key_file_file=tls_key.pem rsa_private_key_file=rsa_key.pem

gujjwal00 commented 1 day ago

Can you please test with the APK linked here: https://github.com/gujjwal00/avnc/issues/249#issuecomment-2368016828