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 - wsnipex - 2015-10-04 <refresh > < min > 23 < / min > < max > 24 < / max > <delay > 175 < / delay> </refresh > RE: New Era: VAAPI with EGL interoperation - Eisi2005 - 2015-10-04 @wsnipex Thanks RE: New Era: VAAPI with EGL interoperation - Sunflux - 2015-10-04 Sound delayed behind video instead of the traditional video behind sound would indicate the need to advance the audio, would it not? Which is on-screen indicated by +0.175 instead of -0.175? If he's running an OpenElec build, there is usually a 175ms delay built in for 23-24hz as the majority of users require it. I know it was removed from one of the OE builds, but then added again. Not sure which he's running. The codec info screen would indicate for him if there was some kind of default delay being added. If there is, then the 0 setting originally posted would be correct. RE: New Era: VAAPI with EGL interoperation - rob77 - 2015-10-04 @Sunflux Did you manage to figure out the problem with the screen being too bright on first boot with passthrough 16:235? I am getting the same issue but as a temporary solution I have set my TV to limited in the TV's settings and that works well for me. Cheers RE: New Era: VAAPI with EGL interoperation - Sunflux - 2015-10-04 Is it fixed? No, not yet. Issue seems to be that calling the new Passthrough mode does not trigger a reinitialization like it should. At any rate, there are 2 workarounds that work on my system: 1) set Kodi to run at something other than the system default of 60hz (might be 50hz in PAL regions). For example, setting it to 59.94 works. 2) in autostart.sh, turn the display output off and then on again, ie: Code: xrandr --output HDMI1 --off; xrandr --output HDMI1 --auto I do not seem to need the "sleep 1" command as originally indicated. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-04 builds updated: Memleak fixed? Using color passthrough by default and output is switched off and on ... RE: New Era: VAAPI with EGL interoperation - gurabli - 2015-10-04 How does this color passtrough affects ppa build? Any changes required in autostart? Since using the patched kernel by fritsch, everything looks fine for me, at least full/limited range wise. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-04 (2015-10-04, 19:24)gurabli Wrote: How does this color passtrough affects ppa build? Any changes required in autostart?Not supported in your kernel. I did not build one with BSW fix and pasdthrough colors. RE: New Era: VAAPI with EGL interoperation - gurabli - 2015-10-04 (2015-10-04, 19:26)fritsch Wrote:When you will find some time, will you build a kernel with BSW fix and color passtrough? Thanks.(2015-10-04, 19:24)gurabli Wrote: How does this color passtrough affects ppa build? Any changes required in autostart?Not supported in your kernel. I did not build one with BSW fix and pasdthrough colors. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-04 Learn sth for life and try yourself :-) RE: New Era: VAAPI with EGL interoperation - gurabli - 2015-10-04 (2015-10-04, 19:43)fritsch Wrote: Learn sth for life and try yourself :-)Ok, I will look into it. Sounds challanging RE: New Era: VAAPI with EGL interoperation - Hufvudet - 2015-10-04 (2015-10-04, 19:04)fritsch Wrote: builds updated: Isengard works without issues for me. Been skipping/pausing/starting/ back and forth in remuxes and no crashes or odd behaviour. RE: New Era: VAAPI with EGL interoperation - rob77 - 2015-10-04 (2015-10-04, 18:20)Sunflux Wrote: Is it fixed? No, not yet. Issue seems to be that calling the new Passthrough mode does not trigger a reinitialization like it should. Cheers Sunflux I was just about to try those but then noticed fritsch has now fixed this in the latest build. Thank you very much fritsch RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-04 (2015-10-04, 20:32)Hufvudet Wrote:(2015-10-04, 19:04)fritsch Wrote: builds updated: I added sunflux workaround to the Isengard build only .... for Jarvis you need autostart.sh workarounds. RE: New Era: VAAPI with EGL interoperation - Roby77 - 2015-10-04 Tested last jarvis all ok, only difference noticed vs 2 oct build with my tv now range rgb auto act as limited thank you fritsch |