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-27 Hehe :-) The logs you provided are cleaner than clean :-) nothing in. Yeah - so next time perhaps we will see something - at least in the crashlog. RE: New Era: VAAPI with EGL interoperation - Brujo - 2015-11-27 Puuuh :-) logs cleaner than clean sound like a good installation. Well the crashlog show nothing different as the old log :-( Will install gdb and perhaps enable debug at nigth after usage to have more information next time to provide if it crash again in... RE: New Era: VAAPI with EGL interoperation - sijones2010 - 2015-11-28 Hi fritsch, Just tried the latest build but same as last time where MediaPortal PVR stops working, has the build been compiled without the support? RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-28 (2015-11-28, 00:14)sijones2010 Wrote: Hi fritsch,Nope. Did not change that, only bumped kodi. Need to look tomorrow. RE: New Era: VAAPI with EGL interoperation - sijones2010 - 2015-11-28 ok, the log says: 22:05:59 T:139985625786112 ERROR: PVR - Add-on 'MediaPortal PVR Client' is using an incompatible API version. XBMC minimum API version = '4.1.0', add-on API version '1.9.6' 22:05:59 T:139985625786112 WARNING: UpdateAndInitialiseClients - failed to create add-on MediaPortal PVR Client, status = 6 22:05:59 T:139985625786112 WARNING: UpdateAndInitialiseClients - failed to load the dll for add-on MediaPortal PVR Client, disabling it Cheers RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-28 @sijones2010: Fixed in latest upload (wait until fully uploaded) - it's just the .tar - so upgrade over your existing installation RE: New Era: VAAPI with EGL interoperation - Brujo - 2015-11-28 @fritsch - good morning here the todays crash log, hopefully with more relevant information as yesterday. http://paste.ubuntu.com/13540797/ it crashed when I started to scan the video libray regards Brujo RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-28 Quote:08:56:45 T:139943278893184 NOTICE: VideoPlayer: finished waiting Is that with the TV turned off or just happened after pressing stop? The GetDirectory thing looks suspicious ... RE: New Era: VAAPI with EGL interoperation - Brujo - 2015-11-28 TV was ON, I have seen that the scanning started and then the TV got grey and only the mouse cursor was visible for some seconds and then the comandline of ubuntu. Nothing else... RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-28 Jep it segfaulted - that one can clearly see - the problem I have is: I don't know where most likely in the scanner - code I absolutely don't know. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-28 Here we go: New builds - using ffmpeg 2.8.3 - please check if everything is still in sync - also check if the lag - you might have experienced while watching a video in the menus is now gone, please. RE: New Era: VAAPI with EGL interoperation - Steve-o - 2015-11-29 Hello, also with older versions I experience a drift between audio and video for my setup. It is independent from the movies' framerate, it happens for 24p mkv movies as well as for 50 Hz TV. When starting to play TV/movie, video and audio are in sync. After two hours, the video is around 500 ms ahead of the audio. I yesterday re-installed everything according to the howto hoping things might be fixed, but the issue still remains (I switched to the 4.3 kernel as the ubuntu 4.2 kernel does not change to full range RGB output). Please find attached the log-files for watching TV. Somewhere in the middle, TV got stuck (this is probably a different issue with tvheadend hts), so I changed the channel. Thanks in advance for any ideas. http://paste.ubuntu.com/13558191/ http://paste.ubuntu.com/13558192/ http://paste.ubuntu.com/13558193/ http://paste.ubuntu.com/13558194/ RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-29 Quote::55:49 T:140348477089536 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - Dropped packet with unknown stream index 4 That's a tvheadend issue. Can you post a Debug Log with drifting video / audio _while_ tvheadend / htsp addon is not running at all? That would be of interest. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-29 If someone is toying with kernel 4.4-rc2 or later, I reworked the Video passthrough patch: http://sprunge.us/eNAW Kernel: http://fritsch.fruehberger.net/kernel/?C=M;O=D - this should also fix the issue with "switching" to the mode RE: New Era: VAAPI with EGL interoperation - fsonnlei - 2015-11-29 Hi all. I've a ga-h61n-usb paired with a G1610 and apparently is working fine. However I've the following in dmesg: [...] ] Linux agpgart interface v0.103 [ 0.181831] [drm] Initialized drm 1.1.0 20060810 [ 0.181845] [drm] radeon kernel modesetting enabled. [ 0.191049] [drm:fw_domains_get] *ERROR* render: timed out waiting for forcewake ack to clear. [ 0.191150] ------------[ cut here ]------------ [ 0.191153] WARNING: CPU: 1 PID: 1 at drivers/gpu/drm/i915/intel_uncore.c:203 gen6_gt_check_fifodbg.isra.8+0x2e/0x3a() [ 0.191154] GT wake FIFO error 0x3 [ 0.191155] Modules linked in: [ 0.191157] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.3.0 #1 [ 0.191159] Hardware name: Gigabyte Technology Co., Ltd. H61N-USB3/H61N-USB3, BIOS F8 05/15/2012 [ 0.191160] 0000000000000001 ffffffff81219ee7 ffff88011aee3bd8 ffffffff81035f02 [ 0.191162] ffffffff813cd7e1 ffff8800bcb60078 ffff88011aee3c30 ffff88011a905800 [ 0.191164] ffff88011a905860 ffffffff81035f5a ffffffff81f8163b ffff880000000020 [ 0.191166] Call Trace: [ 0.191170] [<ffffffff81219ee7>] ? dump_stack+0x40/0x50 [...] Full dmesg: http://sprunge.us/HCKW Should I worry about it? Thanks a lot Frank |