Kodi Community Forum

Full Version: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
(2017-09-22, 04:04)Milhouse Wrote: [ -> ]I've noticed something similar when "unpausing" a video, but in my case (RPi3 into computer monitor with 2.0 channel audio) after unpausing a video I sometimes hear a brief burst of white noise (or "click"), and then all audio is lost until playback is ended. It can also happen when starting playback. Seems to affect most videos - h264, hevc - with 2.0 or 5.1 audio but I couldn't trigger it on a VC-1 video with TrueHD audio.

I believe it started with #0910.

Can you confirm "ActiveAE - large audio sync error" does not appear in debug log? (it didn't for pyrodex so I'm assuming that part of PR12785 is not to blame).
(2017-09-22, 13:01)popcornmix Wrote: [ -> ]Can you confirm "ActiveAE - large audio sync error" does not appear in debug log? (it didn't for pyrodex so I'm assuming that part of PR12785 is not to blame).

It doesn't appear to be there.

This is a debug log: http://sprunge.us/BiVE

I pressed PlayPause several times until I lost audio between these two key presses:
Code:
12:07:44.245 T:1943306352   DEBUG: OnKey: homepage (0xea) pressed, action is PlayPause
<"click" heard, then audio lost>
12:07:46.994 T:1943306352   DEBUG: OnKey: guide (0xe0) pressed, action is Stop

GUI sounds are working normally after playback is stopped.

In case it is my computer monitor freaking out I tried powering it off after audio is "lost", and then back on again while the video continues to play, but audio is not restored.

