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
I just did a clean install of Libreelec 8 on my RPI2 and updated it directly after that with the latest Milhouse build.

What I found is that the Original Libreelec shows the CPU temperature in the settings menu, but the latest Milhouse build doesn't (it displays a question mark).
I've searched the thread but I couldn't find anything about it so I am wondering if this is a known problem or how to solve it.

Tested it on two RPI2's.
It's oke on my RPI3.

Thanks!
(2017-03-09, 10:11)nick w Wrote: [ -> ]So if i ran 4 kodi 18s and 1 kodi 17, i would have a split DB with different watched statuses wouldn't I?

Yes.
(2017-03-10, 00:11)rudrood Wrote: [ -> ]I just did a clean install of Libreelec 8 on my RPI2 and updated it directly after that with the latest Milhouse build.

What I found is that the Original Libreelec shows the CPU temperature in the settings menu, but the latest Milhouse build doesn't (it displays a question mark).
I've searched the thread but I couldn't find anything about it so I am wondering if this is a known problem or how to solve it.

Tested it on two RPI2's.
It's oke on my RPI3.

Thanks!

Thanks, will look into that. I don't have an RPi2 here so can't replicate but will check amongst the team.

Edit: Can you use ssh in to one of your RPi2 and run the following, then paste the output:
Code:
cat /flash/config.txt | pastebinit
dmesg | pastebinit
vcdbg log msg 2>&1 | pastebinit
cat /sys/class/thermal/thermal_zone0/temp
Thanks.
New LibreELEC.tv Leia build #0309: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.1 #1 Thu Mar 9 21:03:37 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar  2 2017 15:37:10
Copyright (c) 2012 Broadcom
version a867bcec14cd829107be1c03c0953a076919f4d7 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170309210235-#0309-g4ba2169 [Build #0309]

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

