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 - _Spook_ - 2016-02-29 A bit hard to post logs when I can't use GUI to enable debug logging... RE: New Era: VAAPI with EGL interoperation - Ney - 2016-02-29 http://kodi.wiki/view/Log_file/Advanced#Turn_on_debugging_using_a_file_.28advancedsettings.xml.29 RE: New Era: VAAPI with EGL interoperation - neox387 - 2016-02-29 Today's build same problem RE: New Era: VAAPI with EGL interoperation - _Spook_ - 2016-03-01 Yeah, same problem EDIT: If I had the time I would get the logs, but overtime at work RE: New Era: VAAPI with EGL interoperation - schamane - 2016-03-01 (2016-02-29, 20:12)fritsch Wrote: The above means: your tvh client is not compatible to the kodi you run. Hi, hm, so I have no clue how this is possible. I deleted my branch and checked it out again from scratch, but the file is same as before, even the md5 is equal md5sum pvr.hts.so.3.1.0 89724a80969dff53f199d037c364964b pvr.hts.so.3.1.0 Just did these steps git clone https://github.com/xbmc/xbmc.git git clone https://github.com/kodi-pvr/pvr.hts.git cd pvr.hts && mkdir build && cd build cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons make copied pvr.hts.so.3.1.0 to /usr/lib/kodi/addons/pvr.hts and /usr/share/kodi/addons/pvr.hts (btw, which path is the needed one and why does it exist twice?) renew the links and restarted kodi. maybe someone can upload a working pvr.hts.so.3.1.0? But I would prefer to understand why its not working. My compiled 3.0.2 was working on the same host Cheers RE: New Era: VAAPI with EGL interoperation - wookl - 2016-03-01 Quick question about the soundsettings: In openelec I would normally se my reciever when choosing output for the sound and passthrough, e.g. with Milhouse openelec 7 build on a Intel nuc5cpyh I see the following ALSA: HDA Intel PCH, PIO SX-LX70 on HDMI with Fritsch openelec 7 builds: ALSA: HDA Intel PCH, HDMI The sound works as it should, with passthrough of truehd and dts-hd, but I was wondering if the type of reciever is hidden on purpose or is information about the reciever that not communicated to openelec Fritsch builds? RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-01 Looks like a kernel change - can you post the needed logs? then we can see. RE: New Era: VAAPI with EGL interoperation - Nafi - 2016-03-01 btw, why do i need to set audio channels to 2.0 to get dd/dts passthrough working via hdmi? RE: New Era: VAAPI with EGL interoperation - Ney - 2016-03-01 (2016-03-01, 22:55)Nafi Wrote: btw, why do i need to set audio channels to 2.0 to get dd/dts passthrough working? because you use a 2 channel interface most likely. all this is covered under audio in the wiki and isnt anything to do with this thread. RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-01 Most likely: when you select 2.0 channels AC3 Transcoding is available and as you have selected "Sync Playback to Display" this is the only way to work together with transcoded passthrough. If Transcode is disabled - you will just receive PCM. See the first post for an explanation. RE: New Era: VAAPI with EGL interoperation - wookl - 2016-03-01 I am currently traveling for work, so i dont have access to my nuc, but will post logs when I am back. I dont see it as a problem, but switching between Milhouse and Fritsch give the different results. Regarding color options for passthrough; I think I have read somewhere (probably avs forum) that 1080p bluray movies always is 16:235? If yes, does that mean that when watching video, that even if my tv support fullrange, the colors will be more true to the source if 16:235 without dithering is selected in openelec settings? RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-01 Yes. RE: New Era: VAAPI with EGL interoperation - Nafi - 2016-03-02 fritsch Wrote:when you select 2.0 channels AC3 Transcoding is available and as you have selected "Sync Playback to Display" this is the only way to work together with transcoded passthrough. If Transcode is disabled - you will just receive PCM. nope, "Sync Playback to Display" is disabled just played a bit around with these settings and figured out that passthrough does work for movies but not for livetv from tvheadend in livetv passthrough only works when AC3 Transcoding is activated do you want logs or is this out of your business? RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-03-02 No - this is intended behaviour. No passthrough with realtime streams. Transcoding is the workaround. RE: New Era: VAAPI with EGL interoperation - Nafi - 2016-03-02 ok |