Kodi Community Forum
v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.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: v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) (/showthread.php?tid=269814)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - drdwridav - 2016-08-10

(2016-08-10, 16:16)popcornmix Wrote:
(2016-08-10, 15:55)drdwridav Wrote: Tvservice -S exactly the same
No change with the firmware swap.
Hope this is narrowing things down!

There is a problem in the HDMI spec.
To enable a 3D mode, you signal it in the AVInfoframe (out-of-band data transmitting during blanking periods).
The HDMI 1.3 spec didn't clearly specify how you switch out of the 3D mode.
The obvious interpretation is to say if 3D signalling is present then switch to 3D mode (if you are not in 3D mode) and if 3D signalling is absent switch to 2D mode (if you are not in 2D mode).

That has been clarified in the HDMI 1.4 spec to behave that way.

But I have heard of a few displays that don't switch out of 3D mode when the 3D signalling is removed. This is really a flaw in the display as 99% of displays do behave sanely.

But if you say your TV does behave as desired with LE 7.9.4 then there probably is some change we can make to fix it. Finding it may be tricky.

A debug log (wiki) from both Milhouse build and LE 7.9.4 would be the next step.

I think there is something a little ugly in the way kodi switches to 3D mode where it first switch to correct refresh then switches to 3D mode (see here).

I'd be interested to see if that sequence is different (or perhaps timing is different) between the two builds.

Hi popcornmix
Have sent you a pm with links to the debug logs.
Cheers

EDIT: one other quick finding. If I disable adjust display refresh rate -obviously playback jerky - but kodi does switch back to 2d properly on exiting. Interesting?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - marriol123343 - 2016-08-11

(2016-07-20, 12:23)popcornmix Wrote:
(2016-07-20, 04:10)marriol123343 Wrote: Without other changes on my system, I suddenly got described problems with these streams when I updated to LibreELEC Alpha 003 (or milhouse builds over the last weeks), 002 was fine.
Maybe the problem lies in changes in Videoplayer. Please have a look.

Unfortunately the south park add-on doesn't work in the UK (geo-blocked).
If any other sources that I can play show this problem I could look into it.

Otherwise if you can identify the first Milhouse nightly build with the problem, that would help narrow it down.

I decided to wait until Alpha 4 before doing that and: successfull! Whatever it was - problem is solved again after yesterdays update. Thanks :-)


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - Milhouse - 2016-08-11

(2016-08-11, 00:01)marriol123343 Wrote: I decided to wait until Alpha 4 before doing that and: successfull! Whatever it was - problem is solved again after yesterdays update. Thanks :-)

