-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathVNCServerPlugIn.xml
53 lines (46 loc) · 1.53 KB
/
VNCServerPlugIn.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>VNC Server</string>
<key>description</key>
<string>VNC Server
Connect it with any image ie. with output from Render in Image patch.
Server port is standard VNC port 5900.
To connect use your favourite VNC client from PC/iPhone/Mac.
On the Mac you can use vncviewer:
$ port install vncviewer
$ vncviewer -viewonly -encodings 'raw' localhost
You can use other encodings ie. tight.
This version is not optimized.
(c) 2010 QuartzComposer.com, Mirek Rusin <[email protected]> GPL</string>
<key>copyright</key>
<string>(c) 2010 QuartzComposer.com, Mirek Rusin <[email protected]> GPL</string>
<key>attributes</key>
<dict>
<key>inputImage</key>
<dict>
<key>QCPortAttributeNameKey</key>
<string>Image</string>
<key>QCPortAttributeDescriptionKey</key>
<string>Input image, most of the time you want to connect it with Render in Image output</string>
<key>QCPortAttributeDefaultKey</key>
<false/>
</dict>
<key>inputPort</key>
<dict>
<key>QCPortAttributeNameKey</key>
<string>Server Port</string>
<key>QCPortAttributeDescriptionKey</key>
<string>VNC server port, default is 5900</string>
<key>QCPortAttributeDefaultKey</key>
<integer>5900</integer>
<key>QCPortAttributeMinimumValueKey</key>
<real>1</real>
<key>QCPortAttributeMaximumValueKey</key>
<integer>65535</integer>
</dict>
</dict>
</dict>
</plist>