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-12-12, 20:10)Vimes Wrote: [ -> ]Just to ask if there is a thread, section, GIT or something that I could follow for updates to the ALSA and audio engine updates.?
Thanks

This thread should be sufficient. Already fixed in #1212, I just haven't had time to post the release notes.
New LibreELEC.tv Leia build #1212: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: a7731700ba28d36ce68218c87cb4acecc3b3425bd6a309766ce203797b59a47a (RPi)
SHA256 Checksum: 674c1e922f9b2dad4fe635b5c3aab7e43453a48787d35345a2685b5d099f37f4 (RPi2)

Code:
# uname -a
Linux rpi512 4.14.5 #1 Tue Dec 12 21:11:30 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Dec  1 2017 16:20:32
Copyright (c) 2012 Broadcom
version 38ac72569d7fbd7cf75754d9f14c2495416aaee7 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171212210351-#1212-g871c73c [Build #1212]

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

Based on tip of LibreELEC.tv master (871c73c, changelog) and tip of XBMC master (4855b1a, changelog) with the following modifications: Build Highlights:
  1. New 4.14.5 kernel
  2. Restore ALSA/Pulse co-existence patch
  3. Shadow passwd file: overwrite if root is missing
Build Details:
  1. LibreELEC.tv:
    • shadow: detect corrupt content (PR:2316, 1 commit, 1 file changed)
    • Refactor scripts/checkdeps, fix missing deps (PR:2247, 6 commits, 1 file changed)
    • enable ccache with linaro aarch64 toolchain (PR:2314, 1 commit, 1 file changed)
  2. XBMC:
    • fix typo (*VAApi()->VAApi*()) and function signature of VAAPIRegister (PR:13174, 1 commit, 1 file changed)
    • [Estuary] Rework PVR seekbar + Fix PVR info dialog. (PR:13158, 3 commits, 5 files changed)
    • Update README.md to reflect increased number of translations (PR:13177, 1 commit, 1 file changed)
  3. kernel 4.14.y:
    • New commits in this build:
      • staging: vchiq_arm: Make debugfs failure non-fatal (aeabd883)
  4. Additional commits/pull requests/changes not yet merged upstream:
(2017-12-13, 01:00)steveh Wrote: [ -> ]Any idea when shadertoy will be back in the build?

I have uploaded new builds of visualization.shadertoy. Untested.
Installation of #1212 did not appear to resolve my existing ssh access denied issue. However deleting shadow & shadow- then rebooting, reset shh password to standard and I could then ssh into rpi2 as normal with standard libreelec password.
(so i must have messed up with my checking/testing modified password somehow)
You're probably not the first person to change a password to something complicated and then be unable to retype it 5 minutes later (unless you had it written down somewhere, maybe on a post-it stuck to the monitor...) Smile

Public/private keys are a lot easier and more secure, and PuTTY supports them well.
Weekly Linux 4.15-rc3 build #1212x: RPi / RPi2

