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) - fritsch - 2017-01-17

Howto test:

Set readbufferfactor to 32
Increase internal cache to cache everything (500 MB or something)
Change the above value in NFS

and measure the throughput with iftop or something when filling that cache. For me it nearly increases linearly.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-01-18

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

Code:
# uname -a
Linux rpi512 4.9.4 #1 Wed Jan 18 00:27:05 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Jan 14 2017 13:03:37
Copyright (c) 2012 Broadcom
version ddb0018638eb8803bbb8f6dda5c39cff4995b3fb (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170118002524-#0117-g9e705dd [Build #0117]

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

Based on tip of LibreELEC.tv master (9e705dd0, changelog) and tip of XBMC master (bd6be8c1, changelog) with the following modifications: Build Highlights:
  1. Bump e2fsprogs and populatefs
  2. Restore caching for slow plugins
  3. Default to CONFIG_TCP_CONG_BBR (TEST)
  4. Disable ADSP support
Build Details:
  1. LibreELEC.tv:
    • config: set to devel (PR:1183, 1 commit, 1 file changed)
    • e2fsprogs: update to 1.43.3 (PR:1154, 1 commit, 1 file changed)
    • populatefs: update to version 1.0 (PR:1155, 1 commit, 1 file changed)
  2. XBMC:
    • Crash on view current playlist with many items Ticket #17188 (PR:11475, 1 commit, 1 file changed)
    • [StringUtils] Fix SecondsToTimeString() for negative values (PR:11360, 1 commit, 1 file changed)
    • [cmake] add PythonSwig.cpp.template to DEPNDS in python_binding (PR:11460, 1 commit, 1 file changed)
    • [cleanup] remove leftover from autotools (PR:11481, 1 commit, 1 file changed)
    • unify library node names (PR:11424, 1 commit, 12 files changed)
  3. peripheral.joystick:
    • Update NES30 buttonmap for latest firmware (PR:77, 1 commit, 1 file changed)
    • Add PS2 converter buttonmap (PR:72, 1 commit, 1 file changed)
  4. pvr.iptvsimple:
    • Fix trailing spaces and travis CI (PR:100, 1 commit, 2 files changed)
    • Fix tvg-shift=0 (PR:99, 1 commit, 1 file changed)
  5. newclock5:
    • New commits in this build:
  6. kernel 4.9.y:
    • New commits in this build:
      • BCM270X_DT: Enable UART0 on CM3 (9c6c45f9)
      • config: Add CONFIG_MD_M25P80 and CONFIG_MD_SPI_NOR (8fab2eee)
      • ARM64/DWC_OTG: Port dwc_otg driver to ARM64 (17560026)
      • ARM64: Round-Robin dispatch IRQs between CPUs. (719ef48c)
      • ARM64: Enable DWC_OTG Driver In ARM64 Build Config(bcmrpi3_defconfig) (37545add)
      • ARM64: Use dwc_otg driver by default for USB. (8b0be887)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] df42b034: linux: Default to CONFIG_TCP_CONG_BBR (TEST)
    • Added: [env] PR:1186: kodi: update to Kodi 18 alpha 1
    • Added: [env] PR:1187: e2fsprogs: make e2fsprogs bumpable



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - mcelliott - 2017-01-18

Hi,

I'm seeing the weirdest thing with recent test builds on RPi3, while watching TV. Not sure if it applies to other video types.

It's as if there are two thin horizontal rectangles near the bottom on the screen where the part of the picture showing in them has been swapped.

Not sure if this means there is a problem with my Pi, or with my SD card, or maybe a bug. In case it matters, I'm using MediaPortal for TV.

Happy to provide screenshots and logs, but just wondered if anyone had ever seen anything like this before.

Best wishes,

Mark


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-01-18

(2017-01-18, 10:59)mcelliott Wrote: Happy to provide screenshots and logs, but just wondered if anyone had ever seen anything like this before.

I've not heard of this. Post a screenshot and log.
Assuming this is a recent problem then identifying the first build with the problem would be useful.

Might be worth testing if disabling/enabling deinterlace has an effect.
Also try with omxplayer enabled. omxplayer disabled, mmal enabled. omxplayer and mmal disabled and report which have the effect.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - vnser - 2017-01-18

(2017-01-17, 15:09)Milhouse Wrote:
(2017-01-17, 14:21)mm00 Wrote: Thank for your answer! I found the cause. When the "Adjust display refresh rate" Kodi option is off, the UI is fine. When I change it to "on start/stop" or to "Always" the UI seems overscale like on my photo.

I can't tell you when this bug popped up, as I might changed this settings some weeks ago to "Always" and I haven't noticed instantly the overscale, so I was not able to pair this bug to that specific settings.

This still sounds like more of an issue with the way your TV is configured - can you confirm that it is in pixel 1:1 mode and is not automatically zooming the display?

