Kodi Community Forum

Full Version: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(2017-11-05, 19:06)cesarleeds Wrote: [ -> ]Hi guys, does 3D work on the latest release #1104 for RP3?

It doesn´t work for me anymore with *.3d.mvc.m2ts files.

Tryed my Samsung bluray player, which works with those files, and they worked as usual, but the Pi, although the 3D icon shows next to the file, it only plays 2D.

Nothing has been changed on the settings, i just went through them again, so i´m kind of lost.

Hello,

I reported the 3D MVC Problem allready on 29 October. I didn't get any reaction until now. It looks like the problem exists beginning with version #1002.
Same problem with 3D here. 3D ISO files play in 2D now Sad
@-DH- traced it back to #1019 as the last version playing 3D MVC fles.
https://forum.kodi.tv/showthread.php?tid...pid2658671
(2017-11-05, 20:21)3DBuff Wrote: [ -> ]Same problem with 3D here. 3D ISO files play in 2D now Sad
@-DH- traced it back to #1019 as the last version playing 3D MVC fles.
https://forum.kodi.tv/showthread.php?tid...pid2658671

Not only ISOs, even m2ts doesn´t work for me, although the files are perfectly fine, i mean, they played before.
(2017-11-05, 16:41)Milhouse Wrote: [ -> ]
(2017-11-05, 16:20)Ich-bin-Knuffi Wrote: [ -> ]Could someone please point me to or give me a how-to for installing the Netflix Addon? I did a search but did not find something and on my own I seem to have not done it properly. While installing it, script.module.pycryptodome is not available and I cannot play any files in the netflix addon.

You can try reading note #8 in the first post, although it's mostly gibberish now thanks to the new forum software trashing the formatting which would have made it more ineligible. Otherwise just install the Netflix addon from zip - pycryptodome is already installed as a built-in. And don't forget to install libwidevine, which is the most likely reason for your problems.

Thanks a lot, libwidevine was the problem.
I installed Librelec again, on Kodi 17.5, working perfectly again.

I will stay here, Pi is mainly a 3D player for me.
(2017-11-05, 17:21)HiassofT Wrote: [ -> ]The playerdebug overlay (shift+ctrl+o) displays a buffer/cache status level and when seeking I can see it quickly increasing from (almost) zero to 98-100%. During playback it's typically at that 98-100% level.

Is that a different buffer than the normal video cache and managed by inputstream.adaptive? If yes, are there any ways to tweak that?

I currently have no need to tweak any buffer/cache settings, it's working fine here, but I'm curious about how this stuff works :)

so long,

Hias

If playerdebug overlay shows "forward:0 B 100%" then it is not caching the video file ("0 B" means "0 bytes", which is the amount of data that has been cached). In this case the percentage "buffer" is more or less the same as the current remaining video queue (vq:).

With <buffermode>1</buffermode> (cache local and internet files):

No caching (Netflix):

Image

