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) - garbear - 2017-09-28

(2017-09-28, 11:35)bite_your_idols Wrote:
(2017-09-05, 13:25)linkinsoldier Wrote: PS: game emulation looks great, but unfortunately the known controller mapping Bug stops me from using it. Looking forward to the Bugfix/enhancements from garbear!

I have found some information relative to this issue I previously reported :
https://www.reddit.com/r/linux_gaming/comments/6rxhj8/what_happened_with_the_dualshock_4_and_the_new/

It seems it is a bug related with linux kernel 4.12 updated in 0714, so it should happens also in Generic. They explain several fixes but since LibreELEC is not an standard linux distro, those fixes are something that must be done before compiling... I hope this can help in anyway to @garbear or @Milhouse

I have a DualShock 4 Wireless that I can test the shit out of, once I return to working on input. If there's any kernel bugs, I can most likely work around them in userspace. I just need time to test, which I've prioritized below the new renderer and player manager. I'll try to address this in the next month or two if the kernel bug hasn't been ironed out by then.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - dantist - 2017-09-28

(2017-09-28, 15:18)popcornmix Wrote:
(2017-09-27, 21:41)dantist Wrote: I'm having trouble using the South Park addon - the audio is playing fine, but the video is stuttering and lagging heavily. Is there anything I can do about it?

The log does show something unhappy ("CRenderManager::WaitForBuffer - timeout waiting for buffer").
I believe the south park add-on is geo-locked and doesn't work from uk so may be tricky to reproduce from here.
Do you see this behaviour with any other add-ons?

Also was this working correctly in an earlier build?

It doesn't happen with other plugins, I'm using netflix, Amazon Video and a couple of other streaming services. South Park worked on older versions of OpenELEC, but that was at least two years ago.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bite_your_idols - 2017-09-28

(2017-09-28, 19:09)garbear Wrote:
(2017-09-28, 11:35)bite_your_idols Wrote:
(2017-09-05, 13:25)linkinsoldier Wrote: PS: game emulation looks great, but unfortunately the known controller mapping Bug stops me from using it. Looking forward to the Bugfix/enhancements from garbear!

I have found some information relative to this issue I previously reported :
https://www.reddit.com/r/linux_gaming/comments/6rxhj8/what_happened_with_the_dualshock_4_and_the_new/

It seems it is a bug related with linux kernel 4.12 updated in 0714, so it should happens also in Generic. They explain several fixes but since LibreELEC is not an standard linux distro, those fixes are something that must be done before compiling... I hope this can help in anyway to @garbear or @Milhouse

I have a DualShock 4 Wireless that I can test the shit out of, once I return to working on input. If there's any kernel bugs, I can most likely work around them in userspace. I just need time to test, which I've prioritized below the new renderer and player manager. I'll try to address this in the next month or two if the kernel bug hasn't been ironed out by then.

I read that is not a kernel bug but an improvement, and that the issue is sdl not updated since last year...

thanks a lot for your work!


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

(2017-09-28, 08:01)ksooo Wrote: Thanks for testing. I was just about to ask whether things have improved for you. If you do not experience crashes during startup anymore during the next days, I will merge the fix to Kodi master branch.

FYI, Kodi is still crashing for me with the threadsafe change. I have three RPi2s with tvheadend on my server. 2 of the RPis didn't crash. The RPi that crashed is the one I was watching Recorded TV, Live TV, and TV Shows (from my library). It typically crashes within a couple hours of when I finish watching. It also crashed again this time about 2 hours later.

Here's the first crashlog (not a debug log as I had logging disabled)
https://pastebin.com/tkFgyHzK

Here's the second crashlog (again, not a debug log)
https://pastebin.com/nEXxfAAW


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MikeKL - 2017-09-28

(2017-09-28, 10:48)ksooo Wrote: (the never ending "searching for channel icons"), do a "kill -ABRT $(pidof kodi.bin)" and post the generated crashlog?
Arrived home from work, and rpi2 was in never ending "searching for channel icons" but was otherwise responsive, re-started rpi2 and quickly entered back into never ending "searching for channel icons" but otherwise still responsive. Performed a "kill -ABRT $(pidof kodi.bin)" via ssh

kodi crashlog

