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