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