I have the same issue on Kodi 17 RC3 on Windows


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - mcelliott - 2017-01-18

(2017-01-18, 14:37)popcornmix Wrote:
(2017-01-18, 10:59)mcelliott Wrote: Happy to provide screenshots and logs, but just wondered if anyone had ever seen anything like this before.

I've not heard of this. Post a screenshot and log.
Assuming this is a recent problem then identifying the first build with the problem would be useful.

Might be worth testing if disabling/enabling deinterlace has an effect.
Also try with omxplayer enabled. omxplayer disabled, mmal enabled. omxplayer and mmal disabled and report which have the effect.

Okay, I reverted to

LibreELEC-RPi2.arm-8.0-Milhouse-20161216042927-#1215-g7ab3814

and the problem has gone.

It is there by

LibreELEC-RPi2.arm-8.0-Milhouse-20161221212724-#1221-g2fc648a

so this narrows it down quite a bit. Do you have any suggestions which will help focus my testing?

At least it doesn't seem like there is anything wrong with my RPi3. I'll do more testing and try to narrow it down to one build. Then I'll post before and after logs and screenshots.

The problem doesn't happen with mp4 videos, but it does happen with MPG2 in TV. I haven't tried the same MPG2 files in the videos plugin, but I will test.

Here is a link to a screenshot. Let me know if you can't access it.

https://www.dropbox.com/s/qbeif2maqtcsw2s/screenshot002.png?dl=0

Best wishes,

Mark


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-01-18

I'll be taking a short break from builds while my ADSL is disconnected due to building work - it should be reconnected by Monday.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - nuwonda - 2017-01-18

I read that thumbnail extraction was broken sometime ago. Is this still the case or is it supposed to work again now? I have tv series entries that do not show any thumbnail since a few builds, am on build 117 atm.


Aaand I just noticed that the time displayed is off.. it shows 4:33 while it should show 21:03, despite regional settings being correct.

Aaand it gets weirder.. on reboot the time is 4:17h... :O BTTF? ^^

Lastly, I noticed the date is set to Monday 16th January...


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - mcelliott - 2017-01-19

Okay, with regard to the weird video problem, here is the link to the screenshot again. I've circled the problem. It isn't that obvious in a static image, but it's annoying to watch.

https://www.dropbox.com/s/qbeif2maqtcsw2s/screenshot002.png?dl=0

The first build to show this behaviour is 1221. 1220 is fine.

Here's a link to a log. Please let me know if this contains enough information. I'm not that good at interpreting the logs, but hopefully this helps.

https://www.dropbox.com/s/6e1i2b2tah16lyg/log-2017-01-18-22.37.43.zip?dl=0

At least now I've pinned this down to the one build that introduces the problem, I can do whatever testing you need.

Best wishes,

Mark


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-01-19

(2017-01-18, 21:58)nuwonda Wrote: I read that thumbnail extraction was broken sometime ago. Is this still the case or is it supposed to work again now? I have tv series entries that do not show any thumbnail since a few builds, am on build 117 atm.


Aaand I just noticed that the time displayed is off.. it shows 4:33 while it should show 21:03, despite regional settings being correct.

Aaand it gets weirder.. on reboot the time is 4:17h... :O BTTF? ^^

Lastly, I noticed the date is set to Monday 16th January...

Yes, thumbnail extraction is not yet working.

As for your date/time issue, check the system date/time at the command line - are you getting the correct time from the internet?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - fritsch - 2017-01-19

Is the thumbnail thing sth pi specific? Or just disabled?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - nuwonda - 2017-01-19

(2017-01-19, 07:36)Milhouse Wrote:
(2017-01-18, 21:58)nuwonda Wrote: I read that thumbnail extraction was broken sometime ago. Is this still the case or is it supposed to work again now? I have tv series entries that do not show any thumbnail since a few builds, am on build 117 atm.


Aaand I just noticed that the time displayed is off.. it shows 4:33 while it should show 21:03, despite regional settings being correct.

Aaand it gets weirder.. on reboot the time is 4:17h... :O BTTF? ^^

Lastly, I noticed the date is set to Monday 16th January...

Yes, thumbnail extraction is not yet working.

As for your date/time issue, check the system date/time at the command line - are you getting the correct time from the internet?

yeah, date/time this morning works fine. Must have been the timeserver... never had that before.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-01-19

(2017-01-19, 08:06)fritsch Wrote: Is the thumbnail thing sth pi specific? Or just disabled?

It was broken in the adaptation to ffmpeg 3.2 we are testing.
Not debugged it yet to find out exactly where it is broken.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - fritsch - 2017-01-19

Did you pick fernets decode rewrite with it?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-01-19

(2017-01-19, 17:16)fritsch Wrote: Did you pick fernets decode rewrite with it?

I've cherry picked some. See PR93 for fix.