Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server (/showthread.php?tid=231955) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
|
RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-23 Start with a memory test ... RE: New Era: VAAPI with EGL interoperation - Ipaddle - 2015-11-23 (2015-07-13, 19:59)rob77 Wrote: I have updated to your latest openelec build fritsch and it works perfect. Thanks so much for your hard work!The last one with Beta 2 and fully functional PVR (TVheadend and client 2.2.9)? RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-23 No - not meant for endusers but for valuable testers. Just for those that can read the first post, which also clearly states which version is used. RE: New Era: VAAPI with EGL interoperation - teki4u - 2015-11-23 (2015-11-23, 09:28)fritsch Wrote: Start with a memory test ...Hmmm if you mean memtest86+ which you already suggested before I had 0 errors, posted a screenshot few posts ago. Hardware is fine RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-23 Yeah - currently traveling for work - just forgotten about the context .... will pick up over the weekend. RE: New Era: VAAPI with EGL interoperation - ilovethakush - 2015-11-23 What is this? OpenELEC-Generic.x86_64-6.0.99-fritsch.tar Is this the stable update to 6.0.98? Why is it in the rund folder? RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-23 Debug build for a user. Everything besides v17 is out of support anyways. RE: New Era: VAAPI with EGL interoperation - teki4u - 2015-11-23 @fritsch below are the posts with all the info regarding the FREEZE/HANG bug I reported for the PPA version to make it easier for you to follow. I'll be editing this post if needed with more info. (2015-11-22, 01:21)Veronica Wrote: Hello! I own an Asus Chromebox (2gb ram/16gb ssd/Haswel) with latest coreboot firmware, fresh installed this a week ago (Ubuntu server version not OE), followed instructions to the letter including the settings and I've been updating since then plus upgraded to kernel 4.3 mainline as advised. Using NFS. (2015-11-22, 18:24)Veronica Wrote:(2015-11-22, 09:15)fritsch Wrote: In your dmesg there I see a kodi segfault at the end - please also upload the crashlog which is in your home directory. Check temperatures, also do a complete memory test (!) of the box via memtest86+. Concerning sw decoding: If you press "o" - hw decoded always has "-vaapi" in the dc line, e.g. dc: ff-h264-vaapi (2015-11-23, 04:47)Veronica Wrote: OK, here's a new crash log with gdm installed,this time after exiting kodi (back to command line): RE: New Era: VAAPI with EGL interoperation - ilovethakush - 2015-11-23 Oh ok. Another question I have, what deinterlace method does Kodi default to when its on Auto select. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-24 Default: SSE copy to main memory + opengl deinterlacing (high cpu load + minor quality deinterlacing, but supported by all hardware) RE: New Era: VAAPI with EGL interoperation - Tyler Durden - 2015-11-24 I'm sure I asked tis earlier but it appears it has been deleted..... If I want to install the newest build available here can I update from the current official OpenELEC build or should I do a fresh install? RE: New Era: VAAPI with EGL interoperation - meowmoo - 2015-11-24 You can just upgrade, that's what I did when I start using fritsch build, never got any issue. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-24 After our rework of passthrough stream handling is now "finished" in the sense of - we need someone that tests DTS-HD, TrueHD and so on I provided new testbuilds. Please (!) when you test passthrough codecs EAC3, DTS, AC3, Atmos, DTSHD, TrueHD ... turn down the volume before doing so (just in case!) Thanks for the feedback. RE: New Era: VAAPI with EGL interoperation - Tyler Durden - 2015-11-24 Right I have just upgraded to your latest build of Jarvis and set it up according to your first post. I have my HTPC running to my HTPC and from there to my TV so I have Passthrough enabled and thought I would try some films with different audio. DTS-HD is fine, as is standard DTS and Standard Dolby Digital, however Dolby True HD will not play. The video pauses straight away and although I can skip through it, it never plays and just seems to be buffering. I know you want a debug log so I'll try and organise that now. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-24 (2015-11-24, 23:36)Tyler Durden Wrote: I have my HTPC running to my HTPC and from there to my TV so I have Passthrough enabled and thought I would try some films with different audio. I don't understand this first sentence - do you mean: HTPC -> AVR -> TV? Debug Log will tell for TrueHD, thx in advance. |