]> git.vomp.tv Git - vompclient.git/blob - readme.win
9c45c6f7809904441552b30ceea723fae0845426
[vompclient.git] / readme.win
1 Readme For Windows Port of Vomp-Client
2 ======================================
3
4 This file contains notes regarding the Windows port of Vomp.
5 Please read it carefully.
6
7 License and Homepage
8 ====================
9
10 The source code of vomp client is released under the General Public License (GPL).
11 For further information consult the vomp homepage:
12 http://www.loggytronic.com
13 or vomp on SourceForge (including the source code on cvs):
14 http://sourceforge.net/projects/vomp
15
16 Requirements
17 ============
18
19 The vomp client on Windows requires:
20
21 * Windows 2000 or later
22 * Windows XP for full remote control support
23 * Windows Vista for EVR support
24 * DirectX 8 graphics card (some older cards might work also)
25 * A DirectShow MPEG2 decoder, which supports Video Mixing Renderer 9 (VMR-9) 
26 or the Enhanced Video Renderer (EVR) mostly included within DVD software player
27 * For h264 palyback a DirectShow h264 decoder, supporting 
28 the Video Mixing Renderer 9 (VMR-9) or the Enhanced Video Renderer (EVR)
29 * A network connection to the vompserver computer
30
31
32 Remote Control Buttons Reference
33 ================================
34
35 This table shows the Hauppauge MediaMVP remote control buttons and their
36 corresponding Windows keyboard assignments:
37
38 MediaMVP Button | Keyboard Shortcut
39 ----------------*------------------
40 VOLUMEUP        | F10
41 VOLUMEDOWN      | F9
42 CHANNELUP       | "+", Ctrl+"+", Page down
43 CHANNELDOWN     | Insert, Ctrl+Insert, Page up
44 0               | 0
45 1               | 1
46 2               | 2
47 3               | 3
48 4               | 4
49 5               | 5
50 6               | 6
51 7               | 7
52 8               | 8
53 9               | 9
54 POWER           | Esc, Alt+F4
55 GO              | j
56 BACK            | Backspace
57 MENU            | m
58 RED             | r
59 GREEN           | g
60 YELLOW          | y
61 BLUE            | b
62 MUTE            | F8
63 RADIO           | Not implemented
64 REVERSE         | Shift + Control + B
65 PLAY            | Shift + P
66 FORWARD         | Shift + Control + F
67 RECORD          | Ctrl + R
68 STOP            | Ctrl + S
69 PAUSE           | Ctrl + P
70 SKIPBACK        | Ctrl + B
71 SKIPFORWARD     | Ctrl + F
72 OK              | Space, Return
73 FULL            | Not implemented
74 TV              | Not implemented
75 VIDEOS          | Not implemented
76 MUSIC           | Not implemented
77 PICTURES        | Not implemented
78 GUIDE           | Not implemented
79 UP              | UP
80 DOWN            | DOWN
81 LEFT            | LEFT
82 RIGHT           | RIGHT
83 PREVCHANNEL     | Not implemented
84 STAR            | *
85 HASH            | Not implemented
86
87 Use Alt-Enter to toggle full screen mode.
88
89 Remote Controls tested with vomp on windows
90 ===========================================
91
92 Compatible
93 ==========
94 * AR Remote Control MCE (1040050, X10), [All buttons recognized, except POWER]
95
96 Note: Remote Controls for Windows should work also for most buttons,
97 however full remote control support is restricted to Windows XP and above.
98 If buttons of your remote control are not supported, please post a message
99 in the forum at http://www.loggytronic.com and we will add them to vomp.
100
101
102
103 Usage
104 =====
105 Start the client executable and enjoy, you should not have to configure
106 anything if you met the requirements above.
107
108 Log file
109 ========
110
111 To obtain a log file, please execute the following command in the directory
112 of the vomp for windows in a shell:
113
114 vompclient.exe > vomp.log
115
116 Firewall
117 ========
118 If vomp for Windows stops at "Locating server" or "Connecting to VDR",
119 please configure your firewall so that vomp for windows can communicate
120 with the vompserver on port 3024 (UDP and TCP).
121
122