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) - Milhouse - 2018-07-31

It turns out we might not build gcc for host after all - the "host" gcc we are building is actually the cross-compile gcc for the target. Which means we always depend on the build host gcc (5.4.0, 7.3.0, whatever) which is obviously a bit of a lottery. Adding the CXXFLAGS to force the build host gcc to compile flatbuffers will hopefully work as a quick fix, but ultimately I think I'd rather we built a host gcc which we could then use in preference to /usr/bin/gcc - that way we would avoid this gcc version lottery when building the host packages, but it is overkill to build gcc for the host as it isn't required in most cases (just use the right flags etc.), so may not happen soon (if at all).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - asavah - 2018-07-31

>but ultimately I think I'd rather we built a host gcc which we could then use in preference to /usr/bin/gcc - that way we would avoid this gcc version lottery when building the host packages
From the consistency POV this is the right thing to do.
But it's a burden Sad


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2018-07-31

I'm a bit inclined to see this as an issue in the flatbuffer's build system. If it requires compiler flags or C/C++ standard that' are not default on semi-recent compilers it should check for that and if needed add the appropriate C/CXX flags.

so long,

Hias


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-07-31

@smp1, @asavah: I've updated the flatbuffers package in this branch and it now compiles successfully with gcc-5.3.0 on Ubuntu 16.04, and gcc-7.3.0 on Ubuntu 17.10. Thanks to you both.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - techie67 - 2018-07-31

Thank you again milhouse!
Finally i'm up and running again.
The tip regarding space on my sdcard was the right track.

Regatds
Chris


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-08-01

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

SHA256 Checksum: dd78036608fbd43c1f52fa68e3423905df20984b900321060642ac3dc4c709ec (RPi)
SHA256 Checksum: 365d8030a18969a40a870f73d71488117dfcab1730be44aa95bdc00fa06fcc73 (RPi2)

text:
# uname -a
Linux rpi512 4.14.59 #1 Tue Jul 31 22:18:33 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 26 2018 13:29:32
Copyright © 2012 Broadcom
version 3d2fdb1dbb8700520f36a513effc130d4160ff62 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180731221609-#0731-gaf9932c [Build #0731]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (af9932c, changelog) and tip of XBMC master (e3dd2e4, changelog) with the following modifications: Build Highlights:
  1. gcc-8.2.0, binutils 2.31.1
  2. bump to v18 beta1
Build Details:
  1. LibreELEC.tv:
    • Kodi: next (August-ish) (PR:2846, 4 commits, 17 files changed)
  2. XBMC:
    • [docs] doxygen fixes (PR:14243, 2 commits, 1 file changed)
    • [guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH). (PR:14239, 1 commit, 5 files changed)
    • bump to v18 beta1 (PR:14251, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): flatbuffers: add initial package
    • Added: [env] PR:2853 (perma): gcc: update to gcc-8.2.0



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-08-01

(2018-06-20, 03:08)smp1 Wrote: I'm still having an issue when building Kodi with parallel LTO. I have to disable LTO, otherwise DVD playback is not working.
That LTO issue had something to do with Ubuntu 16.04. No such problem when building in Ubuntu 18.04.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Mister XY - 2018-08-01

Hello, i have allways a problem to play DVD's on my Raspberry Pi 3b+. If i deactivated MMAL Hardware rendering, than, i can play DVD with Menu. With MMAL Hardware Rendering, it's hang in menu.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-08-01

(2018-08-01, 18:34)Mister XY Wrote: Hello, i have allways a problem to play DVD's on my Raspberry Pi 3b+. If i deactivated MMAL Hardware rendering, than, i can play DVD with Menu. With MMAL Hardware Rendering, it's hang in menu.
I can confirm that there are major issues with DVD menus on current builds. This is specific to RPi/mmal - no such issues on a PC.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-08-01

(2018-08-01, 06:06)smp1 Wrote:
(2018-06-20, 03:08)smp1 Wrote: I'm still having an issue when building Kodi with parallel LTO. I have to disable LTO, otherwise DVD playback is not working.
That LTO issue had something to do with Ubuntu 16.04. No such problem when building in Ubuntu 18.04.

