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 - 2017-09-11

(2017-09-11, 03:46)doug Wrote: Any thoughts on what is causing the crashes?

It looks like Kodi is crashing while inserting PVR channel icon data into the SQLite database.

Can you produce a crashlog using this debug-enabled #0910b build: RPi2

It should provide more information helping lead to a quicker fix.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - doug - 2017-09-11

(2017-09-11, 05:44)Milhouse Wrote:
(2017-09-11, 03:46)doug Wrote: Any thoughts on what is causing the crashes?

Can you produce a crashlog using this debug-enabled #0910b build: RPi2
Will do. I'll post again when I get a crash.


LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ksooo - 2017-09-11

(2017-09-11, 03:46)doug Wrote: I'm seeing occasional crashes with the testbuilds and most seem to have the tvheadend client doing something at the time of the crash. The crash isn't due to anything I do specifically. It usually happens after several days but occasionally after a very short time. The last three crashes happened early this morning. Here's the file names and file sizes. You can see the last two crashes are very close to each other (and with no interaction from me). My tvheadend server is on a separate device.

kodi_crashlog_20170910010235.log (157MB)
kodi_crashlog_20170910010342.log (150kB)
kodi_crashlog_20170910010417.log (149kB)

Here are the smaller logs:
https://pastebin.com/vCDxyxHj
https://pastebin.com/7gQxb1mX

Any thoughts on what is causing the crashes?


The crash is due to a corrupted tv database. We know this bug and it's pretty old, but no dev was able to reproduce so far and to come up with a fix, unfortunately.

There is no step by step instructions how to reproduce. That's a real problem.

The crash is not related to tvheadend, btw. Users using other pvr backends are also experiencing it.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - polo_joe - 2017-09-11

With latest build I'm experiencing audio sync issues when watching dvb livetv channels with tvheadend. iptv channels with tvheadend work ok if I press stop before channel switch otherwise audio is distorted.

debug log http://sprunge.us/MZGc


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-09-11

(2017-09-11, 18:00)polo_joe Wrote: With latest build I'm experiencing audio sync issues when watching dvb livetv channels with tvheadend. iptv channels with tvheadend work ok if I press stop before channel switch otherwise audio is distorted.

Are you saying #0910 has this problem and #0909 did not?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - polo_joe - 2017-09-11

(2017-09-11, 18:10)popcornmix Wrote:
(2017-09-11, 18:00)polo_joe Wrote: With latest build I'm experiencing audio sync issues when watching dvb livetv channels with tvheadend. iptv channels with tvheadend work ok if I press stop before channel switch otherwise audio is distorted.

Are you saying #0910 has this problem and #0909 did not?
Didn't test #0909 but #0908 was OK for me.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-09-11

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

Code:
# uname -a
Linux rpi512 4.13.0 #1 Mon Sep 11 21:05:36 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep  8 2017 15:54:25
Copyright (c) 2012 Broadcom
version 6929ccae610034e2279dd785c74455086b55f095 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170911210345-#0911-g57014df [Build #0911]

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

Based on tip of LibreELEC.tv master (57014df, changelog) and tip of XBMC master (bc12cb0, 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.13.y
  • Includes latest bcm2835-driver master (77d8fdd, ahead +3)
  • Includes latest kodi-platform master (36fb493)
  • Includes latest libcec master (8adc786, ahead +26)
  • Includes latest libnfs master (3ba2a2c, ahead +101)
  • Includes latest p8-platform master (a822e19)
  • Includes latest addons: inputstream.adaptive (d417964, +5), inputstream.rtmp (e094fa3), peripheral.joystick (cc14287), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (8741c8b), pvr.filmon (34dca04), pvr.hdhomerun (ace19fa), pvr.hts (53118d8), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (c86ab35), pvr.mythtv (b46e5be), pvr.nextpvr (a855663), pvr.njoy (99874de), pvr.octonet (a77cf11), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.vbox (b5da811), pvr.vdr.vnsi (f3f80d5, +1), pvr.vuplus (9bfd868), pvr.wmc (d820bf8), pvr.zattoo (a24879b)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • 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] patch: pvr addons: disable broken addons
  • Include [env] PR:1773: init: make break after behaviour really break after
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1958: samba: validate samba user config and don't use if legacy or incompatible
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:234: implement intensity compensation for VC-1 decoding for Ivybridge and better (intel-vaapi-driver)
  • Include [pkg] PR:260: Fix Seeking with VC1 after 6702b01ee3598017f05374bfc7956493f790361c (intel-vaapi-driver)
  • Include [pkg] PR:12767: Partial revert of imdb crashfix due to a introduced bug
