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-06 (2015-11-06, 00:22)m_gl Wrote:(2015-11-01, 00:38)fritsch Wrote:Quote:23:17:35 T:140411037267712 DEBUG: CDVDClock:iscontinuity - CVideoPlayerAudio::OutputPacket - was:350108076.625000, should be:350098075.534467, error:-10001.090533 Nope - no idea for now. As I cannot reproduce. I need to find a file long enough I assume. Btw. what I wanted to know is: What happens if you disable passthrough - but don't enable "Sync Playback to Display". Can you post a log with that? RE: New Era: VAAPI with EGL interoperation - d0dger - 2015-11-06 Sorry for spamming this thread, but I can´t help. @BigL-New Your PM arrived but I cant even reply Could you please drop me an e-mail adress where I can contact you ? Or maybe another forum where you are active with less restrictive settings ? RE: New Era: VAAPI with EGL interoperation - m_gl - 2015-11-06 (2015-11-06, 09:00)fritsch Wrote:(2015-11-06, 00:22)m_gl Wrote:(2015-11-01, 00:38)fritsch Wrote: Yeah - this one. Let's wait for Fernet .. passthrough is always a pain. Does not look that heavy at all :-) Here we go: http://sprunge.us/RODA Disabled passthrough and disabled "Sync Playback to Display" RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-06 The same, right? RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-06 Btw. this is by chance the same Series - that the-dreamer is watching? :-) RE: New Era: VAAPI with EGL interoperation - m_gl - 2015-11-06 (2015-11-06, 17:52)fritsch Wrote: Btw. this is by chance the same Series - that the-dreamer is watching? :-) Maybe, but i checked some 25fps files, not only one Series and all had this problem. Don´t see why other fps working fine. And i know some of this files working great on dune. Really strange. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-06 I don't know about tdune - but it might perhaps "drop" better or "introduce" zero packages. Without a sample - the last one you gave me played perfectly - I cannot help. RE: New Era: VAAPI with EGL interoperation - FernetMenta - 2015-11-06 (2015-11-06, 17:40)m_gl Wrote:(2015-11-06, 09:00)fritsch Wrote:(2015-11-06, 00:22)m_gl Wrote: Any news on this? Tested a few more files all with 25hz, problem with passthrough stays :-( What problem do you observe? RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-06 Every ~5 minutes (approximately) Video and Audio is going out of sync and player resyncs .... See: Quote:16:23:57 T:140075754043136 DEBUG: CDVDClock:iscontinuity - CVideoPlayerAudio::OutputPacket - was:272337189.170839, should be:272327173.728170, error:-10015.442670 Only seems to happen for 25 fps content. I don't have any sample - that is long enough - to reproduce this issue. RE: New Era: VAAPI with EGL interoperation - FernetMenta - 2015-11-06 This is in no way related to video. Audio drifts away from system clock. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-06 Oki - so we have kernel issue? Audio clock running in wrong speed? RE: New Era: VAAPI with EGL interoperation - FernetMenta - 2015-11-06 (2015-11-06, 19:39)fritsch Wrote: Oki - so we have kernel issue? Audio clock running in wrong speed? I don't think so. More likely that this "issue" was introduced with re-encoding. This is why the preferred mode is "sync playback to display". With this mode those type of tittle errors won't show. RE: New Era: VAAPI with EGL interoperation - m_gl - 2015-11-06 (2015-11-06, 19:46)FernetMenta Wrote:(2015-11-06, 19:39)fritsch Wrote: Oki - so we have kernel issue? Audio clock running in wrong speed? But this isn´t a single file, many files have that issue. As i said for example the dune base 3d played the files fine even with passthrough. Btw even the Pi2 is working fine with Kodi and omxplayer. And also all 23.769 "re-encoded" files running fine with passthrough, thats the stange thing. If you need more logs or samples, i could help. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-11-06 Can you post a log from another system? Windows? RE: New Era: VAAPI with EGL interoperation - m_gl - 2015-11-06 Hmn, windows will be difficult. Firetv with kodi or Pi2. |