mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-10 01:18:51 +00:00
fixed recorder (message init logic broke it)
added some handling for pixel format changes
This commit is contained in:
@@ -7,8 +7,8 @@ func TestProxy(t *testing.T) {
|
||||
|
||||
proxy := &VncProxy{
|
||||
wsListeningUrl: "http://localhost:7777/", // empty = not listening on ws
|
||||
recordingDir: "c:\\vncRec", // empty = no recording
|
||||
targetServersPassword: "Ch_#!T@8", //empty = no auth
|
||||
recordingDir: "/Users/amitbet/vncRec", // empty = no recording
|
||||
targetServersPassword: "Ch_#!T@8", //empty = no auth
|
||||
SingleSession: &VncSession{
|
||||
TargetHostname: "localhost",
|
||||
TargetPort: "5903",
|
||||
|
Reference in New Issue
Block a user