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-08-07

(2017-08-07, 00:53)Shelung Wrote: Question: The virtualization in prime music doesnt work i get this Message - Can't load shared libary -
Newest Build (never used it before... )

Debug log please.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - pqatsi - 2017-08-07

(2017-08-01, 20:35)popcornmix Wrote:
(2017-08-01, 20:11)pqatsi Wrote: This issue is reported in https://github.com/kodi-pvr/pvr.iptvsimple/issues/139

You can reinforce the fact you're being affected, but someone must to fix it.

I asked one of the kodi devs "you've PR-ed to iptv simple recently - do you know if it should work following PR:12550?"
and got response "not yet. but we're working on it."

Someone worked? The bug was closed and the PR is https://github.com/kodi-pvr/pvr.iptvsimple/pull/144

Can this be merged in next nighly?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-07

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

Code:
# uname -a
Linux rpi512 4.12.4 #1 Mon Aug 7 02:54:15 BST 2017 armv6l GNU/Linux

# vcgencmd version
Jul 28 2017 20:20:00
Copyright (c) 2012 Broadcom
version 6716e816fd1614c326071d86188976b5fbf9c22b (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170807025305-#0806-gc0c5545 [Build #0806]

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

Based on tip of LibreELEC.tv master (c0c55450, changelog) and tip of XBMC master (1f395332, changelog) with the following modifications: Build Highlights:
  1. Bump to gcc-7.1 and glibc-2.26
  2. pvr.hdhomerun and pvr.iptvsimple: restored to build
  3. [PVR] Fix channel preview OSD (now behaves like in Krypton again)
  4. Fix crash on exit during gameplay
Build Details:
  1. XBMC:
    • VDPAU: fix potential crash (PR:12635, 1 commit, 1 file changed)
    • [PVR] Fix channel preview OSD (now behaves like in Krypton again). (PR:12629, 1 commit, 3 files changed)
    • Assorted touch fixes (PR:12617, 16 commits, 28 files changed)
    • Fix crash when VAAPI is not available at runtime (PR:12642, 2 commits, 2 files changed)
  2. pvr.hdhomerun:
    • Minimalist Update to PVR API 5.5.0 (PR:50, 9 commits, 6 files changed)
    • Remove patch file for hdhomerun library (PR:52, 3 commits, 3 files changed)
    • Fix Win64 build (PR:53, 7 commits, 2 files changed)
    • Fix windows override rules path names in appveyor.yml (ff108df1)
    • Remove project from CXXFlagOverrides.cmake path (7cf8b6c5)
  3. pvr.iptvsimple:
    • fix install path (PR:112, 1 commit, 1 file changed)
    • Remove limitation size for m3u importation in one line. (PR:133, 2 commits, 1 file changed)
    • Forward-port a change to master (PR:143, 3 commits, 4 files changed)
    • Update the addon to PVR API 5.5.0 (PR:144, 3 commits, 4 files changed)
  4. pvr.vuplus:
    • request live-stream-URL from OpenWebif instead of generating it (PR:22, 7 commits, 8 files changed)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Exclude [env] kodi-200-fix-gcc7.patch: kodi: merged upstream
    • Updated: [env] patch: pvr addons: disable broken addons
    • Added: [env] patch: nss/nspr: include in main image [rfc][gcc7]
    • Added: [env] PR:1664: buildsystem: update to gcc7
    • Added: [env] PR:1855: glibc update to 2.26
    • Added: [pkg] PR:12640: Fix crash on exit



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - pqatsi - 2017-08-07

(2017-08-07, 05:26)Milhouse Wrote: New LibreELEC.tv Leia build #0806: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.12.4 #1 Mon Aug 7 02:54:15 BST 2017 armv6l GNU/Linux

# vcgencmd version
Jul 28 2017 20:20:00
Copyright (c) 2012 Broadcom
version 6716e816fd1614c326071d86188976b5fbf9c22b (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170807025305-#0806-gc0c5545 [Build #0806]

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

Based on tip of LibreELEC.tv master (c0c55450, changelog) and tip of XBMC master (1f395332, changelog) with the following modifications: Build Highlights:
  1. Bump to gcc-7.1 and glibc-2.26
  2. pvr.hdhomerun and pvr.iptvsimple: restored to build
  3. [PVR] Fix channel preview OSD (now behaves like in Krypton again)
  4. Fix crash on exit during gameplay
Build Details:
  1. XBMC:
    • VDPAU: fix potential crash (PR:12635, 1 commit, 1 file changed)
    • [PVR] Fix channel preview OSD (now behaves like in Krypton again). (PR:12629, 1 commit, 3 files changed)
    • Assorted touch fixes (PR:12617, 16 commits, 28 files changed)
    • Fix crash when VAAPI is not available at runtime (PR:12642, 2 commits, 2 files changed)
  2. pvr.hdhomerun:
    • Minimalist Update to PVR API 5.5.0 (PR:50, 9 commits, 6 files changed)
    • Remove patch file for hdhomerun library (PR:52, 3 commits, 3 files changed)
    • Fix Win64 build (PR:53, 7 commits, 2 files changed)
    • Fix windows override rules path names in appveyor.yml (ff108df1)
    • Remove project from CXXFlagOverrides.cmake path (7cf8b6c5)
  3. pvr.iptvsimple:
    • fix install path (PR:112, 1 commit, 1 file changed)
    • Remove limitation size for m3u importation in one line. (PR:133, 2 commits, 1 file changed)
    • Forward-port a change to master (PR:143, 3 commits, 4 files changed)
    • Update the addon to PVR API 5.5.0 (PR:144, 3 commits, 4 files changed)
  4. pvr.vuplus:
    • request live-stream-URL from OpenWebif instead of generating it (PR:22, 7 commits, 8 files changed)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Exclude [env] kodi-200-fix-gcc7.patch: kodi: merged upstream
    • Updated: [env] patch: pvr addons: disable broken addons
    • Added: [env] patch: nss/nspr: include in main image [rfc][gcc7]
    • Added: [env] PR:1664: buildsystem: update to gcc7
    • Added: [env] PR:1855: glibc update to 2.26
    • Added: [pkg] PR:12640: Fix crash on exit

Simple IPTV is working as expected, in this release with epg too.

Thanks!


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MMXT - 2017-08-07

Does someone here know, why when using libreelec leia testbuilds the picture grabbed by my usb video grabber (V4L2 sent to /dev/video0, for Hyperion) is *extreme* dark?
I hope this question is not too special, but this is definately testbuild and/or kodi 18 related, because I have this behaviour only with fresh installed libreelec testbuilds plus Hyperion and not with fresh installed latest stable official libreelec release plus Hyperion.

Of course I asked in the Hyperion forums as well, but from my experience this thread here is much more frequently answered. Smile


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-08-07

(2017-08-06, 11:57)heinzgruber Wrote: i use thje same case and my raspi3 overheats during amazon video and movies stutter. very annoying. running @1350 mhz. maybe my fault Wink

If you are hitting temperature throttling then you are going to be better off reducing overclock.
Stock arm_freq=1200 is faster than throttled arm_freq=1350 (which will actually be 600MHz).

The main contributor to heat is over_voltage. Try edging that down.
Next is arm_freq. Back that off a bit.
v3d_freq/core_freq will have less effect.
Leave sdram_freq on highest that works - that has a good effect on software decode performance and won't affect temperature noticeably.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Malocher - 2017-08-07

pvr.iptvsimple Does not work :

17:11:42.336 T:1942754496 ERROR: GetDirectory - Error getting plugin://
17:11:42.338 T:1942754496 ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed
17:13:25.480 T:1854927760 ERROR: CAddonInstallJob[pvr.iptvsimple]: Die Abhängigkeit auf xbmc.pvr in Version 1.9.6 konnte nicht aufgelöst werden.

LOG : https://pastebin.com/HFyv6H2G


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Patrics83 - 2017-08-07

Hi, I haven't kept up with all the updates lately... (#0105, 05-Jan-2017 too be honest.)

Today I tried to jump to the latest build and while playing a movie and press pause/stop or in any kind of way bring the video menu I get a black screen. I hear click sounds when navigating but still no picture. Oh well there is some kind of blurry thing on the screen but I can't explain it better Tongue

Is there anything obvious I'm missing here? I mean do I need to modify anything else to get things going again?

This happens on a clean kodi install as well.

If you need logs, I can fix that later this evening but I guess it's only me doing something wrong here. I tried to find anything that related to my issue in the thread but I found nothing.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-07

@Patrics83 a debug log and by the sounds of it a photograph of what you are seeing (the blurry thing) might be the best way forward. Make sure you've tested with stock Estuary.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MMXT - 2017-08-07

I now have mounted a 40 mm brushless 12 v fan on GND and 5V+ pins and this makes a huge difference while playing h265 content, while barely hearable (with sound completely muted).
Before this little addition the temperatures ranged between 75 and 85 °C at 23 °C room temperature.
Now it is between 54 °C and 60 °C at same room temperature and same test file.
If I had expected such an enormous difference, I would have soldered the jumpers to this old fan's cables much earlier Smile


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Patrics83 - 2017-08-07

(2017-08-07, 18:05)Milhouse Wrote: @Patrics83 a debug log and by the sounds of it a photograph of what you are seeing (the blurry thing) might be the best way forward. Make sure you've tested with stock Estuary.

This is from my working system #0105:
http://sprunge.us/XTKM

After updating to #0806:
http://sprunge.us/AdXO

Pictures:
Image
Image
And now when I see it, it looks like an arrow.
The first picture is from when pressing stop button, and the second picture is from when pressing back button. The expected view would then be a folder with 6 different movies

This is with #0806 and /storage/.kodi renamed to /storage/.kodi.bak to simultate a "clean install".
http://sprunge.us/iXXh

The screen is now totally black.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - William Cody - 2017-08-07

On my RPi3 Netflix is stopping after 2 minutes. Do I need a hardware decoder license (mpeg2 or VC1) from raspberrypi.org/products ?


# lsb_release
LibreELEC (Milhouse): devel-20170807025305-#0806-gc0c5545 [Build #0806]


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - William Cody - 2017-08-07

from .kod/temp/kodi.log:

19:58:50.527 T:1943138320 NOTICE: Previous line repeats 117 times.
19:58:50.527 T:1943138320 NOTICE: VideoPlayer: Opening: http://localhost:56205/manifest?id=80170694
19:58:50.530 T:1435591568 NOTICE: Creating InputStream
19:58:54.641 T:1435591568 NOTICE: Creating Demuxer
19:58:54.643 T:1435591568 NOTICE: Opening stream: 1 source: 256
19:58:54.984 T:1435591568 NOTICE: Creating video codec with codec id: 28
19:58:55.000 T:1435591568 NOTICE: Creating video thread
19:58:55.000 T:1435591568 NOTICE: Opening stream: 2 source: 256
19:58:55.001 T:1466377104 NOTICE: running thread: video_thread
19:58:55.072 T:1435591568 NOTICE: Finding audio codec for: 86018
19:58:55.076 T:1435591568 NOTICE: Creating audio thread
19:58:55.076 T:1435591568 NOTICE: Opening stream: 4 source: 256
19:58:55.077 T:1418814352 NOTICE: running thread: CVideoPlayerAudio:Tonguerocess()
19:58:55.793 T:1418814352 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
19:59:39.884 T:1418814352 NOTICE: CVideoPlayerAudio:Tonguerocess - stream stalled

((better call Saul, season 3, episode 1 but also on other movies)


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-07

(2017-08-07, 20:56)William Cody Wrote: On my RPi3 Netflix is stopping after 2 minutes. Do I need a hardware decoder license (mpeg2 or VC1) from raspberrypi.org/products ?

No.

(2017-08-07, 21:02)William Cody Wrote: from .kod/temp/kodi.log:

Can you upload your complete debug log, and post the link. Snipped logs and non-debug logs are generally useless.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - rudrood - 2017-08-07

About PVR:

TVHeadend client,
Strange zapping is solved with latest build. Great thanks!

VU+ client,
Buffering after several seconds is still there, see previous log:
http://sprunge.us/VjZX

IPTV simple,
Works back as expected, Great thanks!