Packages disabled/issues:
Code:
RTL8188EU
RTL8189FS
RTL8192CU
RTL8192DU
RTL8192EU
RTL8812AU
media_build
(2017-11-06, 18:12)Mike74 Wrote: [ -> ]
(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 
This is still an issue. Please can someonf fix this.
Thanks
(2017-12-13, 05:54)Milhouse Wrote: [ -> ]
(2017-12-12, 20:10)Vimes Wrote: [ -> ]Just to ask if there is a thread, section, GIT or something that I could follow for updates to the ALSA and audio engine updates.?
Thanks

This thread should be sufficient. Already fixed in #1212, I just haven't had time to post the release notes.

Great to see it back and working as good as ever. Thanks for the heads up.
Hi, after update from 8.2.1 to Milhouse 9.0 #1212, 12-Dec-2017 my remote Control not works (lirc)
(2017-12-13, 06:13)Milhouse Wrote: [ -> ]
(2017-12-13, 01:00)steveh Wrote: [ -> ]Any idea when shadertoy will be back in the build?

I have uploaded new builds of visualization.shadertoy. Untested. 
Just downloaded and tried with build 1212, no errors in the log (apart from a CAddonSettings parse error) but also just a black screen during audio playback.

Flicked to spectrum and this works, then back to shadertoy and nothing.

Regards
Steve
New LibreELEC.tv Leia build #1213: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 53c7f398f89fea05a984cc3ff8ef436aa51752084b74879d3a586358c953f3d2 (RPi)
SHA256 Checksum: c0966b716b234129c03ffb8d77c5461c420d5113f83427530f205cf80aa1245d (RPi2)

Code:
# uname -a
Linux rpi512 4.14.5 #1 Wed Dec 13 21:35:30 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Dec  1 2017 16:20:32
Copyright (c) 2012 Broadcom
version 38ac72569d7fbd7cf75754d9f14c2495416aaee7 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171213213418-#1213-g1315e7a [Build #1213]

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

Based on tip of LibreELEC.tv master (1315e7a, changelog) and tip of XBMC master (cfbf206, changelog) with the following modifications: Build Highlights:
  1. More AE fixes
Build Details:
  1. LibreELEC.tv:
    • scripts/create_addon: improve PKG_ADDON_PROJECTS check (PR:2311, 2 commits, 3 files changed)
    • projects/S905: new project (PR:2315, 3 commits, 24 files changed)
  2. XBMC:
    • windowing/gbm: cleanup and OO structure (PR:13136, 3 commits, 16 files changed)
    • windowing/gbm: fix building without vaapi (PR:13180, 1 commit, 1 file changed)
    • [cmake] add defines for alsa and pulseaudio (PR:13181, 2 commits, 3 files changed)
    • AESinkFactory: Adjust Sndio (PR:13183, 1 commit, 13 files changed)
    • Attempt to fix FileFactory test (PR:13168, 6 commits, 17 files changed)
    • AESinkFactory: Check return value of pulse (PR:13184, 3 commits, 6 files changed)
    • [cmake] linux: add option to enable link time optimization (PR:13153, 1 commit, 2 files changed)
    • [jenkins] improve revsion, date and branch name detection (PR:13167, 2 commits, 5 files changed)
    • X11: rework visuals (PR:13178, 1 commit, 2 files changed)
    • [Linux] Atomic DRM support (PR:12672, 4 commits, 8 files changed)
    • fixed: add missing audiooutput.dspaddonsenabled entry in settings.xml (PR:13188, 1 commit, 1 file changed)
  3. pvr.hdhomerun:
    • win10: fix build on UWP after #69 (PR:72, 1 commit, 1 file changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
(2017-12-13, 13:04)trevorjharris Wrote: [ -> ]
(2017-11-06, 18:12)Mike74 Wrote: [ -> ]
(2017-11-05, 21:07)cesarleeds Wrote: [ -> ]Not only ISOs, even m2ts doesn´t work for me, although the files are perfectly fine, i mean, they played before. 

Same Problem  
This is still an issue. Please can someonf fix this.
Thanks 
Yep, please, would love to see 3D back and working.
(2017-12-13, 19:59)BazingaICore Wrote: [ -> ]Hi, after update from 8.2.1 to Milhouse 9.0 #1212, 12-Dec-2017 my remote Control not works (lirc)

I guess you need to switch from lirc-rpi to gpio-ir.
New LibreELEC.tv Leia build #1214: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 2ab15564fe135d54075098ce37f6e87cc104b3e0ca0c3850ac1262d2db6ab2a2 (RPi)
SHA256 Checksum: a3c4d0ea0a3a2de364b86bbd3cce4208108893a6c4e164d60ccbc5c3826b056f (RPi2)

Code:
# uname -a
Linux rpi512 4.14.6 #1 Thu Dec 14 21:09:39 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Dec  1 2017 16:20:32
Copyright (c) 2012 Broadcom
version 38ac72569d7fbd7cf75754d9f14c2495416aaee7 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171214210652-#1214-g9155531 [Build #1214]

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

Based on tip of LibreELEC.tv master (9155531, changelog) and tip of XBMC master (cf696d4, changelog) with the following modifications: Build Highlights:
  1. New 4.14.6 kernel
  2. Drop gcc5 patch
  3. Drop Nuvoton and Ouya controller support
  4. Libcec: Fix LG tv always changing input
Build Details:
  1. LibreELEC.tv:
    • Libcec: Fix LG tv always changing input (PR:2320, 1 commit, 1 file changed)
    • dvb driver addons (PR:2270, 11 commits, 38 files changed)
    • chromium: update to newer version (PR:1730, 17 commits, 16 files changed)
    • kodi: safe mode [RFC] (PR:2228, 3 commits, 7 files changed)
  2. XBMC:
    • [Estuary] fix musicplaylisteditor (PR:13147, 1 commit, 1 file changed)
    • [cmake] make sure binutils are always defined (PR:13185, 1 commit, 1 file changed)
    • FFmpegImage: Resolve Typo - make it more human readable (PR:13194, 1 commit, 1 file changed)
    • Fix crash on POSIX that happens if HOME is not set. (PR:13193, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2317 (perma): linux: update to linux-4.14.8
    • Added: [env] PR:2323 (perma): buildsystem: source functions earlier, validate project/arch earlier, refactor show_config
I got "large audio sync error" on twitch and youtube live streaming.
It make stutter frames very often.
And problem solved by setting PLL option to "High" or "Max"  "Medium", but it doesn't perfect.
Is it normal?

Code:

12:42:31.997 T:1400894352  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
12:42:32.012 T:1942134800  NOTICE: m_playbackStarting
12:42:32.012 T:1942134800  NOTICE: StereoscopicsManager::IsPlaying
12:42:32.012 T:1942134800  NOTICE: StereoscopicsManager::HasAudio
12:42:32.012 T:1942134800  NOTICE: StereoscopicsManager::Stream valid
12:44:23.653 T:1400894352  NOTICE: CVideoPlayerAudio:Tonguerocess - stream stalled
13:15:00.716 T:1912136592 WARNING: ActiveAE - large audio sync error: -1815.069997
13:15:00.727 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.726038
13:15:00.739 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.860101
13:15:00.749 T:1912136592 WARNING: ActiveAE - large audio sync error: -1835.260413
13:15:00.761 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.594058
13:15:00.772 T:1912136592 WARNING: ActiveAE - large audio sync error: -1836.719840
13:15:00.780 T:1912136592 WARNING: ActiveAE - large audio sync error: -1837.051974
13:15:00.789 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.379788
13:15:00.797 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.710362
13:15:00.806 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.963226
13:15:00.813 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.276976
13:15:00.821 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.589944
13:15:00.829 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.948433
13:15:00.837 T:1912136592 WARNING: ActiveAE - large audio sync error: -1833.998277
13:15:00.845 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.332497
13:15:00.854 T:1912136592 WARNING: ActiveAE - large audio sync error: -1835.679476
13:15:00.873 T:1912136592 WARNING: ActiveAE - large audio sync error: -1834.247547
...
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