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