Build Highlights:
  1. Minors
Build Details:
  1. LibreELEC.tv:
    • wireless-regdb: update to wireless-regdb-2017.03.07 (PR:1956, 1 commit, 1 file changed)
    • sundtek-mediatv: localize ir_disabled parameter (PR:1957, 1 commit, 4 files changed)
    • build some more packages with fPIC (PR:1950, 2 commits, 2 files changed)
    • package updates (PR:1947, 3 commits, 3 files changed)
      • llvm: update to 5.0.0
      • pulseaudio: update to 11.0
      • mesa: remove depreciated options
    • linux: enable ftrace (PR:1917, 2 commits, 4 files changed)
    • updated getedid script because of an issue (PR:1961, 1 commit, 1 file changed)
  2. XBMC:
    • [PVR] CPVRClient(s)::OpenStream: Remove unused parameter bIsSwitchingChannels (PR:12788, 1 commit, 5 files changed)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - polo_joe - 2017-09-12

(2017-09-11, 18:55)polo_joe Wrote:
(2017-09-11, 18:10)popcornmix Wrote:
(2017-09-11, 18:00)polo_joe Wrote: With latest build I'm experiencing audio sync issues when watching dvb livetv channels with tvheadend. iptv channels with tvheadend work ok if I press stop before channel switch otherwise audio is distorted.

Are you saying #0910 has this problem and #0909 did not?
Didn't test #0909 but #0908 was OK for me.
No improvement in #0911.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-09-12

(2017-09-11, 18:55)polo_joe Wrote:
(2017-09-11, 18:10)popcornmix Wrote:
(2017-09-11, 18:00)polo_joe Wrote: With latest build I'm experiencing audio sync issues when watching dvb livetv channels with tvheadend. iptv channels with tvheadend work ok if I press stop before channel switch otherwise audio is distorted.

Are you saying #0910 has this problem and #0909 did not?
Didn't test #0909 but #0908 was OK for me.

Would be useful if you could confirm if problem started with #0909 or #0910.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - polo_joe - 2017-09-12

(2017-09-12, 20:11)popcornmix Wrote:
(2017-09-11, 18:55)polo_joe Wrote:
(2017-09-11, 18:10)popcornmix Wrote: Are you saying #0910 has this problem and #0909 did not?
Didn't test #0909 but #0908 was OK for me.

Would be useful if you could confirm if problem started with #0909 or #0910.
Build #0909 is also bad for me. Last working build is #0908. So downgrading.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - hawkeyexp - 2017-09-12

I can confirm - also have probs with async audio in tvheadend with dvbs.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-09-12

(2017-09-12, 21:22)polo_joe Wrote:
(2017-09-12, 20:11)popcornmix Wrote:
(2017-09-11, 18:55)polo_joe Wrote: Didn't test #0909 but #0908 was OK for me.

Would be useful if you could confirm if problem started with #0909 or #0910.
Build #0909 is also bad for me. Last working build is #0908. So downgrading.

That's weird, and not really expected, as #0909 has no changes that should affect Kodi - the samba change is simply a validation of a config file you probably don't have, and the fpic changes affect only x86_64.

So the #0909 build is basically a clean build of #0908.

The tvheadend addon itself hasn't had any new code changes since 1 September.

Are you absolutely sure the problem starts with #0909?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-09-12

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

Code:
# uname -a
Linux rpi512 4.13.0 #1 Tue Sep 12 21:04:45 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-20170912210333-#0912-g191d228 [Build #0912]

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