I checked "vcdb log msg" (http://sprunge.us/efjd) but don't see anything being added there at the time of the "click".
I've been able to reproduce and have pushed a minimal revert of PR12785 to newclock5. Does that fix it for you?
I just noticed another quirk/bug but it is more in Kodi.

I have a show that is partially watched, 15:42s remaining of 22:03s, and Kodi correctly identifies it as so but in the show list when I filter on UnWatched it is not showing up. Only when I change the filter to Watched (Unexpected) or All Videos (Expected) it shows up. This used to be previous behavior but not sure when this fully happened since I regularly clean out my shows when they are finished being watched.
(2017-09-22, 13:26)popcornmix Wrote: [ -> ]I've been able to reproduce and have pushed a minimal revert of PR12785 to newclock5. Does that fix it for you?

Thanks - that's fixed it!
Hi Milhouse,

a quick question: do your builds already include support for the xbox usb tuner (as discussed (in German) at kodinerds)?

Cheers,

chessplayer
(2017-09-22, 14:47)chessplayer Wrote: [ -> ]Hi Milhouse,

a quick question: do your builds already include support for the xbox usb tuner (as discussed (in German) at kodinerds)?

Cheers,

chessplayer

No it's not in these builds, as we've made the decision not to take this patch into LE master at this time, mainly because we're trying to avoid intrusive kernel patches like this as they almost always break with new kernels. It has however been merged in LE8.2 since the kernels in that branch are stable.

The hope is that the Xbox tuner patch will make its way into the mainline linux media_tree, and we'll pick it up once that happens.
(2017-09-22, 15:18)Milhouse Wrote: [ -> ]The hope is that the Xbox tuner patch will make its way into the mainline linux media_tree, and we'll pick it up once that happens.

Ok, thanks, understood. Seems like an inexpensive and promising piece of HW, although it will never match the Sundtek Sticks w.r.t quality (which obviously has its price as well).
New LibreELEC.tv Leia build #0922: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.13.3 #1 Sat Sep 23 03:05:51 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep 12 2017 15:25:20
Copyright (c) 2012 Broadcom
version 3fbb171d1950eb3789eb8e37ba11e01079a37239 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170923030442-#0922-g5ab8b2a [Build #0922]

# Kodi version
(18.0-ALPHA1 Git:f97ea3c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (5ab8b2a, changelog) and tip of XBMC master (f97ea3c, changelog) with the following modifications: Build Highlights:
  1. New 4.13.3 kernel
  2. [PVR] Fix channel OSD dialog channel preselection.
  3. Fix silence after unpausing
Build Details:
  1. LibreELEC.tv:
    • linux: update amlogic-3.14 kernel to 3.14-c8c32b4 (PR:2023, 1 commit, 1 file changed)
    • wpa_supplicant: change url (PR:2028, 1 commit, 1 file changed)
    • squashfs: change upstream, update to squashfs-1a6ffc7, add zstd support (PR:1992, 3 commits, 4 files changed)
  2. XBMC:
    • AE: fix pause bursts (PR:12820, 1 commit, 4 files changed)
    • ActiveAE: Fix up bytes skipped in SyncStream (PR:12824, 1 commit, 1 file changed)
    • [skin.estouchy] PVR Guide fix (PR:12815, 1 commit, 3 files changed)
  3. inputstream.adaptive:
    • [ISM] force secure decoder (android) (dde3921)
  4. pvr.zattoo:
    • Fix selection of Quickline and crash while loading epg (d2ba3cc)
  5. newclock5:
    • New commits in this build:
      • ActiveAE: Revert SyncStream change 1 (b0f85467)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:12823: [PVR] Fix channel OSD dialog channel preselection.
(2017-09-22, 18:18)chessplayer Wrote: [ -> ]
(2017-09-22, 15:18)Milhouse Wrote: [ -> ]The hope is that the Xbox tuner patch will make its way into the mainline linux media_tree, and we'll pick it up once that happens.

Ok, thanks, understood. Seems like an inexpensive and promising piece of HW, although it will never match the Sundtek Sticks w.r.t quality (which obviously has its price as well).

Just one more thing: I just got the tuner this morning, plugged it into an RPi3 with the official LibreELEC Beta (8.1.1) and, like they announced on their blog, it worked. So, I am afraid I do not fully understand the decision you guys took not to include it, but you seem to know what you are doing, so I respect that.
(2017-09-23, 11:38)chessplayer Wrote: [ -> ]So, I am afraid I do not fully understand the decision you guys took not to include it, but you seem to know what you are doing, so I respect that.

I thought I explained in my post. The LE 8.2 kernel is stable, while master is not. Supporting out-of-tree kernel patches with unstable (ie. constantly changing) kernels is a support headache. We decided to include the Xbox patch in LE 8.2 as a one-off decision as the expectation is that the Xbox driver will merge upstream before LE9.
(2017-09-23, 11:45)Milhouse Wrote: [ -> ]
(2017-09-23, 11:38)chessplayer Wrote: [ -> ]So, I am afraid I do not fully understand the decision you guys took not to include it, but you seem to know what you are doing, so I respect that.

I thought I explained in my post. The LE 8.2 kernel is stable, while master is not. Supporting out-of-tree kernel patches with unstable (ie. constantly changing) kernels is a support headache. We decided to include the Xbox patch in LE 8.2 as a one-off decision as the expectation is that the Xbox driver will merge upstream before LE9.

You did indeed and it now made its way into my brain as well. Sorry about that!
With the latest Milhouse-builds (tested 1509 and above) I have a problem installing game addons.
Code:
11:38:37.579 T:1855976336   ERROR: CAddonInstallJob[game.libretro.gambatte]: Die Abhängigkeit auf kodi.binary.global.main in Version 1.0.11 konnte nicht aufgelöst werden.
Is this a known issue with Milhouse builds and I have to use garbears builds?
There is a thread also here, but no one had posted a solution yet
https://forum.kodi.tv/showthread.php?tid...pid2647705

Thx for the answer
(2017-09-23, 13:38)Solo0815 Wrote: [ -> ]Is this a known issue with Milhouse builds and I have to use garbears builds?

Yes, game addons are broken since #0914 introduced more addon API changes. The game addons (and probably most others) need to be rebuilt.
New LibreELEC.tv Leia build #0923: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.13.3 #1 Sat Sep 23 21:55:12 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep 12 2017 15:25:20
Copyright (c) 2012 Broadcom
version 3fbb171d1950eb3789eb8e37ba11e01079a37239 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170923215403-#0923-gea8fa96 [Build #0923]

# Kodi version
(18.0-ALPHA1 Git:ec3fc3d). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ea8fa96, changelog) and tip of XBMC master (ec3fc3d, changelog) with the following modifications: Build Highlights:
  1. Updated OSD channel preselection PR:12823
Build Details:
  1. LibreELEC.tv:
    • projects/WeTek_Hub: build media support drivers as modules (PR:2029, 2 commits, 2 files changed)
    • projects/Odroid_C2: build media support drivers as modules (PR:2031, 2 commits, 2 files changed)
    • projects/WeTek_Play_2: build media support drivers as modules (PR:2030, 3 commits, 3 files changed)
    • scripts: update checkdeps for openjdk and libjson-perl on Arch (ea8fa96)
  2. XBMC:
    • [addons] add blocked addon call event to prevent problems after disable (PR:12473, 4 commits, 7 files changed)
    • VideoPlayer: send cb notifications on exit via a job (PR:12817, 1 commit, 1 file changed)
  3. pvr.zattoo:
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] e5dbcce3: X11: fix getting visual (kodi)
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 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495