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) - meccs - 2018-03-16

The Teleboy PVR doesn't work anymore since release #313. Works with #312. Stream opens and immediately closes again. I can currently only provide a log from Nvidia Shield but I had the same error with my RPi3 (both on #314).


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

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

SHA256 Checksum: 77d9748ae2d4df1c9293c95f778464a67d7d5f01801a01a8778dfc5feae0f8ff (RPi)
SHA256 Checksum: df618f0c452cb576ca9639e19829fb8cd92700eff4bab1346e3b2ad51f257617 (RPi2)

text:
# uname -a
Linux rpi512 4.14.26 #1 Thu Mar 15 23:15:01 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Mar 14 2018 16:55:36
Copyright © 2012 Broadcom
version 5afe871e8e58f66e0a39531895d09ed692893267 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180315231318-#0315-gf291881 [Build #0315]

# Kodi version
(18.0-ALPHA2 Git:258cf89). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (f291881, changelog) and tip of XBMC master (aedcf10, changelog) with the following modifications: Build Highlights:
  1. offload videodb task from mainthread to job
Build Details:
  1. LibreELEC.tv:
    • SHA256sum fixes (PR:2591, 3 commits, 3 files changed)
  2. XBMC:
    • [swig] Revert PR #12490 now Trusty is no longer supported/able to build (PR:13573, 1 commit, 20 files changed)
  3. pvr.dvbviewer:
  4. pvr.teleboy:
    • Fix null pointer exception (3ccd06f)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:13652 (perma): offload videodb task from mainthread to job



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

(2018-03-16, 01:30)meccs Wrote: The Teleboy PVR doesn't work anymore since release #313. Works with #312. Stream opens and immediately closes again. I can currently only provide a log from Nvidia Shield but I had the same error with my RPi3 (both on #314).

Is #0315 any better?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Lindar - 2018-03-16

No, still the same problem meccs mentioned.
Didn't have time for a log, only update and check.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2018-03-16

Switching TV channels on the remote control with the arrow keys (down / up) does not work, TVheadend HTSP client reports "Tuning failed". But if I press stop and select a channel then it works.
Just have to find out from which build this error is there.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-03-16

(2018-03-16, 00:47)3DBuff Wrote: What would be default set for Pi3+ if it reads both sets [pi3] and [pi3+] not to overclock or change anything?

Setting any options to 0 should give the default value. e.g.
Code:
[pi3+]
arm_freq=0
etc



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - 3DBuff - 2018-03-16

(2018-03-16, 16:26)popcornmix Wrote:
(2018-03-16, 00:47)3DBuff Wrote: What would be default set for Pi3+ if it reads both sets [pi3] and [pi3+] not to overclock or change anything?


Setting any options to 0 should give the default value. e.g.
Code:
[pi3+]
arm_freq=0
etc
 

Great, thanks.

Over few years I ended up with different versions of Pi's at different locations in the house. This helps to test SD chips without editing config files.


LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ksooo - 2018-03-16

(2018-03-16, 13:54)Aux_ Wrote: Switching TV channels on the remote control with the arrow keys (down / up) does not work, TVheadend HTSP client reports "Tuning failed". But if I press stop and select a channel then it works.
Just have to find out from which build this error is there.

Working fine here.

According to the error message, I'd say "fix your tvheadend server."


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-03-16

(2018-03-16, 18:11)ksooo Wrote: Working fine here.

According to the error message, I'd say "fix your tvheadend server." 

Latest build includes PR13652. Any chance that could affect things?
Need to get @Aux_ to confirm if this problem is new in latest build to narrow it down.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aladar85 - 2018-03-16

I have a problem with PVR playback in the HEVC codec with this version of LibreELEC and KODI 18 (streak appears in the middle of the video). when I used the official version of LIBREELEC 8.2.3 playback is OK no streak.
SAMPLE VIDEO


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-03-16

