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 - the-dreamer - 2016-03-03 xrand http://sprunge.us/OdCM kodi log: http://sprunge.us/IhaH dmesg http://sprunge.us/JJTI first codec info show: 33 skip / 2 drop second codec info show 80 skip / 2 drop fyi: it is my own build based on yours from 22 feb with fix for my edid problem and allow passthrough even on realtime streams. RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-03 You get the same skips with passthrough disabled? RE: New Era: VAAPI with EGL interoperation - the-dreamer - 2016-03-03 yes. RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-03 I see nothing suspicuious on the logfile ... especially not between the two codec info presses, in short: no idea. RE: New Era: VAAPI with EGL interoperation - the-dreamer - 2016-03-03 fernet said once, skip means the rendere is too slow... is then the cpu too slow? RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-03 Skip means: render too slow, yes - so that RenderManager is starting to skip frames. Drop means: last resort -> decoder should throw decoded frames away ... Check with which content it happens, if it's 1080i50 - change the deinterlacing method from MCDI to Bob(*) and see (also bilinear scaling, which should be default when you use the settings I said). If it's 720p50 - change the scaler to bilinear and see what happens. * Bob: is done in OpenGL -> this increases CPU load, but decreases gpu load. * VAAPI-BOB: is using VAAPI for deint. RE: New Era: VAAPI with EGL interoperation - alex.ba - 2016-03-03 Hi, can someone help here. I installed Step by Step and tried to setup TVHEadend but it does not Load. (DLL error) Here is the log http://paste.ubuntu.com/15275383/ http://paste.ubuntu.com/15275382/ http://paste.ubuntu.com/15275380/ And kodi.log http://paste.ubuntu.com/15275445/ Thanks a lot for all this work S Edit: Is it possible to load the latest Stable with the modification from wsnipex. I guess the Kodi 17 is the reason for the issues RE: New Era: VAAPI with EGL interoperation - robo989 - 2016-03-03 This thread isn't for tvheadend support. There's a tvheadend subforum however Quote:ERROR: PVR - Add-on 'Tvheadend HTSP Client' is using an incompatible API version. XBMC minimum API version = '5.0.0', add-on API version '4.2.0'Means you need a newer version of pvr.hts than the 3.01 you are using. There is 3.1.0 version available which is using API version 5.0.0 ppa carries it already compiled you will need to add that repo. ppa:team-xbmc/xbmc-nightly (2016-03-03, 20:37)alex.ba Wrote: Hi, RE: New Era: VAAPI with EGL interoperation - alex.ba - 2016-03-04 Hi, Quote:This thread isn't for tvheadend support. There's a tvheadend subforum however Thanks a lot that solved it :-) Regards, S RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-04 I rebased and dumpfixed the build to use our new theme now ... there might be rough edges, but my schedule is pretty filled currently - so don't expect anything being fixed before next week. RE: New Era: VAAPI with EGL interoperation - scf2k - 2016-03-04 new theme? RE: New Era: VAAPI with EGL interoperation - the-dreamer - 2016-03-04 (2016-03-03, 18:22)fritsch Wrote: * Bob: is done in OpenGL -> this increases CPU load, but decreases gpu load. After some tests: 1080p23,97 no skip at all, screen is 1080i50 720p50 bilinear scaling skip every 3-4 seconds. 1080i50: vaapi-bob: skip every 3-4 seconds bob: skip every 30-60 seconds deint off: no skip. btw: you forget to bump kernel to 4.5-rc6 on your repo :-) and your latest image cannot start kodi: Quote:11:43:55 T:140502727776320 NOTICE: Loaded playercorefactory configuration RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-04 Quote:1080p23,97 no skip at all, screen is 1080i50 <- Screen is 1080i50 ? - how should that work correctly? RE: New Era: VAAPI with EGL interoperation - the-dreamer - 2016-03-04 (2016-03-04, 12:57)fritsch Wrote:Quote:1080p23,97 no skip at all, screen is 1080i50 <- We are talking about codec info. of course every second there is a visual skip/frame stop. but my tv is not capable of 23.97. i wanted to test to see where the problem is. but it seems there is a big bottleneck in any post processing (deint and scaling) RE: New Era: VAAPI with EGL interoperation - _Spook_ - 2016-03-04 I will try the new build after work and see if it has fixed the "black screen and mouse pointer only"-issue. If not I will provide logs. |