mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-10 01:18:51 +00:00
refactored player code
This commit is contained in:
@@ -6,9 +6,10 @@ func TestProxy(t *testing.T) {
|
||||
//create default session if required
|
||||
|
||||
proxy := &VncProxy{
|
||||
wsListeningUrl: "http://localhost:7777/", // empty = not listening on ws
|
||||
recordingDir: "/Users/amitbet/vncRec", // empty = no recording
|
||||
targetServersPassword: "Ch_#!T@8", //empty = no auth
|
||||
wsListeningUrl: "http://localhost:7777/", // empty = not listening on ws
|
||||
recordingDir: "/Users/amitbet/vncRec", // empty = no recording
|
||||
//recordingDir: "C:\\vncRec", // empty = no recording
|
||||
targetServersPassword: "Ch_#!T@8", //empty = no auth
|
||||
SingleSession: &VncSession{
|
||||
TargetHostname: "localhost",
|
||||
TargetPort: "5903",
|
||||
|
Reference in New Issue
Block a user