Caching (local file, nfs://):

Image

Due to the nature of inputstream.adaptive stream I don't believe caching has been, or will be, implemented.
(2017-11-06, 00:35)Milhouse Wrote: [ -> ]If playerdebug overlay shows "forward:0 B 100%" then it is not caching the video file ("0 B" means "0 bytes", which is the amount of data that has been cached).
Thanks a lot for the explanation,makes perfect sense! I somehow missed the "0 B" when looking at the stats...

so long,

Hias
(2017-11-05, 21:07)cesarleeds Wrote: [ -> ]
(2017-11-05, 20:21)3DBuff Wrote: [ -> ]Same problem with 3D here. 3D ISO files play in 2D now Sad
@-DH- traced it back to #1019 as the last version playing 3D MVC fles.
https://forum.kodi.tv/showthread.php?tid...pid2658671

Not only ISOs, even m2ts doesn´t work for me, although the files are perfectly fine, i mean, they played before.

Same Problem
New LibreELEC.tv Leia build #1106: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: d03c045e74a0b98ac58e49ad6dd1ed76150f2d16f6ae054c747e44fc7567b5a1 (RPi)
SHA256 Checksum: ab353a8b4b39e84016bd8f03179bfd5dd9c8fec54a0dd9be33ec63d38ddcba54 (RPi2)

Code:
# uname -a
Linux rpi512 4.13.11 #1 Mon Nov 6 21:20:49 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Nov  3 2017 17:05:40
Copyright (c) 2012 Broadcom
version 1bcf9152e3b2ab5c67dcb9c7c1f6d9256d9a6f38 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171106211705-#1106-gbb48eac8b [Build #1106]

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

Based on tip of LibreELEC.tv master (bb48eac, changelog) and tip of XBMC master (e7cd4a1, changelog) with the following modifications: Build Highlights:
  1. [GUI] revert scrollbar initialization from #12213
  2. [PVR] Fix handling of epg tag attributes 'cast', 'writer', 'director' and 'genre'
Build Details:
  1. LibreELEC.tv:
    • swig: couple of buildsystem fixes (PR:2181, 2 commits, 2 files changed)
    • Add linuxmint to checkdeps (PR:2166, 1 commit, 1 file changed)
    • linux: update to linux-4.13.11 (PR:2118, 12 commits, 5 files changed)
  2. XBMC:
    • Add support for trp & f4v video file formats (PR:13005, 2 commits, 1 file changed)
    • FIX: [win10] Battery values are nillable (PR:13009, 1 commit, 1 file changed)
    • changed: drop enumeration and hardcoding for supported protocols (PR:12973, 1 commit, 3 files changed)
    • Fix missing msgstr (PR:13011, 1 commit, 1 file changed)
    • [fix][websocket] Connection header must include not match Upgrade (PR:13001, 1 commit, 1 file changed)
    • [depends] bump libplist to 2.0.0 (PR:12984, 1 commit, 6 files changed)
    • [cmake] linux: name kodi binary according to platform name (PR:13004, 1 commit, 5 files changed)
    • [PVR] Fix handling of epg tag attributes 'cast', 'writer', 'director' and 'genre'. (PR:13013, 1 commit, 7 files changed)
    • [darwin] debugging doesn't work in Xcode with -Og flag (PR:13014, 1 commit, 1 file changed)
  3. inputstream.adaptive:
  4. peripheral.joystick:
    • [win10] fix for uwp (PR:126, 1 commit, 2 files changed)
  5. pvr.zattoo:
    • Add session information to log output (3e40f5b)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2182: kodi: updates for Dec 2017
    • Added: [env] PR:2183: giflib: fix reallocarray exception build failure
    • Added: [pkg] PR:13002: [GUI] revert scrollbar initialization from #12213
Weekly Linux 4.14-rc8 build #1106x: RPi / RPi2
New LibreELEC.tv Leia build #1107: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 81e008ce7aa6e7de99bd7758b1e4453be56456b230e34e738a7934c604c825d0 (RPi)
SHA256 Checksum: 105b779cc572f58e4eadf1c3dfbc9ee53b8b1abc1ea7cc6594aebf960b7defd0 (RPi2)

Code:
# uname -a
Linux rpi512 4.13.11 #1 Tue Nov 7 21:04:33 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Nov  3 2017 17:05:40
Copyright (c) 2012 Broadcom
version 1bcf9152e3b2ab5c67dcb9c7c1f6d9256d9a6f38 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171107210323-#1107-g5428966 [Build #1107]

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

Based on tip of LibreELEC.tv master (5428966, changelog) and tip of XBMC master (ee322be, changelog) with the following modifications: Build Highlights:
  1. Various language updates
Build Details:
  1. LibreELEC.tv:
    • brcmfmac_sdio-firmware-rpi: update to brcmfmac_sdio-firmware-rpi-13edcc7 (PR:2169, 1 commit, 1 file changed)
    • samba: update to samba-4.7.1 (PR:2171, 2 commits, 2 files changed)
    • xf86-video-nvidia: update to xf86-video-nvidia-384.98 (PR:2173, 1 commit, 2 files changed)
  2. XBMC:
    • Fix for PR#13004 in kodi.sh.in (PR:13018, 1 commit, 1 file changed)
    • osx: fix high cpu usage when obscured (PR:13016, 1 commit, 1 file changed)
    • Modifications needed for building Kodi 18 on FreeBSD host (PR:12992, 3 commits, 16 files changed)
    • fixed: regression from a1c4476a3ee4f463f4462e6f7dbe0aabdb926dcf (PR:13022, 1 commit, 1 file changed)
    • [lang][skin.estuary] updated language files from Transifex (4b0dc87)
    • [lang][skin.estouchy] updated language files from Transifex (6c33c5c)
  3. pvr.dvbviewer:
    • [lang] updated language files from Transifex (6129441)
  4. pvr.hdhomerun:
    • [lang] updated language files from Transifex (7721ce6)
  5. pvr.hts:
    • 4.2.6: More code cleanup. Fixes. New autorec dedup types. New EPG tag attributes. closes #340, closes #341 (PR:342, 8 commits, 13 files changed)
    • [lang] updated language files from Transifex (2c6a7c9)
  6. pvr.pctv:
    • [lang] updated language files from Transifex (eddee4e)
  7. pvr.stalker:
    • [lang] updated language files from Transifex (3b6f231)
  8. pvr.vbox:
    • [lang] updated language files from Transifex (8abcab3)
  9. pvr.wmc:
    • [lang] updated language files from Transifex (55e701b)
  10. pvr.zattoo:
    • Allow playing current program from start without recall (138d35a)
is it possible to watch hdr/dolby vision with libreelec and listen to dolby atmos?
(2017-11-08, 16:13)heinzgruber Wrote: [ -> ]is it possible to watch hdr/dolby vision with libreelec and listen to dolby atmos?

Regarding the Dolby Atmos:
No. The bandwidth of the RPi2/3 is not enough to play TrueHD via its HDMI port.

And I also do not think that DolbyVision is supported.
New LibreELEC.tv Leia build #1108: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 40ad0c13210eab1c024e6c6e166e5c6222032acdc2c06c52839ebef0851e8e3d (RPi)
SHA256 Checksum: 6d8f5262caeb422cf8b8c4af0937c8f95ae529dc339e27f0c6213e7c07e4c5bc (RPi2)

Code:
# uname -a
Linux rpi512 4.13.11 #1 Wed Nov 8 23:00:12 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Nov  3 2017 17:05:40
Copyright (c) 2012 Broadcom
version 1bcf9152e3b2ab5c67dcb9c7c1f6d9256d9a6f38 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171108225815-#1108-gadfe87b [Build #1108]

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

Based on tip of LibreELEC.tv master (adfe87b, changelog) and tip of XBMC master (857455c, changelog) with the following modifications: Build Highlights:
  1. inputstream.adaptive, peripheral.joystick fixes
  2. connman.py: More secure default password for tethering
  3. Fix parsing settings.xml in oe_setup_addon
Build Details:
  1. LibreELEC.tv:
    • imx6: temporarily remove project (PR:2176, 1 commit, 102 files changed)
  2. XBMC:
    • [JSON RPC][Music]Extra artist data with JSON API update (PR:12963, 2 commits, 15 files changed)
    • [depends] remove google breakpad (PR:13025, 2 commits, 3 files changed)
    • [GUI] Fix scrollbar initial value for FixedList and MediaWindow (#13002) (8caf680)
  3. inputstream.adaptive:
    • [HLS] fix base_domain handling (8a1023d)
    • version bump (2.1.6 -> 2.1.7) (c35bf3c)
    • [TTML] ignore namespaces (24d8e8f)
  4. peripheral.joystick:
    • Add buttonmaps for 8Bitdo ZERO (PR:128, 6 commits, 7 files changed)
    • Debian: update URL to xbmc org (PR:127, 2 commits, 1 file changed)
  5. pvr.zattoo:
    • Disable playing future program (60f3128)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2167: Fix parsing settings.xml in oe_setup_addon
    • Added: [pkg] PR:86: connman.py: More secure default password for tethering (service.libreelec.settings)
Is there somewhere some explenation on how these builds are made? I've been building my own because I need this libcec fix for my LG tv, but in the regular libreelec git HEVC is not working yet. Is there an easy way for adding that libcec commit in one of these builds?
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