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) - Aux_ - 2018-01-16

(2018-01-16, 04:18)Milhouse Wrote:
(2018-01-15, 23:41)Aux_ Wrote: Hi, I have a question
it´s possible to change the hostname over ssh?
I change the hostname in /etc/hosts but after reboot it's back the old hostname
Must the change occour in GUI?

Change the hostname element in /storage/.kodi/userdata/addon_data/service.libreelec.settings/oe_settings.xml. This settings file is loaded by the LibreELEC Settings add-on when Kodi starts and will eventually set the hostname. 
Thank you @Milhouse   Shy


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-16

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

SHA256 Checksum: 801a31fa7fa09c9ddb4df81e2dbd1e04a9ca5ebbabf18f12c872225b502b2ead (RPi)
SHA256 Checksum: 90858ef20177b78df61214860d6ab6b57a5ac2e0b12f987fe56733a7be15127e (RPi2)

text:
# uname -a
Linux rpi512 4.14.13 #1 Tue Jan 16 21:09:40 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Jan 11 2018 19:25:00
Copyright © 2012 Broadcom
version 0deb3d4e5956807bc641565696eeace31e3903c0 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180116210655-#0116-g14b52d6 [Build #0116]

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

Based on tip of LibreELEC.tv master (14b52d6, changelog) and tip of XBMC master (be4ddb2, changelog) with the following modifications: Build Highlights:
  1. Input fixes and modernization
  2. [PVR][Estuary] Guide window: Channel groups selector
Build Details:
  1. LibreELEC.tv:
    • update for Kodi 18 settings.xml changes (PR:2376, 1 commit, 1 file changed)
    • Add support for FD628 display (PR:2416, 2 commits, 4 files changed)
  2. XBMC:
    • AML: remove check for no longer used amlvideo/omx_pts (PR:13368, 1 commit, 1 file changed)
    • AMLCodec: fix hardware-accelerated VP9 playback (PR:13339, 1 commit, 2 files changed)
    • Input fixes and modernization (PR:13354, 16 commits, 95 files changed)
    • Games: Register setting handlers inside CGameSettings (PR:13340, 3 commits, 15 files changed)
    • [wayland] Use xdg-shell.xml from waylandpp (PR:13376, 2 commits, 2 files changed)
    • [PVR][Estuary] Guide window: Channel groups selector (PR:13364, 2 commits, 11 files changed)
    • [win10] fixes store failures. (PR:13375, 2 commits, 4 files changed)
  3. inputstream.adaptive:
    • [AdaptiveTree] Fix memory leak when releasing periods (68ad57b)
  4. peripheral.joystick:
    • Fix missing motor case (PR:135, 1 commit, 1 file changed)
  5. pvr.hts:
    • Replace logo with current tvh logo (PR:349, 1 commit, 1 file changed)
    • 4.2.12: Recordings improvements (PR:351, 3 commits, 4 files changed)
  6. pvr.iptvsimple:
    • added: pass on kodi properties from m3u (PR:174, 1 commit, 5 files changed)
  7. pvr.zattoo:
  8. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2418 (perma): xf86-video-nvidia-legacy: update to xf86-video-nvidia-legacy-340.106



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - germa18 - 2018-01-17

nice, they are a lot of things related to TVH  Smile


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Germeleon - 2018-01-17