Then after kodi restart and a re-boot of rpi2 and switching on debug, again entered "searching for channel icons" loop, tried to enter TV options to view channels or guide (cant remember which and kodi seemed to lock up) Performed another "kill -ABRT $(pidof kodi.bin)"

kodi crashlog


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

(2017-09-28, 21:52)doug Wrote:
(2017-09-28, 08:01)ksooo Wrote: Thanks for testing. I was just about to ask whether things have improved for you. If you do not experience crashes during startup anymore during the next days, I will merge the fix to Kodi master branch.

FYI, Kodi is still crashing for me with the threadsafe change. I have three RPi2s with tvheadend on my server. 2 of the RPis didn't crash. The RPi that crashed is the one I was watching Recorded TV, Live TV, and TV Shows (from my library). It typically crashes within a couple hours of when I finish watching. It also crashed again this time about 2 hours later.

Here's the first crashlog (not a debug log as I had logging disabled)
https://pastebin.com/tkFgyHzK

Here's the second crashlog (again, not a debug log)
https://pastebin.com/nEXxfAAW

I doubt that these crashes are related to or even targeted by my pvr database thread safety fix.


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

(2017-09-28, 23:06)MikeKL Wrote:
(2017-09-28, 10:48)ksooo Wrote: (the never ending "searching for channel icons"), do a "kill -ABRT $(pidof kodi.bin)" and post the generated crashlog?
Arrived home from work, and rpi2 was in never ending "searching for channel icons" but was otherwise responsive, re-started rpi2 and quickly entered back into never ending "searching for channel icons" but otherwise still responsive. Performed a "kill -ABRT $(pidof kodi.bin)" via ssh

kodi crashlog

Then after kodi restart and a re-boot of rpi2 and switching on debug, again entered "searching for channel icons" loop, tried to enter TV options to view channels or guide (cant remember which and kodi seemed to lock up) Performed another "kill -ABRT $(pidof kodi.bin)"

kodi crashlog


Yeah yeah. Same shit as earlier today. :-)

Could you please try next build. I improved the fix.


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

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

