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