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-04-18

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

SHA256 Checksum: abe472bb5e9c662c4c0ee563d1bf68989ebe91aedd94ca248d7695a4222351c3 (RPi)
SHA256 Checksum: c610f83b8040d6f5d06059f97684b5eb37759e1818a5764897592114201a6324 (RPi2)

text:
# uname -a
Linux rpi512 4.14.34 #1 Wed Apr 18 02:06:17 BST 2018 armv6l GNU/Linux

# vcgencmd version
Apr 16 2018 18:21:52
Copyright © 2012 Broadcom
version af8084725947aa2c7314172068f79dad9be1c8b4 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180418020427-#0417-ga934092 [Build #0417]

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

Based on tip of LibreELEC.tv master (a934092, changelog) and tip of XBMC master (e132890, changelog) with the following modifications: Build Highlights:
  1. Drop mceusb from IR latency patches
  2. Kodi libinput fixes (hopefully issues from before are now fixed)
  3. Kill infomanager global
Build Details:
  1. LibreELEC.tv:
    • include memtester in image (PR:2647, 2 commits, 3 files changed)
  2. XBMC:
    • more use dynPath instead of changing path (id) (PR:13771, 1 commit, 5 files changed)
    • Kill infomanager global (PR:13776, 5 commits, 95 files changed)
    • allow playlist items in a playlist for files (PR:13777, 1 commit, 3 files changed)
  3. libnfs:
    • Move win32/win32_compat.h to include/win32/win32_compat.h (PR:245, 1 commit, 34 files changed)
  4. inputstream.adaptive:
    • [Android] Add JNI exception checks (b3aa34c)
  5. kernel 4.14.y:
    • New commits in this build:
      • overlays: Fix typo in README (719df11c)
      • configs: Add CONFIG_BCM2835_DEVGPIOMEM for aarch64 (b6a574b3)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2623 (perma): RPi, Generic: backport proposed patch to reduce IR latency
    • Added: [env] PR:2536 (perma): kodi: libinput fixes
    • Added: [pkg] PR:13176 (perma): [RFC] [Linux] add libinput backend for non window system platforms



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - beamdream - 2018-04-18

Hi

Testet Build 18.04 and found solution for my problemImage (Problem Builds 15.04/16.04), desactivating hardware acceleration (both OMX and MMAL), and it's just superbImage. TV (PVR Clients) and (Video) from internet sources are streaming again perfect.

Thanks


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2018-04-18

Hi,

I found switching omx off and mmal on sorted the stuttering, but then im stuck with the old ActiveAE - large audio sync errors which is also unwatchable.
#0407 and only omx enable is the best option for me at the moment.

Kind Regards

Bucky


LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ksooo - 2018-04-18

(2018-04-17, 18:47)Milhouse Wrote:
(2018-04-17, 18:29)Malocher Wrote: build #0415/416
 When I press Pause or Info (VideoPlay) with my remote control I will not see the file name in the upper left corner anymore. Is that so wanted now?

I can confirm this behaviour - same with Generic (x86_64). Started with #0415.


Does this still occur with #0417?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-04-18

(2018-04-18, 13:21)ksooo Wrote: Does this still occur with #0417?

Yes. Smile


LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - noideaforaname - 2018-04-18

#0417 and no more CEC anymore Sad

And i see no updates, just a blank list in libreelec settings.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - parcel - 2018-04-18

#0417 still make problem with mouse.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - parcel - 2018-04-18

(2018-04-18, 10:56)bmonster Wrote: Hi,

I found switching omx off and mmal on sorted the stuttering, but then im stuck with the old ActiveAE - large audio sync errors which is also unwatchable.
#0407 and only omx enable is the best option for me at the moment.

Kind Regards

Bucky
 I am using rpi2 with small overclock. It's good for some 1080p 60 live streaming.

txt:

core_freq=290
h264_freq=400
h264_freq_min=330



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-04-18

(2018-04-18, 10:56)bmonster Wrote: im stuck with the old ActiveAE - large audio sync errors which is also unwatchable.

Does anyone have a way of reproducing the ActiveAE audio sync errors?
E.g. playback from a local file, rather than needing live TV or other external components.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-04-18

(2018-04-18, 16:33)noideaforaname Wrote: #0417 and no more CEC anymore Sad

I can't test CEC, can you confirm it is enabled?

(2018-04-18, 16:33)noideaforaname Wrote: And i see no updates, just a blank list in libreelec settings.
Check your network. Reboot. If the problem persists, upload a debug log - there are no known server issues at this time and the list of available updates is available.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ramis52 - 2018-04-18

(2018-04-17, 19:11)HiassofT Wrote:
(2018-04-17, 18:46)ramis52 Wrote: Iam using an RC6 IR Reciever. Not sure what brand. with #0415 it works.

http://ix.io/182y

https://paste.ubuntu.com/p/SgBSZdY3YB/

no output on #0416 on command ir-keytable -t

hope this helps 
Thanks, this helps! Most important info was that you are using an mceusb receiver (and the ir-ctl output should help as well).

I've dropped the mceusb commit from the PR so build #0417 should be fine again. Please test it and report back.

so long,

Hias 
Hi,

i can confirm my remote is working again with #0417. Thanks


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2018-04-18

(2018-04-18, 17:53)ramis52 Wrote: i can confirm my remote is working again with #0417. Thanks 
Please watch out for (and test) tonight's build, we'll be adding a fix from the kernel IR maintainer for the mceusb issues. If it works latency should be improved with your IR receiver as well.

so long,

Hias


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - lrusak - 2018-04-18

(2018-04-18, 16:35)parcel Wrote: #0417 still make problem with mouse.
 Can you be a little more descriptive? I've tested the mouse and don't really see any issues (apart from using a mouse in a keyboard/remote environment Big Grin).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2018-04-18

(2018-04-18, 16:47)popcornmix Wrote:
(2018-04-18, 10:56)bmonster Wrote: im stuck with the old ActiveAE - large audio sync errors which is also unwatchable.

Does anyone have a way of reproducing the ActiveAE audio sync errors?
E.g. playback from a local file, rather than needing live TV or other external components. 
Hi, 

I can reproduce this with any file, seems to happen with everything i play using mmal..
I away till tomorrow, but can post logs then if required.

Regards

Bucky


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-04-18

(2018-04-18, 18:46)bmonster Wrote: I can reproduce this with any file, seems to happen with everything i play using mmal..
I away till tomorrow, but can post logs then if required.

I use mmal. I don't have any issue with stalls, stutters, glitches on the audio or video.
I watch mostly hevc and h264 tv shows, with some live TV recordings (MPEG-2).
I'd like to know what the difference is between our setups (and how to reproduce it here).

Possibly there is something different in the encoding of your files. Possibly something in the kodi settings.

Do you have the issue with completely default settings (you can rename .kodi to .kodi_back and reboot to test this)?