Thanks, good to know (and explains why these builds are not affected as I'm using Ubuntu 17.10). A shame we are unlikely to discover what causes this issue with 16.04, although we still build release builds on 16.04 (using Jenkins) and it may be something we need to keep an eye out for once we start publishing official LE9 alpha/beta builds.

(2018-08-01, 19:09)smp1 Wrote:
(2018-08-01, 18:34)Mister XY Wrote: Hello, i have allways a problem to play DVD's on my Raspberry Pi 3b+. If i deactivated MMAL Hardware rendering, than, i can play DVD with Menu. With MMAL Hardware Rendering, it's hang in menu.
I can confirm that there are major issues with DVD menus on current builds. This is specific to RPi/mmal - no such issues on a PC.

Can either of you identify when these menu issues first appeared in these test builds?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-08-01

(2018-08-01, 22:20)Milhouse Wrote: Can either of you identify when these menu issues first appeared in these test builds? 
I believe build #0127 introduced most of those issues.

VideoPlayer: rewrite yuv to rgb conversion for OpenGL (PR:13428, 8 commits, 50 files changed)
[GLES] VideoShader cleanup (PR:13416, 5 commits, 40 files changed)


DVD menus were never perfect in Kodi but those 2 PRs really screwed things up.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-08-01

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

SHA256 Checksum: f9e848e748ce2ab412154a09be9221b8ca2e74e3daa11d1318c3bd0ce201ad99 (RPi)
SHA256 Checksum: c2b90644e0d637e52fa73d90aa8fca2518e8a82be639593673e630eb8b93302c (RPi2)

text:
# uname -a
Linux rpi512 4.14.59 #1 Wed Aug 1 21:04:43 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 26 2018 13:29:32
Copyright © 2012 Broadcom
version 3d2fdb1dbb8700520f36a513effc130d4160ff62 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180801210308-#0801-gd455e47 [Build #0801]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (d455e47, changelog) and tip of XBMC master (8384518, changelog) with the following modifications: Build Highlights:
  1. VideoPlayer: allow saving video buffers on flush
  2. Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.
Build Details:
  1. LibreELEC.tv:
    • libretro-uae4arm: fix none neon builds (PR:2856, 1 commit, 1 file changed)
    • DVB Addons are embedded (PR:2855, 3 commits, 3 files changed)
  2. XBMC:
    • [wayland] Do not link wayland-client-extra++ (PR:14254, 1 commit, 1 file changed)
    • [depends] bump openssl to 1.1.0h (PR:14226, 3 commits, 4 files changed)
    • VideoPlayer: allow saving video buffers on flush (PR:14253, 1 commit, 16 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): flatbuffers: add initial package
    • Added: [env] PR:2854 (perma): scripts/create_addon: minor cleanup
    • Added: [pkg] PR:14252 (perma): Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-08-03

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

SHA256 Checksum: 861a4190dc7f0048b935dddf74918ae50143065d62aa372869dba0a51a177f69 (RPi)
SHA256 Checksum: 0e37f20635cf50b3197b3189f34e134ed9c2acbaaeec7bd80d2c7650d30b09d8 (RPi2)

text:
# uname -a
Linux rpi512 4.14.59 #1 Thu Aug 2 22:18:18 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 26 2018 13:29:32
Copyright © 2012 Broadcom
version 3d2fdb1dbb8700520f36a513effc130d4160ff62 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180802221552-#0802-gc26408a [Build #0802]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (c26408a, changelog) and tip of XBMC master (ca8e010, changelog) with the following modifications: Build Highlights:
  1. glibc: update to glibc-2.28
  2. pulseaudio: update to v12.2
Build Details:
  1. LibreELEC.tv:
    • visualization.wavforhue: drop package (PR:2857, 1 commit, 1 file changed)
    • syncthing: update to 0.14.49 (PR:2861, 1 commit, 3 files changed)
    • chromium: build only for x86_64 (PR:2863, 1 commit, 1 file changed)
    • scripts/create_addon: minor cleanup (PR:2854, 1 commit, 1 file changed)
  2. XBMC:
    • [fix] check directory implementation for null (PR:14255, 1 commit, 1 file changed)
    • [fix][win32] rebuild libcec to also ship cec.lib (PR:14256, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2858 (perma): pulseaudio: update to v12.2 / drop unneeded patches
    • Added: [env] PR:2859 (perma): samba: needs attr
    • Added: [env] PR:2862 (perma): glibc: update to glibc-2.28
    • Updated: [pkg] PR:14252 (perma): Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-08-03

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

SHA256 Checksum: 95589ae88605eb17f98c0623db1212a1fe4d6864bd121604947cc2d5ad3c1875 (RPi)
SHA256 Checksum: 5425852d42e8834616987134d914c51abdca69f03680575aaa6c2e2d7c64d7ac (RPi2)

text:
# uname -a
Linux rpi512 4.14.59 #1 Fri Aug 3 21:05:01 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 26 2018 13:29:32
Copyright © 2012 Broadcom
version 3d2fdb1dbb8700520f36a513effc130d4160ff62 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180803210342-#0803-gec66cab [Build #0803]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ec66cab, changelog) and tip of XBMC master (66e479c, changelog) with the following modifications: Build Highlights:
  1. samba: make services depend on network-online.target
  2. VideoPlayer: fixup flush after cdd5417611ddce737fef6008a6a67ebad84be67a
Build Details:
  1. LibreELEC.tv:
    • game.libretro.mame20xx: dont build broken addon (PR:2864, 1 commit, 4 files changed)
    • samba: needs attr (PR:2859, 2 commits, 2 files changed)
  2. XBMC:
    • [linux] windowing/gbm: add drm modifiers (PR:14097, 2 commits, 7 files changed)
    • VideoPlayer: fixup flush after cdd5417611ddce737fef6008a6a67ebad84be67a (PR:14260, 1 commit, 1 file changed)
    • OpenGL support for the GBM windowing system (PR:14234, 14 commits, 36 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare (perma): samba: make services depend on network-online.target
    • Updated: [env] PR:2838 (perma): linux (Generic): update to linux-4.17.12



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - TDown - 2018-08-03

I started a new thread with the below but I figure it should be posted here.  This issue is definitely specific to V18:

I have witnessed a black screen flickering across multiple v18 Nightlies on a RPi 3B+.  I have since returned to v17 without this issue.

The issue only appears to happen with Standard Definition channels (480i).

http://ix.io/1fNI
http://www.filehosting.org/file/details/...licker.zip

The above are uploaded logs as well as a short clip recorded through Kodi/NPVR (I apologize for the randomly located hosting service).  The TS file when played through v18 flickers the same as watching a live channel.  Flickering does not exist when TS file is watched on PC.