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 - Devil-Strike - 2016-03-10 (2016-03-09, 19:47)fritsch Wrote:(2016-03-09, 15:45)Devil-Strike Wrote: Yes using openelec, but thanks for the fast response, will wait till new version is up. It wont crash and see codec info(only missing some info but this is because rework on it) RE: New Era: VAAPI with EGL interoperation - hal2100 - 2016-03-10 (2016-03-08, 22:09)fritsch Wrote: Please install gdb and get us a backtrace. This is the crashlog of the most recent crash just a few minutes ago: https://paste.ubuntu.com/15343220/ If I can add more info, please tell me so. RE: New Era: VAAPI with EGL interoperation - _Spook_ - 2016-03-10 @fritsch will you change your builds to OpenELEC 8.0? Just noticed Milhouse has...or is it just a typo? RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-10 Do you miss something? RE: New Era: VAAPI with EGL interoperation - _Spook_ - 2016-03-10 (2016-03-10, 23:49)fritsch Wrote: Do you miss something?No, just wondering. Didn't even know 7.0 was official yet. So just curious what's new in 8.0. Always looking for "latest and greats" to play with RE: New Era: VAAPI with EGL interoperation - nickr - 2016-03-11 Not a debug log (wiki) 20:41:52 T:140408376268928 NOTICE: Disabled debug logging due to GUI setting. Level 0. RE: New Era: VAAPI with EGL interoperation - alex.ba - 2016-03-11 Hi Fritsch, thanks a lot for your updates. I saw that Tvheadend has updated to API 5.1 just a few hours ago. Maybe a stupid question but how do I get this version now? I added and updated the Nighly rep. but there's still the 3.1.0 (API 5.0 online). Any idea? Thanks Alex RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-11 It gets updated when wsnipex finds time doing it - it's a manual process. RE: New Era: VAAPI with EGL interoperation - alex.ba - 2016-03-11 Hi Fritsch, ok thanks for the information. I will wait for it. Alex RE: New Era: VAAPI with EGL interoperation - alex.ba - 2016-03-11 Hi, here's a way to install the TVH Addon by hand. It worked for me on Ubuntu Server 15.10 like described in the instructions by Fritsch. Here is what you have to do: Code: git clone https://github.com/xbmc/xbmc.git Addon-Folder will be build with the /home/"USER"/xbmc/addons clone Simply copy this pvr.hts folder to /usr/share/kodi/addons (have to do it with root access) You have to use this folder not the kodi addon folder in /home/"USER"/.kodi/addons as it is a system-addon Alex RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-11 Take care with overwriting system wide files. Every update via the ppa will overwrite your custom build version again. RE: New Era: VAAPI with EGL interoperation - alex.ba - 2016-03-11 Ok thanks again. Then I misunderstood something. I copied pvr.hts folder in the .kodi/addons and deleted from the shared folder. It worked. My understanding was it only will work as a System-Addon. Sorry for the wrong information. So maybe this is the better way as it will not be overwritten by the update. Thanks Alex RE: New Era: VAAPI with EGL interoperation - prospo - 2016-03-11 @fritsch @wsnipex @FernetMenta I've been noticing a problem when trying to build pvr.hts myself based on the ppa:wsnipex/xbmc-fernetmenta-master installation. I have been able to build pvr.hts succesfully until git20160305. All supplied kodi packages from this version onwards produce an error when trying to build pvr.hts. It keeps bugging me I am missing the IFileTypes.h header file. When looking at the git repo I can see it was added somewhere in a pull request but I guess it isn't correctly included when creating the development packages. If I add this file manually from https://github.com/xbmc/xbmc/blob/master/xbmc/filesystem/IFileTypes.h to /usr/include/kodi everything builds again. Code: [ 30%] Building CXX object CMakeFiles/pvr.hts.dir/src/client.cpp.o I have the following packages installed: Code: ii kodi 2:17.0~git20160310.0500-6638832-0wily all Kodi Media Center (arch-independent data package) RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-11 You build against v16 platform libs ... that won't work. See your installed libkodiplatform-dev and libkodiplatform16 package. RE: New Era: VAAPI with EGL interoperation - prospo - 2016-03-11 (2016-03-11, 14:53)fritsch Wrote: You build against v16 platform libs ... that won't work. See your installed libkodiplatform-dev and libkodiplatform16 package. Yes, I see my problem there. I (ofcourse) now get new errors, like the missing kodiplatformConfig.cmake file and I will clone the xbmc repo to mitigate. |