Dear Milhouse, dear Team, I'm using the current version #0116, from 16-Jan-2018, and I can't play Amazon-Prime-Video-Streams (neither with Amazon nor Amazon VOD from the Sandmann's Repository). The Widevine-Plugin is installied, the OXMPlayer disabled. I'm receiving that failure alert:

"Playback failed
One or more items failed to play Check the system log for more information about this message."

You can take a look into the kodi log here: (password "K0d1": https://privatebin.net/?cdb621e698175cfb#exUa273vJ7LHECakFR8IBRh8+ghZgyKw48/Pl6sa5iI=

I'm wondering about the Error LInes in the end:10:50:52.044 T:1403962256 DEBUG: CurlFile::Open(0x726c0420) https://atv-ps-eu.amazon.de/cdp/catalog/GetPlaybackResources?asin=B010A60512&deviceTypeID=AOAGZA014O5RE&firmware=1&customerID=A7G0MLGC1TPOK&deviceID=c9f6d13fec8837925ef15032d4415649f825184419c8986dee511cee&marketplaceID=A1PA6795UKMFR9&token=03b7da619e8dd0b69dd1ed602acc7819&format=json&version=1&resourceUsage=ImmediateConsumption&consumptionType=Streaming&deviceDrmOverride=CENC&deviceStreamingTechnologyOverride=DASH&deviceProtocolOverride=Https&audioTrackId=all&deviceBitrateAdaptationsOverride=CVBR%2CCBR&videoMaterialType=Feature&desiredResources=Widevine2License
10:50:52.044 T:1403962256 INFO: easy_acquire - Created session to https://atv-ps-eu.amazon.de
10:50:52.514 T:1403962256 ERROR: AddOnLog: InputStream Adaptive: Unable to find license;hdcpEnforcementResolutionPixels in JSON string
10:50:52.515 T:1403962256 ERROR: AddOnLog: InputStream Adaptive: License update not successful (no keys)
10:50:52.515 T:1403962256 ERROR: AddOnLog: InputStream Adaptive: Initialize failed (SingleSampleDecrypter)
10:50:52.515 T:1403962256 DEBUG: AddOnLog: InputStream Adaptive: Session::~Session()
10:50:52.517 T:1403962256 ERROR: CVideoPlayer::OpenInputStream - error opening [https://d1l0nb3g075aoz.cloudfront.net/dm/2$-KMwuKNJa_7DAA7PPefFNnejsrA/0cf6/4fe8/ff4e/4cbc-ab0d-c87bc64f3ff3/2b62ee98-775a-410e-a1ea-98c1b84be3f8_corrected.mpd]

Ist the problem regarding the unfounded license and the missing keys known? What can I do to enjoys AMazon Prime video Smile?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Seppl - 2018-01-17

this problem is also currently discussed in the kodinerds Amazon Addon thread (german) starting here:

https://www.kodinerds.net/index.php/Thread/44211-Release-Amazon-Prime-Instant-Video/?postID=438402#post438402

Seems to have started yesterday. It looks like amazon might have changed something, as netflix/skygo still work and the problem is also on x86.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - tjost - 2018-01-17

Version #016 is the first version where I also notice a delay of picture and sound while playing Video.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-01-17

(2018-01-17, 12:56)tjost Wrote: Version #016 is the first version where I also notice a delay of picture and sound while playing Video.
Do you mean #0116?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-17

(2018-01-17, 12:07)Germeleon Wrote: Dear Milhouse, dear Team, I'm using the current version #0116, from 16-Jan-2018, and I can't play Amazon-Prime-Video-Streams (neither with Amazon nor Amazon VOD from the Sandmann's Repository). The Widevine-Plugin is installied, the OXMPlayer disabled. I'm receiving that failure alert:

(2018-01-17, 12:27)Seppl Wrote: this problem is also currently discussed in the kodinerds Amazon Addon thread (german) starting here:

https://www.kodinerds.net/index.php/Thread/44211-Release-Amazon-Prime-Instant-Video/?postID=438402#post438402

Seems to have started yesterday. It looks like amazon might have changed something, as netflix/skygo still work and the problem is also on x86.

This should be reported to the addon maintainers, as it looks like Amazon have changed their backend which now causes the addons to fail.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - indri - 2018-01-17

Todays build (#0116) fixed the problem (iptv live stream freeze).
Thanks a lot to @Milhouse @peak3d @rbuehlma !!


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - linkinsoldier - 2018-01-17

Looks like a new widevine.so is needed for the Amazon addon (according to the German forum) and therefore the getwidevine.sh might need an update.

Milhouse: is the getwidevine.sh script from you or someone else?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-17

(2018-01-17, 22:54)linkinsoldier Wrote: Looks like a new widevine.so is needed for the Amazon addon (according to the German forum) and therefore the getwidevine.sh might need an update.

Milhouse: is the getwidevine.sh script from you or someone else?

It's mine but was only a temporary solution and there are now widevine "Helper" add-ons available that should probably be used instead - I won't be updating the getwidevine.sh script and will probably even remove it now that it has served it's purpose.

@peak3d (or anyone else in-the-know) what's the situation with the widevine Helper add-ons, are they now being used by Netflix/Amazon?


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

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

SHA256 Checksum: f7d7471122196fe314e00e1b3ae48883469f6de505626c469e23949d3ff0d1b0 (RPi)
SHA256 Checksum: 0982e9d692ee1a14984ef9658eee3c58f89a116c4c8f1e51074673b793c1d083 (RPi2)

text:
# uname -a
Linux rpi512 4.14.14 #1 Wed Jan 17 21:12:48 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Jan 17 2018 17:19:55
Copyright © 2012 Broadcom
version 334597236bcc2498b0a044e21aa2f5b255bf3d22 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180117211132-#0117-g3f9e38f [Build #0117]

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

Based on tip of LibreELEC.tv master (3f9e38f, changelog) and tip of XBMC master (a462148, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. New 4.14.14 kernel
  3. Updated curl linking
Build Details:
  1. Firmware (Jan 17):
    • firmware: i2c_gpio: Preserve errors when asserts are suppressed
  2. LibreELEC.tv:
    • xf86-video-nvidia-legacy: update to xf86-video-nvidia-legacy-340.106 (PR:2418, 1 commit, 2 files changed)
  3. XBMC:
    • FIX: [droid;amc] arm issue under libc++ (PR:13378, 1 commit, 1 file changed)
    • Add missing visibility condition for channel group selector background image. (PR:13380, 1 commit, 1 file changed)
    • Build changes for ARM (PR:13320, 1 commit, 4 files changed)
    • [Fix]Visualisation none as default for all platforms (PR:13358, 1 commit, 2 files changed)
    • [PVR][Estuary] Guide window: Change channel groups selector layout. (PR:13382, 1 commit, 1 file changed)
    • [cmake] android: add HAS_LINUX_NETWORK to system defines (PR:13381, 1 commit, 1 file changed)
    • WinSystemAmlogic: don't strictly depend on fbdev_window (PR:13377, 1 commit, 2 files changed)
    • paplayer: fix playcount for cue sheets (PR:13383, 1 commit, 1 file changed)
    • [PVR] Fix: Do not auto close OSD if it was opened manually by the user. (PR:13379, 1 commit, 1 file changed)
  4. inputstream.adaptive:
    • [HLS] support GET parameters for license_key retrieval (9d183a9)
  5. pvr.zattoo:
    • Re-enable osx build and cleanup travis file (PR:10, 1 commit, 1 file changed)
  6. kernel 4.14.y:
    • New commits in this build:
      • overlays: Fix resetgpio and ledgpio for hy28a/b (55cd3a32)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2392 (perma): linux: update to linux-4.14.15 (-ish)
    • Added: [env] PR:2384 (perma): kodi: updates for Feb 2018
    • Added: [pkg] PR:13360 (perma): [xbmc] Link against curl instead of using dlopen.



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - f1vefour - 2018-01-18

Irrelevant


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - crocobar - 2018-01-18

I found this 9Now aussie plugin installs drmhelper as a dependency:

https://github.com/glennguy/plugin.video.9now

9Now won't run for me because it is for Australia, and I am in the US but glennguy was kind to explain in their chat that one can go to 9Now's settings-> debugging, and run widevine update from there. So I did, and it did update. It did not resolve the issue with Amazon VOD: with the new version of Libreelec 18 from today (devel-20180117211132-#0117-g3...) on Rpi3 and with just updated widevine it still does not work:

05:20:17.526 T:1838150544  NOTICE: [Amazon VOD] Using inputstream.adaptive Version:999.2.1.13
05:20:17.527 T:1838150544  NOTICE: [Amazon VOD] Checking AudioTrack
05:20:17.563 T:1942599776  NOTICE: VideoPlayer::OpenFile: https://d2lkq7nlcrdi7q.cloudfront.net/dm/2$pIfuAWqdhm_dmKurYOhHb-AAmHo~/bbf7/c09a/1899/4cb1-b6a5-81634b29de
af/706fcce9-1e1d-4c1b-8146-8ada1b14b39b_corrected.mpd
05:20:17.573 T:1493779344  NOTICE: Creating InputStream
05:20:17.728 T:1838150544  NOTICE: [Amazon VOD] Player Starting: 0.0/0.0
05:20:18.239 T:1493779344   ERROR: Interface_Filesystem::get_property_values - invalid data (addon='0x628a0228', file='0x6289f550')
05:20:19.099 T:1838150544  NOTICE: [Amazon VOD] Player Caching: 0.0/0.0
05:20:19.100 T:1838150544  NOTICE: [Amazon VOD] Player Resuming: 0.0/0.0
05:20:19.100 T:1838150544  NOTICE: [Amazon VOD] Codec: Samplerate:0 Channels:I()R(1)
05:20:19.704 T:1493779344   ERROR: AddOnLog: InputStream Adaptive: Unable to find license;hdcpEnforcementResolutionPixels in JSON string
05:20:19.704 T:1493779344   ERROR: AddOnLog: InputStream Adaptive: License update not successful (no keys)
05:20:19.704 T:1493779344   ERROR: AddOnLog: InputStream Adaptive: Initialize failed (SingleSampleDecrypter)
05:20:19.707 T:1493779344   ERROR: CVideoPlayer::OpenInputStream - error opening [https://d2lkq7nlcrdi7q.cloudfront.net/dm/2$pIfuAWqdhm_dmKurYOhHb-AAmHo~/bbf7/c09a/1
899/4cb1-b6a5-81634b29deaf/706fcce9-1e1d-4c1b-8146-8ada1b14b39b_corrected.mpd]
05:20:19.707 T:1493779344  NOTICE: CVideoPlayer::OnExit()


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Seppl - 2018-01-18

drmhelper seems to install version 1.4.8.823 which is probably similar/same as in milhouse's script, but the inputstreamhelper script seems to download a current recovery and extract widevine from that, so you might have more luck installing DAZN or Viaplay.