Kodi Community Forum
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - 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: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) (/showthread.php?tid=298461)

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


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - SharpCoder - 2017-04-30

shadertoy is also failing in #429 with error "add-on couldn't be loaded. can't load shared library"

this may just be a coincidence, but thought i'd mention it


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-04-30

(2017-04-30, 10:49)SharpCoder Wrote: shadertoy is also failing in #429 with error "add-on couldn't be loaded. can't load shared library"

this may just be a coincidence, but thought i'd mention it

Thanks, I have uploaded new visualization.shadertoy and screensaver.shadertoy #0429 add-on zips that fix the issue with the #0429 build.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2017-04-30

I did some quick tests with a bunch of HEVC samples to check the performance difference between LE 8.0.1 and Milhouse #0429.
#0429 seem to perform worse.
For example this sample - https://www.dropbox.com/s/obcn6jd9lv3lesj/H.265%20HVEC%20Test%202.mkv?dl=1 plays with no frame skips on 8.0.1 and I get a lot of frame skips on #0429.

RPi3, arm_freq=1280, gpu_freq=470, sdram_freq=570.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Rennert - 2017-04-30

Where can i find the shadertoy fix?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-04-30

@smp1 can you test with build #0430c for RPi2 as this has the updated (and working) fix for gui removal (in all other respects it's the same as #0429). When detecting dropped/skipped frames it's best to avoid using the codec debug overlay, instead use "<loglevel>1</loglevel>" in advancedsettings.xml and the number of dropped/skipped frames will be reported at the end of playback.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-04-30

(2017-04-30, 18:49)Rennert Wrote: Where can i find the shadertoy fix?
See note #11 at the bottom of the first post - there's a link to a small selection of addons that I update from time to time.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2017-04-30

(2017-04-30, 18:53)Milhouse Wrote: When detecting dropped/skipped frames it's best to avoid using the codec debug overlay
Yes, that was the issue. No frame skips if I don't touch the codec debug overlay. However, in 8.0.1 it doesn't affect the performance as much as in latest Milhouse builds.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - mm00 - 2017-04-30

(2017-04-28, 19:57)Milhouse Wrote:
(2017-04-28, 14:11)mm00 Wrote: Milhouse, could you create a patched testbuild without this commit? https://github.com/Pulse-Eight/libcec/commit/c1d26cd08fb1eaf7e20b83cb92a7997d91f0f573

It might cause LG tvs strange behaviour in this topic: https://github.com/Pulse-Eight/libcec/issues/307

Try test build #0427l: RPi2

Same as #0427 but with PR:256 reverted.

Thanks Milhouse! I can confirm that everything is great without commit #256
It was so frustrating when this bug existed and now I'm so happy! Smile

What do you think, is it possible to left this commit out from the future builds? There is one other person who confirmed that the issue gone and some other people are still waiting for the custom OSMC build to test.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-04-30

@mm00 I'd rather it was reverted upstream so please communicate your results to @opdenkamp. If I revert it in these builds we run the risk of nothing changing upstream.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2017-04-30

(2017-04-29, 23:07)Milhouse Wrote:
(2017-04-29, 22:53)bmonster Wrote: Evening Milhouse,

Media Portal pvr addon is showing as incompatible on #0429 and disabling on boot, works fine though once re-enabled.
Regards

Bucky

Odd, not sure why it would be considered incompatible.

Tried installing media portal addon from zip and get the dependency on kodi.guilib version 5.10.0 could not be satisfied.

But the addon is working fine once enabled..


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-04-30

New LibreELEC.tv Leia build #0430: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.13 #1 Sun Apr 30 22:12:03 BST 2017 armv6l GNU/Linux

# vcgencmd version
Apr 27 2017 17:27:25
Copyright (c) 2012 Broadcom
version 17af5814bb19dbb7c70ccd2c845b80a160943811 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170430221059-#0430-ge0d8fd7 [Build #0430]

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