Based on tip of LibreELEC.tv master (191d228, changelog) and tip of XBMC master (aa6c18e, 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.13.y
  • Includes latest bcm2835-driver master (2067241, ahead +4)
  • Includes latest kodi-platform master (36fb493)
  • Includes latest libcec master (8adc786, ahead +26)
  • Includes latest libnfs master (3ba2a2c, ahead +101)
  • Includes latest p8-platform master (a822e19)
  • Includes latest addons: inputstream.adaptive (d417964, +5), inputstream.rtmp (e094fa3), peripheral.joystick (cc14287), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (8741c8b), pvr.filmon (34dca04), pvr.hdhomerun (ace19fa), pvr.hts (53118d8), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (c86ab35), pvr.mythtv (b46e5be), pvr.nextpvr (a855663), pvr.njoy (99874de), pvr.octonet (a77cf11), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.vbox (b5da811), pvr.vdr.vnsi (f3f80d5, +1), pvr.vuplus (9bfd868), pvr.wmc (7e2cb4b, +1), pvr.zattoo (a24879b)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] compare: kernel-firmware: add ar3k firmware for Asus Chromebook M004U
  • Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • 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] patch: pvr addons: disable broken addons
  • Include [env] PR:1773: init: make break after behaviour really break after
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1958: samba: validate samba user config and don't use if legacy or incompatible
  • Include [env] PR:1965: Python: add patch to use /dev/urandom instead of /dev/random
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:234: implement intensity compensation for VC-1 decoding for Ivybridge and better (intel-vaapi-driver)
  • Include [pkg] PR:260: Fix Seeking with VC1 after 6702b01ee3598017f05374bfc7956493f790361c (intel-vaapi-driver)
  • Include [pkg] PR:12767: Partial revert of imdb crashfix due to a introduced bug
  • Include [pkg] PR:12792: VideoPlayer: bring up busy dialog if opening stream blocks too long
Build Highlights:
  1. New firmware (fix CEC related crash)
  2. LinuxRendererGLES: implement hq scalers
  3. Bring up busy dialog if opening stream blocks too long
  4. Python: add patch to use /dev/urandom instead of /dev/random
  5. pvr.wmc included
Build Details:
  1. Firmware (Sep 12):
    • firmware: CEC: Fix crash when remote button release is received without a pressed See: link
    • firmware: arm_loader display: Correct variable scope by renaming. See: link
    • interface: Remove some compiler warnings
  2. LibreELEC.tv:
    • linux: fix invalid checksums (PR:1966, 1 commit, 1 file changed)
  3. XBMC:
    • don't use regex matching (PR:12713, 1 commit, 1 file changed)
    • LinuxRendererGLES: implement hq scalers (PR:12474, 4 commits, 11 files changed)
  4. pvr.wmc:
  5. newclock5:
    • Commits no longer in build:
      • MMALFFmpeg: Tidy GetPlanes (5b94d0fb)
      • MMAL: Support MMAL_ENCODING_YUVUV64_16 (3fd503bc)
      • MMAL: fixup alignment with sand formats (5593da82)
      • Revert "follow ffmpeg docs for avio_alloc_context" (4e3bf5fa)
      • MMAL: Include AV_PIX_FMT_YUVJ420P (bf8fca62)
      • MMALRender: Improve quality of 10->8 bit conversion (1fbc9e0f)
      • ffmpeg: hevc: Update to latest (c615f7bd)
      • fixup! DVDInputStreamBluray: Possible fix for 3D main movie playback (153da384)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: pvr addons: disable broken addons
    • Added: [env] compare: kernel-firmware: add ar3k firmware for Asus Chromebook M004U
    • Added: [env] PR:1965: Python: add patch to use /dev/urandom instead of /dev/random
    • Added: [pkg] PR:12792: VideoPlayer: bring up busy dialog if opening stream blocks too long



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - polo_joe - 2017-09-13

(2017-09-12, 22:12)Milhouse Wrote:
(2017-09-12, 21:22)polo_joe Wrote:
(2017-09-12, 20:11)popcornmix Wrote: Would be useful if you could confirm if problem started with #0909 or #0910.
Build #0909 is also bad for me. Last working build is #0908. So downgrading.

That's weird, and not really expected, as #0909 has no changes that should affect Kodi - the samba change is simply a validation of a config file you probably don't have, and the fpic changes affect only x86_64.

So the #0909 build is basically a clean build of #0908.

The tvheadend addon itself hasn't had any new code changes since 1 September.

Are you absolutely sure the problem starts with #0909?

I'm sure #0908 is the last working build for me. Will try today #0912 and report back.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - polo_joe - 2017-09-13

(2017-09-12, 21:27)hawkeyexp Wrote: I can confirm - also have probs with async audio in tvheadend with dvbs.

Could you identify the last working build for you?
For me #0908 is good and #0909 is bad.