Based on tip of LibreELEC.tv master (4ba21693, changelog) and tip of XBMC master (924911cd, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. XBMC:
    • [depends] libfmt: remove BASE_URL pointing to github (PR:11830, 2 commits, 1 file changed)
    • Fix CHANGELOG if not exist (PR:11813, 2 commits, 1 file changed)
    • [depends] libfmt: fix retrieval of source tarball (3990b74f)
  2. inputstream.adaptive:
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: tvheadend42: fix ffmpeg
(2017-03-10, 04:55)Milhouse Wrote: [ -> ]
(2017-03-10, 00:11)rudrood Wrote: [ -> ]I just did a clean install of Libreelec 8 on my RPI2 and updated it directly after that with the latest Milhouse build.

What I found is that the Original Libreelec shows the CPU temperature in the settings menu, but the latest Milhouse build doesn't (it displays a question mark).
I've searched the thread but I couldn't find anything about it so I am wondering if this is a known problem or how to solve it.

Tested it on two RPI2's.
It's oke on my RPI3.

Thanks!

Thanks, will look into that. I don't have an RPi2 here so can't replicate but will check amongst the team.

Edit: Can you use ssh in to one of your RPi2 and run the following, then paste the output:
Code:
cat /flash/config.txt | pastebinit
dmesg | pastebinit
vcdbg log msg 2>&1 | pastebinit
cat /sys/class/thermal/thermal_zone0/temp
Thanks.

I am running on a RPi2 and can reproduce on #0309.

As requested:
http://sprunge.us/MbMh
http://sprunge.us/WXNA
http://sprunge.us/JfMK
cat: can't open '/sys/class/thermal/thermal_zone0/temp': No such file or directory

LibreELEC:~ # ls -al /sys/class/thermal/
total 0
drwxr-xr-x 2 root root 0 Feb 26 01:24 .
drwxr-xr-x 45 root root 0 Jan 1 1970 ..

Update:
bcmstat.sh is also broken

LibreELEC:~ # bcmstat.sh
Config: v0.4.4, args "", priority lowest (+19)
Board: 4 x ARMv7 cores available, performance governor (Pi2 Model B rev 1.1, BCM2836 SoC with 1GB RAM by Sony)
Memory: 1008MB (split 848MB ARM, 160MB GPU)
HW Block: | ARM | Core | H264 | SDRAM |
Min Freq: | 600MHz | 250MHz | 0MHz | 600MHz |
Max Freq: | 1000MHz | 500MHz | 500MHz | 600MHz |
Voltages: | +3, 1.3875V | +3, 1.2750V |
Other: temp_limit=85, sdram_schmoo=0x2000020
Firmware: Mar 2 2017 15:37:10, version a867bcec14cd829107be1c03c0953a076919f4d7 (clean) (release)
Codecs: H264 H263 MPG4 VP8 VP6 VORB THRA MJPG FLAC PCM
Booted: Fri Mar 10 07:30:40 2017Traceback (most recent call last):
File "/usr/bin/bcmstat.sh", line 1562, in <module>
main(sys.argv[1:])
File "/usr/bin/bcmstat.sh", line 1468, in main
getBCM283X(BCM)
File "/usr/bin/bcmstat.sh", line 522, in getBCM283X
tCore = float(readfile("/sys/class/thermal/thermal_zone0/temp"))
ValueError: could not convert string to float:

Update 2
bcmstat.sh isn't showing the memory split I expect based on config.txt, total_mem=1023, gpu_mem_1024=320

Update 3:
The broken temperature, started in build #0220 (New 4.10.0 kernel)
The broken memory split, started in build #0227 (New firmware (dtoverlay, arm_loader, gpuserv, MMAL/IL); sound: Support for Dion Audio LOCO-V2 DAC-AMP HAT)
I am seeing a weird issue right now with #308 but I didn't see it with a prior version. I don't know the exact number since I was out of town earlier this week and didn't want to touch the device with the wife home alone.

I am playing various files and seeing audio dropouts in random times across the playback. Nothing else changed on my side except the versions.

Debug log is at https://dl.dropboxusercontent.com/u/207349/kodi.log (Sorry pastebinit isn't working as expected).
(2017-03-10, 15:34)pyrodex Wrote: [ -> ]I am seeing a weird issue right now with #308 but I didn't see it with a prior version. I don't know the exact number since I was out of town earlier this week and didn't want to touch the device with the wife home alone.

I am playing various files and seeing audio dropouts in random times across the playback. Nothing else changed on my side except the versions.

If this is a new problem then identifying the first build with the problem would be very useful.
i realized I can't play hevc 10-bit videos, isn't it implemented on this version of kodi yet?
(2017-03-10, 20:25)kerman Wrote: [ -> ]i realized I can't play hevc 10-bit videos, isn't it implemented on this version of kodi yet?

http://forum.kodi.tv/showthread.php?tid=...pid2530706
New LibreELEC.tv Leia build #0310: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.1 #1 Fri Mar 10 21:42:37 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar  2 2017 15:37:10
Copyright (c) 2012 Broadcom
version a867bcec14cd829107be1c03c0953a076919f4d7 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170310214130-#0310-g748c5dc [Build #0310]

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

Based on tip of LibreELEC.tv master (748c5dc5, changelog) and tip of XBMC master (e5a71625, changelog) with the following modifications: Build Highlights:
  1. PR:1347: merge xml files during installation of kodi
  2. libnfs: Fix lots of double free bugs, and two tiny build script improvements
Build Details:
  1. LibreELEC.tv:
    • repo-tool: add retroplayer support (PR:1299, 1 commit, 1 file changed)
    • repository.retroplayer.libreelec.tv: add repo for retroplayer (PR:1298, 1 commit, 3 files changed)
    • buildsystem: Don't restrict PKG_NEED_UNPACK to package.mk (PR:1424, 1 commit, 4 files changed)
    • imx6/linux: add timeout on idle for gpio-ir-recv (PR:1420, 1 commit, 2 files changed)
    • libdvbcsa: update to aae3d0c (PR:1381, 1 commit, 1 file changed)
  2. XBMC:
    • [linuxinput] map KEY_SLEEP to power (PR:11831, 1 commit, 1 file changed)
    • [depends] filter out unwanted optimization flags (PR:10970, 2 commits, 4 files changed)
    • Fix EGLNativeTypeAmlogic for probing resolutions (PR:11816, 1 commit, 1 file changed)
    • [depends] libfmt: really fix native build (ad79cf50)
  3. libnfs:
    • Fix lots of double free bugs, and two tiny build script improvements (PR:175, 3 commits, 10 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1347: merge xml files during installation of kodi
Is anyone having issues with 3D ISO playback? I just setup a new rpi3 with the latest kodi 17 and 18 builds and none of my 3D iso files will play.

•#1129, 29-Nov-2016: RPi / RPi2 -- Release post (kodi-theme-Estuary: updated default background colour (and other changes); add Hifiberry ALSA config)
•#0310, 10-Mar-2017: RPi / RPi2 -- Release post (PR:1347: merge xml files during installation of kodi; libnfs: Fix lots of double free bugs, and two tiny build script improvements)

All my regular mkv files, 3D SBS mkv files play fine. The 3D ISO files do not even get listed as 3D type by Kodi. I have gone through all the recommended Kodi settings for setup and wanted to see if this capability is in the latest builds.
Is there any way to set audio/video delay? I need to correct lip sync with a delay of 175ms. Cannot find it anymore?
Currently running #0310 (noticed an issue in last couple of builds) in way we are able to control playback of local and stream TV shows via remotes.

When streaming from add-ons such as iplayerwww, unable via hand remote to interact with playback options "unable to move across to settings because "pause" option removed which is the expected focused item?"

Streaming (NO Pause option, no other option pre-focused?)

Image

Local Playback (Pause option available and focused)

Image

Reason I noticed this because I tend to use remote to switch subtitles off/on depending on whats beeing watched/who is watching the TV.
Note: Using a mouse, I am able to move/hover over an option, once the option becomes highlighted during streamed playback able to use remote to move left/right correctly and select option required.
Assume removal of pause is NOT intended?

---edited---to add a kodi.log with 1st couple of attempts at Live streaming with iplayer and itv addons appearing to work correctly before an eventual fail with a Live stream?
(2017-03-11, 08:05)Highendsyl Wrote: [ -> ]Is there any way to set audio/video delay? I need to correct lip sync with a delay of 175ms. Cannot find it anymore?

Is this with stock Estuary?

While playing the video open the OSD, click on "Settings" (cogged wheel) then choose "Audio and subtitle settings". "Audio offset" is what you are looking for.

Image
Thnx, I knew that. However, I am on #310 Kodi 18. This option I do not have. (RPI2 + HifiBerry Digidac)
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