Based on tip of LibreELEC.tv master (e0d8fd7b, changelog) and tip of XBMC master (27a989ee, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.10.y
  • Includes latest bcm2835-driver master (481748f4, ahead +6)
  • Includes latest kodi-platform master (36fb4937)
  • Includes latest libcec master (3953f8dc, ahead +12)
  • Includes latest libnfs master (1052ba94, ahead +58)
  • Includes latest p8-platform master (2d90f986)
  • Includes latest addons: inputstream.adaptive (f23ba39c), inputstream.rtmp (1052cd37, +2), peripheral.joystick (07aa1fe8, +1), pvr.argustv (8f898149, +2), pvr.demo (978f4289, +2), pvr.dvblink (b7d887c1, +2), pvr.dvbviewer (d099cfad, +2), pvr.filmon (0f1d34d4, +2), pvr.hdhomerun (ab911693, +2), pvr.hts (3911c7fe, +2), pvr.iptvsimple (28350d6e, +3), pvr.mediaportal.tvserver (367b1284, +2), pvr.mythtv (30cc7e23, +1), pvr.nextpvr (e6ece9fa, +2), pvr.njoy (296f558f, +2), pvr.octonet (8549a31c), pvr.pctv (eab5f856, +2), pvr.stalker (62b7908d, +2), pvr.vbox (60017353, +2), pvr.vdr.vnsi (b7c3f3b0), pvr.vuplus (78df0306, +2), pvr.wmc (27a88ca2, +2), vfs.rar (26800ebe, +1)
  • Exclude [env] ffmpeg-99.1010-tls-1.2.patch: upstream ffmpeg-3.3
  • Include [env] compare: tvheadend42: update (pngquant)
  • Include [env] compare: linux: update to linux-4.10.13
  • Include [env] patch: vfs addons: add vfs.rar, vfs.sacd and vfs.sftp kodi-binary-addons
  • Include [env] patch: imagedecoder.raw: update imagedecoder.raw
  • Include [env] patch: screensaver.shadertoy: bump screensaver.shadertoy to 434f5ce
  • Include [env] patch: visualization.projectm: bump visualization.projectm to 7489e4a
  • Include [env] patch: visualization.shadertoy: bump visualization.shadertoy to ae677ac
  • Include [env] patch: ffmpeg: update to ffmpeg-3.3
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
  • Include [env] PR:1469: samba: update to samba-4.6.2
  • Include [pkg] PR:2: Update b43 firmware (wlan-firmware)
  • Include [pkg] PR:7: Remove not used part (pvr.octonet)
  • Include [pkg] PR:8: libXBMC_codec.h removed and changed to libXBMC_pvr.h also fix compile fault after last request (pvr.octonet)
  • Include [pkg] PR:24: Remove not used part (inputstream.adaptive)
  • Include [pkg] PR:62: change smbd and nmbd location (service.libreelec.settings)
  • Include [pkg] PR:65: update language from transifex (service.libreelec.settings)
  • Include [pkg] PR:72: Remove not used part (pvr.mythtv)
  • Include [pkg] PR:73: libXBMC_codec.h removed and changed to libXBMC_pvr.h (pvr.mythtv)
  • Include [pkg] PR:12034: KODI: Update NEON support
  • Include [pkg] PR:12037: [fix] guilib versions after pull/12011
Build Highlights:
  1. Restore pvr.mythtv add-on, switch to janbar repo
  2. Fix newclock5 "remove gui" commit in previous build
  3. Fix for guilib version - does this resolve "incompatible" addon issues?
Build Details:
  1. LibreELEC.tv:
    • kodi: bump kodi and binary add-ons to current (PR:1567, 4 commits, 16 files changed)
    • dtc: change url and use correct file type (PR:1575, 1 commit, 1 file changed)
    • kernel-firmware: change url and use correct file type (PR:1577, 1 commit, 1 file changed)
    • createlog: bring sanity to kodi log order (PR:1571, 1 commit, 1 file changed)
    • pvr.mythtv: change url, bump to 8db66ca (5.10.0) (PR:1580, 1 commit, 1 file changed)
    • packages/linux-drivers/gpu-aml: Use RFC date in version string (PR:1558, 1 commit, 1 file changed)
  2. XBMC:
    • [settings] change spinners to list for media/video (PR:12036, 1 commit, 1 file changed)
    • Application: Remove unused dirtyRegions variable (#12030) (3b4ccd89)
  3. newclock5:
    • New commits in this build:
      • VideoPlayer: Provide API to query render debug (35925be7)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: screensaver.shadertoy: bump screensaver.shadertoy to 434f5ce
    • Added: [env] patch: visualization.projectm: bump visualization.projectm to 7489e4a
    • Added: [env] patch: visualization.shadertoy: bump visualization.shadertoy to ae677ac
    • Added: [pkg] PR:72: Remove not used part (pvr.mythtv)
    • Added: [pkg] PR:73: libXBMC_codec.h removed and changed to libXBMC_pvr.h (pvr.mythtv)
    • Added: [pkg] PR:12034: KODI: Update NEON support
    • Added: [pkg] PR:12037: [fix] guilib versions after pull/12011



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2017-04-30

Hi Milhouse,

#0430 fixes my pvr issues..

Thanks


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - CygnusHyoga - 2017-05-01

Goodmornig Milhouse!

I’ ve the error in shadertoy addon ”add-on couldn't be loaded. can't load shared library" in #429 build (like SharpCoder). I update the addon shadertoy to version visualization.shadertoy-999.1.1.6.1-%230429-milhouse-%230429-milhouse.zip and #430 build, shadertoy it’s now working, but i can’t access to the menu of shadertoy to change options (the dialog appear, but there is no options in general).

Thanks


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - -DH- - 2017-05-01

Hi,

#430 messes up playback of 3D mvc (mkv and .iso). Looks like a mix of the 2D picture (which seems ok) and a "greenish" part, which seems to be the delta for the second eye.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - amediauser - 2017-05-01

(2017-05-01, 09:19)-DH- Wrote: Hi,

#430 messes up playback of 3D mvc (mkv and .iso). Looks like a mix of the 2D picture (which seems ok) and a "greenish" part, which seems to be the delta for the second eye.

Screenshot:
Image