Code:
# uname -a
Linux rpi512 4.13.3 #1 Thu Sep 28 22:53:51 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep 22 2017 21:36:43
Copyright (c) 2012 Broadcom
version f5217b8887607d0dd890a434de9c73d9aa9a7c0f (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170928225243-#0928-g5d02e52 [Build #0928]

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

Based on tip of LibreELEC.tv master (5d02e52, changelog) and tip of XBMC master (f0ec8aa, 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 (f8d2f54, ahead +6)
  • 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 (dde3921), 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 (8965048), pvr.nextpvr (03933e9), pvr.njoy (cc1cb56), pvr.octonet (e9b4c05, +1), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.teleboy (48febd7, +3), pvr.vbox (ff01396), pvr.vdr.vnsi (f3f80d5), pvr.vuplus (5e154bc), pvr.wmc (7e2cb4b), pvr.zattoo (4ae4837, +2)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] compare: dmidecode: initial package
  • Include [env] compare: kodi updates (ffmpeg-3.3.4)
  • 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: tvheadend42: fix makefile patch
  • 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: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:1978: linux: update to linux-4.13.4
  • Include [env] PR:2002: linux: include HBR and ELD fixes for Intel
  • Include [env] PR:2037: samba: update to samba-4.7.0
  • 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:12826: Linux: add missing wrapper functions to fix playing DVD folders over network
  • Include [pkg] PR:12844: [PVR] Make PVR database threadsafe.
Build Highlights:
  1. Updated "Make PVR database threadsafe"
Build Details:
  1. LibreELEC.tv:
    • dvb-firmware: update to 1.2.2 (PR:2042, 1 commit, 1 file changed)
    • repo tool: fixes for DEVICE support (PR:2039, 1 commit, 1 file changed)
    • settings: bump to fix backup free-space calc (PR:2046, 1 commit, 1 file changed)
  2. XBMC:
    • Fixed issues with Win64 build failing to build ffmpeg (PR:12781, 1 commit, 2 files changed)
    • [addons] binary cache update is not triggered on enable/disable of addons (PR:12843, 5 commits, 15 files changed)
    • [XBMCHelper] - fixed up and down buttons on ir remotes with macOS High Sierra (PR:12848, 1 commit, 1 file changed)
    • [droid] network fixes (PR:12847, 2 commits, 4 files changed)
    • Add Volume to Game OSD settings (PR:12765, 1 commit, 14 files changed)
    • RetroPlayer: Add renderer for Windows, OpenGL, OpenGLES and MMAL (PR:12715, 7 commits, 144 files changed)
  3. pvr.zattoo:
  4. newclock5:
    • New commits in this build:
    • Commits no longer in build:
      • PixelConverterRBP: Fix width/height typo (f0ea860c)
      • ActiveAE: Revert SyncStream change 1 (b0f85467)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2017-09-29

(2017-09-28, 15:04)ksooo Wrote: Okay. When the lockup has occured, do a "kill -ABRT $(pidof kodi.bin)" and post the gererated crashlog here, please.
"kill -ABRT $(pidof kodi.bin)" didn't produce a crash log.
Here's a regular log: http://sprunge.us/faZL


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-06

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

Code:
# uname -a
Linux rpi512 4.13.4 #1 Fri Sep 29 21:04:50 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep 22 2017 21:36:43
Copyright (c) 2012 Broadcom
version f5217b8887607d0dd890a434de9c73d9aa9a7c0f (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170929210339-#0929-g5d02e52 [Build #0929]

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

Based on tip of LibreELEC.tv master (5d02e52, changelog) and tip of XBMC master (5e8da16, 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 (8c9b9a3)
  • 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 (dde3921), 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 (8965048), pvr.nextpvr (03933e9), pvr.njoy (cc1cb56), pvr.octonet (e9b4c05, +1), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.teleboy (3221c9a, +4), pvr.vbox (ff01396), pvr.vdr.vnsi (f3f80d5), pvr.vuplus (5e154bc), pvr.wmc (7e2cb4b), pvr.zattoo (e7f5ec8, +3)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] compare: dmidecode: initial package
  • Include [env] compare: kodi updates (ffmpeg-3.3.4)
  • 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: tvheadend42: fix makefile patch
  • 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: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:1978: linux: update to linux-4.13.4
  • Include [env] PR:2002: linux: include HBR and ELD fixes for Intel
  • Include [env] PR:2037: samba: update to samba-4.7.0
  • Include [env] PR:2048: mesa: update to 17.2.1
  • 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:12826: Linux: add missing wrapper functions to fix playing DVD folders over network
  • Include [pkg] PR:12844: [PVR] Make PVR database threadsafe.
Build Highlights:
  1. New 4.13.4 kernel
Build Details:
  1. XBMC:
    • [Droid] Assorted fixes (PR:12855, 3 commits, 3 files changed)
  2. pvr.teleboy:
    • Try to fix windows build (3221c9a)
  3. pvr.zattoo:
    • Try to fix windows build (e7f5ec8)
  4. kernel 4.13.y:
    • New commits in this build:
      • vcsm: fix multi-platform build (2a926fad)
      • arm: partially revert 702b94bff3c50542a6e4ab9a4f4cef093262fe65 (36a50cd8)
      • vcsm: add macros for cache functions (8847e288)
      • vcsm: use dma APIs for cache functions (91403979)
      • vcsm: Fix up macros to avoid breaking numbers used by existing apps (f5a25dcf)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2048: mesa: update to 17.2.1



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - agb2 - 2017-10-06

Forum finally back :-}

Build #1005 - updated to this but had to revert.
Kodi starts in Master User with Estuary [v1 'cos I can't stand v2].
All the labels on the menus are blank, which makes it unusable.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-06

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

Code:
# uname -a
Linux rpi512 4.13.4 #1 Sat Sep 30 21:05:01 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep 22 2017 21:36:43
Copyright (c) 2012 Broadcom
version f5217b8887607d0dd890a434de9c73d9aa9a7c0f (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170930210354-#0930-g5d02e52 [Build #0930]

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

Based on tip of LibreELEC.tv master (5d02e52, changelog) and tip of XBMC master (1bca509, 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 (8c9b9a3)
  • 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 (dde3921), 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 (8965048), pvr.nextpvr (03933e9), pvr.njoy (cc1cb56), pvr.octonet (e9b4c05, +1), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.teleboy (94bb643, +4), pvr.vbox (ff01396), pvr.vdr.vnsi (f3f80d5), pvr.vuplus (5e154bc), pvr.wmc (7e2cb4b), pvr.zattoo (73009cd, +4)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] compare: dmidecode: initial package
  • Include [env] compare: kodi updates (ffmpeg-3.3.4)
  • 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: tvheadend42: fix makefile patch
  • 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: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:1978: linux: update to linux-4.13.4
  • Include [env] PR:2002: linux: include HBR and ELD fixes for Intel
  • Include [env] PR:2037: samba: update to samba-4.7.0
  • Include [env] PR:2048: mesa: update to 17.2.1
  • 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:12826: Linux: add missing wrapper functions to fix playing DVD folders over network
Build Highlights:
  1. Minors
Build Details:
  1. XBMC:
    • [addons][fix] darwin & freebsd have to use struct stat (PR:12856, 1 commit, 1 file changed)
    • [PVR] Make PVR database threadsafe. (PR:12844, 4 commits, 9 files changed)
  2. pvr.teleboy:
    • Try to fix windows build (94bb643)
  3. pvr.zattoo:



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-06

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

Code:
# uname -a
Linux rpi512 4.13.4 #1 Sun Oct 1 21:06:28 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep 22 2017 21:36:43
Copyright (c) 2012 Broadcom
version f5217b8887607d0dd890a434de9c73d9aa9a7c0f (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171001210517-#1001-g5d02e52 [Build #1001]

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

Based on tip of LibreELEC.tv master (5d02e52, changelog) and tip of XBMC master (f71989e, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. XBMC:
    • GBM: Fixup after Retroplayer texture changes (PR:12863, 1 commit, 1 file changed)
    • [depends][android] fix NDK split (#12662) (PR:12865, 1 commit, 1 file changed)
    • Linux: add missing wrapper functions to fix playing DVD folders over network (PR:12826, 1 commit, 1 file changed)
  2. inputstream.rtmp:



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-06

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

Code:
# uname -a
Linux rpi512 4.13.4 #1 Tue Oct 3 00:21:01 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep 22 2017 21:36:43
Copyright (c) 2012 Broadcom
version f5217b8887607d0dd890a434de9c73d9aa9a7c0f (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171003001952-#1002-g23c0c3f [Build #1002]

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

Based on tip of LibreELEC.tv master (23c0c3f, changelog) and tip of XBMC master (1707cc2, 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 (8c9b9a3)
  • 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 (dde3921), inputstream.rtmp (26260c9), 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 (8965048), pvr.nextpvr (03933e9), pvr.njoy (cc1cb56), pvr.octonet (e9b4c05), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.teleboy (94bb643), pvr.vbox (ff01396), pvr.vdr.vnsi (f3f80d5), pvr.vuplus (5e154bc), pvr.wmc (7e2cb4b), pvr.zattoo (73009cd)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] compare: dmidecode: initial package
  • 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: tvheadend42: fix makefile patch
  • 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: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:1978: linux: update to linux-4.13.4
  • Include [env] PR:2002: linux: include HBR and ELD fixes for Intel
  • Include [env] PR:2037: samba: update to samba-4.7.0
  • Include [env] PR:2048: mesa: update to 17.2.1
  • Include [env] PR:2054: pulseaudio: set remixing-use-all-sink-channels = no
  • 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:12874: AESinkPULSE: Allow pulseaudio 11 new option remixing-use-all-sink-channels=no
Build Highlights:
  1. VideoPlayer: expose stereo mdoe to dataCache
  2. pulseaudio: set remixing-use-all-sink-channels = no
Build Details:
  1. LibreELEC.tv:
    • kodi: update to latest master (PR:2053, 3 commits, 43 files changed)
  2. XBMC:
    • VideoPlayer: expose stereo mdoe to dataCache (PR:12829, 2 commits, 10 files changed)
    • [addons] update scrapers (PR:12876, 1 commit, 27 files changed)
    • VAAPI: Remove obsolete ifdef (PR:12872, 2 commits, 1 file changed)
    • [utils] add file extension provider to enclose extension handling (AS + binary addons) (PR:12842, 1 commit, 28 files changed)
    • [addons] remove htbackdrops from addon-manifest (9d82343)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2054: pulseaudio: set remixing-use-all-sink-channels = no
    • Added: [pkg] PR:12874: AESinkPULSE: Allow pulseaudio 11 new option remixing-use-all-sink-channels=no



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-06

Weekly Linux 4.14-rc3 build #1002x: RPi / RPi2