Is the problem solved in these builds (ie. #0809), or just Alpha 4 (7.90.004)? If the problem remains in these builds then it's not really fixed...


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - Milhouse - 2016-08-11

(2016-08-10, 19:38)HiHiMan Wrote: Hello,
I am trying to get sandmann79's amazon prime addon working - no success
I installed libreelec 7.0.2 for RPi2 as well as the Milhouse alpha #0807 and the getwidevine.sh

The addon is firstly working perfectly (navigation - Films, TV Series, Watchlist). Unfortunately I did not manged watching any stream. I always receive an error message that at least one error occured - for details see log file
log file

Can anybody help me? I am a Pi-Noob.

Thank you in advance
HiHiMan

@ ADMIN: Sorry, if this is not the correct support thread please feel to move this post to the correct area

Amazon won't work with LE 7.0.2 as that is Kodi 16 and you need Kodi 17 for working Amazon with inputstream.

The Amazon Prime Instant add-on is working for me with #0809 and UK Amazon. You're using the Sanmann addon, so try Prime Instant. Links in the first post.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - Milhouse - 2016-08-11

New LibreELEC.tv Krypton build #0810: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.7.0 #1 Thu Aug 11 01:17:00 BST 2016 armv6l GNU/Linux

# vcgencmd version
Aug 10 2016 20:40:48
Copyright (c) 2012 Broadcom
version c62d8dc8087e79a3e3e16846fc37ac9efa878731 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160811011521-#0810-gf808232 [Build #0810]

# vcdbg log msg 2>&1 | grep DTOK
002391.538: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (f808232f, changelog) and tip of XBMC master (fc55b02f, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. smsc95xx: Experimental: Enable turbo_mode and packetsize=2560 by default
Build Details:
  1. Firmware (Aug 10):
    • firmware: Add customisation project board type
    • firmware: platform: Enable Bluetooth on custom
    • firmware: gencmd: Add support for hdmi_cvt and hdmi_timings. See: link
    • firmware: arm_display: Allow source aspect ratio to be configured. See: link
    • firmware: mmal: Allow /dev/vchiq to be opened initialised prior to mmal_vc_init
  2. XBMC:
    • Haptics and Controller power-off (PR:9663, 8 commits, 52 files changed)
    • [cmake] Modernize find modules and show less verbose output (PR:10256, 5 commits, 50 files changed)
    • rbp: Fix up settings group for supportmvc (PR:10268, 1 commit, 1 file changed)
    • [PVR] Guide window: Fix selcting channel via channel number input, if… (PR:10267, 1 commit, 1 file changed)
    • [PVR] Reset ischannelpreview flag when pvr stream gets closed. Fixes trac#16840. (PR:10264, 3 commits, 3 files changed)
    • [cmake/packaging/android] Fix packaging of Python PIL (PR:10271, 1 commit, 1 file changed)
    • [PVR] CDirectoryProvider now supports async PVR startup. Fixes favori… (PR:10248, 8 commits, 16 files changed)
    • [cmake] Addons cleanup (PR:10257, 6 commits, 21 files changed)
    • player: guiinfo, fix typo in case PLAYER_IS_TEMPO (b629c651)
    • [cosmetic] whitespace: fix extra newlines (89d175ba)
  3. inputstream.mpd:
  4. peripheral.joystick:
    • Rumble and controller power off (PR:43, 3 commits, 13 files changed)
  5. newclock5:
    • Commits no longer in build:
      • rbp: Fix up settings group for supportmvc (a37610e8)
  6. kernel 4.7.y:
    • New commits in this build:
      • smsc95xx: Experimental: Enable turbo_mode and packetsize=2560 by default (d38b45a2)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - meccs - 2016-08-11

Quote:smsc95xx: Experimental: Enable turbo_mode and packetsize=2560 by default
What's the "story" behind this?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - Milhouse - 2016-08-11

(2016-08-11, 07:15)meccs Wrote:
Quote:smsc95xx: Experimental: Enable turbo_mode and packetsize=2560 by default
What's the "story" behind this?

http://forum.kodi.tv/showthread.php?tid=285288


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - HiHiMan - 2016-08-11

(2016-08-11, 02:24)Milhouse Wrote: [
Amazon won't work with LE 7.0.2 as that is Kodi 16 and you need Kodi 17 for working Amazon with inputstream.

The Amazon Prime Instant add-on is working for me with #0809 and UK Amazon. You're using the Sanmann addon, so try Prime Instant. Links in the first post.
Thanks for your Feedback - ijust updated from #0807 to #0810 and (Re-)installed widevine - hooray it works!!!
Thank you anyway


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - sarunu_vedejs - 2016-08-11

Hey guys, strange problem here. I have a USB RF kb+mouse combo that does not work with new LE builds, though it was working fine on old Milhouse OE builds. I've narrowed it down to OE build 0311 - this is where it started. 0310 worked fine. the device itself is recognized properly in both cases, identical lsusb, HID devices that it "provides" are listed in inputs peroperly (keyboard and mouse) etc.
Kodi just does not react to keypresses in any builds starting from OE build 0311, including this very latest LE build 0811.
Even more puzzling is the fact that if I hit ctrl-alt-del a few times, eventually it will cause a reboot!
So, any ideas beside getting a new KB for this machine?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - popcornmix - 2016-08-11

(2016-08-11, 13:47)sarunu_vedejs Wrote: Hey guys, strange problem here. I have a USB RF kb+mouse combo that does not work with new LE builds, though it was working fine on old Milhouse OE builds. I've narrowed it down to OE build 0311 - this is where it started. 0310 worked fine. the device itself is recognized properly in both cases, identical lsusb, HID devices that it "provides" are listed in inputs peroperly (keyboard and mouse) etc.
Kodi just does not react to keypresses in any builds starting from OE build 0311, including this very latest LE build 0811.
Even more puzzling is the fact that if I hit ctrl-alt-del a few times, eventually it will cause a reboot!
So, any ideas beside getting a new KB for this machine?

Presumably PR:8807. That was a big PR (> 10K new lines of code).
Can you grab a debug log from #0310 and #0311. Enable debug before booting up.
Just boot up, press a few keys (same ones in each case) and grab the logs. Hopefully we get something from build #0311 and can see what the difference is.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - ElectricPim - 2016-08-11

(2016-04-29, 16:00)ElectricPim Wrote:
(2016-04-29, 14:57)PhilE Wrote: Channels 12 & 13 will only work in regions that permit them. By default the interface comes up allowing channels 1-11, but if the country code is set to GB (or some other European country) then 12 and 13 become available.

Raspbian sets the country code from /etc/wpa_supplicant/wpa_supplicant.conf (e.g. "country=GB"), which you can change using raspi-config (Internationalisation Options -> Change Wi-fi Country). I haven't found an equivalent setting in LibreElec.

I'll discuss the options with @popcornmix.

Timezone country?

Is there already a way to enable WIFI channel 12 or 13?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - sarunu_vedejs - 2016-08-11

build 0310:
http://pastebin.com/anzcnU7b
Here I navigate to a file and play it using this KB.

0311:
http://pastebin.com/ep6DQvUk
here I'm pressing buttons but nothing happens, so, after a while, I disconnect the RF dongle

I would really appreciate your clues on how to proceed here


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - Sinisan - 2016-08-11

(2016-07-30, 08:43)niwa2 Wrote:
(2016-07-30, 00:41)Sinisan Wrote: Perhaps could I find a Kodi for Mac version with uses the same database version as in the build I use?

Have you seen the kodi nighly builds for Mac?
https://kodi.tv/download/

Thank you very much (..;and sorry for the delay Big Grin)


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - doldi - 2016-08-11

Hi milhouse

"smsc95xx: Experimental: Enable turbo_mode and packetsize=2560 by default" works fine for me,
but if i have a Netgear GS108 switch betweem router and Rpi3 or 2,
BR will stuttering an 1Gb/s - must downgrade to 100Mb/s speed.

With a cable direkt from the router all modes works on all Rpi.

any solution or tipps?
Router is ok and switch i have buy for 4 month ago (think also o.k.)

thx for help and answers.

Harald


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - Milhouse - 2016-08-12

New LibreELEC.tv Krypton build #0811: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.7.0 #1 Thu Aug 11 21:06:23 BST 2016 armv6l GNU/Linux

# vcgencmd version
Aug 10 2016 20:40:48
Copyright (c) 2012 Broadcom
version c62d8dc8087e79a3e3e16846fc37ac9efa878731 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160811210442-#0811-gf808232 [Build #0811]

# vcdbg log msg 2>&1 | grep DTOK
002389.420: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (f808232f, changelog) and tip of XBMC master (b7506f99, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. XBMC:
    • player: guiinfo, compare player_process ignoring case (PR:10270, 1 commit, 1 file changed)
    • [EPG] Fix recent notification optimization. (PR:10274, 1 commit, 3 files changed)
  2. peripheral.joystick:
    • [xinput] Move motor definitions to xml file (de29de0c)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:573: kodi/Intel: Various improvements from fritsch
    • Added: [env] PR:621: init: mount per-client boot/disk if available & configured