(2018-03-16, 18:30)Aladar85 Wrote: I have a problem with PVR playback in the HEVC codec with this version of LibreELEC and KODI 18 (streak appears in the middle of the video). when I used the official version of LIBREELEC 8.2.3 playback is OK no streak.
SAMPLE VIDEO
Can you produce a sample HEVC recording that has this issue? e.g. a 1 minute long clip and upload to a hosting site. (e.g. google drive or dropbox).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2018-03-16

(2018-03-16, 18:11)ksooo Wrote:
(2018-03-16, 13:54)Aux_ Wrote: Switching TV channels on the remote control with the arrow keys (down / up) does not work, TVheadend HTSP client reports "Tuning failed". But if I press stop and select a channel then it works.
Just have to find out from which build this error is there.

Working fine here.

According to the error message, I'd say "fix your tvheadend server."   
In DVB-C source settings, "Fast input switch" was checked. That was the cause, thanks for the hint @ksooo !


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

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

SHA256 Checksum: 179015b5761071dfca0ca121b73fd9dae7ca9cc723435ac8ae787a496ad9ba77 (RPi)
SHA256 Checksum: c2c1ebf62de88c33032c2036facaf11af426ddc49722b9f87096175e7f1349d4 (RPi2)

text:
# uname -a
Linux rpi512 4.14.27 #1 Fri Mar 16 21:05:45 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Mar 16 2018 16:21:29
Copyright © 2012 Broadcom
version db815f3ae3dc88cf21fed2765f3b25d9d2bea67a (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180316210354-#0316-gf291881 [Build #0316]

# Kodi version
(18.0-ALPHA2 Git:258cf89). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (f291881, changelog) and tip of XBMC master (a897fc5, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. New 4.14.27 kernel
  3. fix playing video strm files with autoplay
  4. More PVR/guiinfo fixes
Build Details:
  1. Firmware (Mar 16):
    • firmware: video_decode: Allow setting the resolution on the output port
    • firmware: arm_loader: Fall back to stored frequency for clocks platform doesn't have fixed values for. See: link
  2. XBMC:
    • fix playing video strm files with autoplay (PR:13648, 3 commits, 4 files changed)
    • [guiinfo][PVR] Another bunch of (PVR) guiinfo fixes and improvements (PR:13651, 7 commits, 13 files changed)
    • VideoPlayer: DirectX - fix rendering 10bit video on hw/os which doesn (PR:13655, 1 commit, 4 files changed)
    • Fix thread naming on Linux and Darwin (PR:13569, 1 commit, 2 files changed)
    • [AddonVideoCodec] (Re)initialize all VideoPicture members (PR:13653, 1 commit, 1 file changed)
    • AudioEngine: XAudio - rework delay calculation based on currently pla (PR:13656, 1 commit, 2 files changed)
  3. inputstream.adaptive:
  4. inputstream.rtmp:
  5. peripheral.joystick:
    • linux: Add support for WeTek Gamepad (PR:142, 2 commits, 2 files changed)
  6. vfs.libarchive:
  7. kernel 4.14.y:
    • New commits in this build:
      • Fix for Pisound's MIDI Input getting blocked for a while in rare cases. (4d78845f)
  8. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2585 (perma): linux: update to linux-4.14.30
    • Updated: [pkg] PR:13652 (perma): offload videodb task from mainthread to job



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Bosode - 2018-03-17

(2018-03-12, 00:23)Milhouse Wrote:
(2018-03-11, 18:36)Bosode Wrote: Full IPv6 - Support missing

Can you test LibreELEC 8.2.3 and if that has the same problem it should be reported on the LibreELEC forum.  
Hi Milhouse,
sorry for my delay - I wasn't at home last week so I couldn't test it just in time.
Right now I have downloaded the LibreElec Version you mentioned (8.2.3) and IPv6 is working correct and the WenDav connection though it could be enabled. I just have had to enable IPv6-Support at the beginning an set to "auto" - than all works fine... Even in the previously Version 8.2.2...
Do you have any other idea what could be the root cause?
Thanks


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

(2018-03-17, 11:50)Bosode Wrote: Do you have any other idea what could be the root cause?

No, not at this time. Would it be possible for you to now identify the last of these builds that has working ipv6?