• 1
  • 251
  • 252
  • 253(current)
  • 254
  • 255
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2017-11-29, 19:35)paulyz Wrote: one more bug, in PVR after first change channel by pressing # you can't do this anymore. Example, I pressed #3, PVR changed to #3, but after, if I press #4, PVR do not change channel, but in play menu change time (seconds, minutes and etc).


If the player controls are visible when pressing one of the number keys, the number will be interpreted as input for the seek handler, not channel number switch handler. It was like this forever.
Quote:Can one of you open a trac ticket for this?
Already done ---> https://trac.kodi.tv/ticket/17676
NVIDIA Shield, H270M-Plus (i3-7100),NUC7i3BNH,WeTekHub,Pi2,Win10Server.
(2017-11-30, 00:31)smp1 Wrote: @popcornmix
2 of my samples stopped working with recent builds:

Sample #1: It works only if I remux it to mkv. With build #1123 and older it worked fine in .ts container.
Sample #2: Very slow buffering, then slow and jerky playback. Not sure what the last good build is.
Regarding "Sample #1": I reverted "VideoPlayer: demux ffmpeg - discard unknown streams" and the file plays fine now.
Sample #2 is still unplayable. The issue is present only with playback over LAN. Local playback works fine. It also works fine if the file is remuxed to mkv.
New LibreELEC.tv Leia build #1130: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 2de52c7ea683cd8804048ac4b3e0371757608d54833b1b0327f7db5e7a0d30af (RPi)
SHA256 Checksum: 2c4ff23182ddbd414fad5a890691b0c05bce14de2345a5daca2f20eefd05dfb4 (RPi2)

Code:
# uname -a
Linux rpi512 4.14.2 #1 Thu Nov 30 23:48:22 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Nov 17 2017 15:23:56
Copyright (c) 2012 Broadcom
version 2c2faa4c5e38cc04d01245905b8338e8fc55ee0d (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171130232905-#1130-g45ad320 [Build #1130]

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

Based on tip of LibreELEC.tv master (45ad320, changelog) and tip of XBMC master (12f6ad5, changelog) with the following modifications: Build Highlights:
  1. vfs.libarchive added
  2. [PVR] CPVRClient(s): Some more improvements
Build Details:
  1. LibreELEC.tv:
    • libamcodec: use surkovalex gh repo for arm64 (PR:2264, 0 commits, 0 files changed)
    • pcscd/ccid: new package (PR:2227, 0 commits, 0 files changed)
  2. XBMC:
    • [Music]Fix cancelling of music library export (PR:13105, 2 commits, 5 files changed)
    • [PVR] CPVRClient(s): Some more improvements (PR:13113, 3 commits, 4 files changed)
    • [win32] fixed endless loop on window resize and optimization for resi (PR:13118, 1 commit, 4 files changed)
  3. newclock5:
    • New commits in this build:
      • fixup! Apply ffmpeg patches automatically after downloading and extracting the ffmpeg tar ball (9c5e521f)
  4. kernel 4.14.y:
    • New commits in this build:
      • enable sht3x module in kernel, add sht3x definition to i2c-sensor dts definition (#2282) (c9d09812)
      • config: Add GPIO_PCF857X=m (998c0e94)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
    • Updated: [env] PR:2182 (perma): kodi: updates for Dec 2017
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-11-30, 23:22)smp1 Wrote: Regarding "Sample #1": I reverted "VideoPlayer: demux ffmpeg - discard unknown streams" and the file plays fine now.


Looks like this may fix it - test again with tonight's build.
(2017-12-01, 16:10)popcornmix Wrote: Looks like this may fix it.

Yep, this did fix it.
New LibreELEC.tv Leia build #1201: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 46a7317401910d0fa5a4c787c4c737ebbbca1a048294f938c7a78a853fcb409a (RPi)
SHA256 Checksum: 38ebc0bf39c3c71e3ca46e5c4b5bb50648fcf4436c91295966b963a05303a0cd (RPi2)

Code:
# uname -a
Linux rpi512 4.14.3 #1 Fri Dec 1 21:04:19 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-20171201210309-#1201-g7ab7345 [Build #1201]

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

Based on tip of LibreELEC.tv master (7ab7345, changelog) and tip of XBMC master (38e625a, changelog) with the following modifications: Build Highlights:
  1. New firmware (with aliases node)
  2. New 4.14.3 kernel
  3. VideoPlayer: fix detection of program change
  4. VideoPlayer: drop recording related methods
Build Details:
  1. Firmware (Dec 1):
    • firmware: arm_dt: Suppress non-fatal errors. See: link
    • firmware: dtoverlay: Create "/aliases" node when needed. See: link
  2. LibreELEC.tv:
    • kodi: updates for Dec 2017 (PR:2182, 9 commits, 50 files changed)
    • Various Mesa fixes (PR:2163, 5 commits, 1 file changed)
    • v4l-utils: fix sending scancodes with ir-ctl (PR:2282, 1 commit, 2 files changed)
    • [Net-snmp] Improve addon configuration options (PR:2280, 1 commit, 5 files changed)
  3. XBMC:
    • Retroplayer: add RPProcessInfoGbm (PR:13120, 3 commits, 5 files changed)
    • [win32] WinEventsWin32: sizing should follow moving as in original (PR:13121, 1 commit, 1 file changed)
    • VideoPlayer: fix detection of program change (PR:13122, 1 commit, 2 files changed)
    • VideoPlayer: drop recording related methods (PR:13114, 2 commits, 32 files changed)
    • [win10] WinSystemWin10: applying desired window size to runtime appli (PR:13123, 1 commit, 2 files changed)
    • [win32] don't use refresh rate workaround for 24/48/60Hz on windows 1 (PR:13125, 1 commit, 3 files changed)
    • [ios/native keyboard] - another main thread fix needed by tvos 11.1 (PR:13115, 1 commit, 2 files changed)
    • [cleanup][VideoPlayer] silence sign compare warning after 993572601b (PR:13126, 1 commit, 1 file changed)
  4. vfs.libarchive:
    • [win10] fix uwp build try two (PR:10, 3 commits, 6 files changed)
  5. newclock5:
    • Commits no longer in build:
      • fixup! Apply ffmpeg patches automatically after downloading and extracting the ffmpeg tar ball (9c5e521f)
  6. kernel 4.14.y:
    • Commits no longer in build:
      • config: enable upstream IR TX drivers (b568d281)
      • config: Add CONFIG_USB_LAN78XX=m (59f846e8)
      • config: Enable TINYDRM and drivers (28ad77f7)
      • config: Enable CONFIG_BRCMDBG temporarily for debugging (db095997)
      • config: Add CONFIG_GPIO_WATCHDOG=m (8c027e3e)
      • config: Add CONFIG_W1_SLAVE_DS2438=m (1915da6d)
      • configs: Regenerate defconfigs (cosmetic) (586becd0)
      • config: Add GPIO_PCF857X=m (998c0e94)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2242 (perma): linux: update to linux-4.14.3
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-11-29, 21:43)popcornmix Wrote: The reason for 3D not being detected in recent builds was due to the change in bitstream parsing in ffmpeg 3.4.
Last nights build includes a fix for that. My MVC Blu-ray sample was playing in 3D correctly - but there may be other issues.
Popcornmix, I didn't see anybody replying to it. I just tested today's build #1201.

3D is back ON!

I tested few minutes on couple of 3D ISO files. Looked great Smile

Thank you guys.
(2017-11-30, 06:08)Milhouse Wrote:
(2017-11-29, 17:58)misiuzeb Wrote: last good version is #1123, #1124 works terrible

(2017-11-29, 18:41)debutanker Wrote: Sounds pretty much like my problem ---> https://forum.kodi.tv/showthread.php?tid...pid2672463 .

If the problem starts with #1124 then I guess it's caused by one of the following:
(2017-11-25, 00:49)Milhouse Wrote:
  • XBMC:
    • kill g_Windowing, another nasty global (PR:13047, 6 commits, 172 files changed)
    • VideoPlayer: various fixes (PR:13095, 5 commits, 3 files changed)
Can one of you open a trac ticket for this?

PR #13122 fixed this issue for me!
Many thanks @FernetMenta!
NVIDIA Shield, H270M-Plus (i3-7100),NUC7i3BNH,WeTekHub,Pi2,Win10Server.
(2017-12-02, 01:27)3DBuff Wrote:
(2017-11-29, 21:43)popcornmix Wrote: The reason for 3D not being detected in recent builds was due to the change in bitstream parsing in ffmpeg 3.4.
Last nights build includes a fix for that. My MVC Blu-ray sample was playing in 3D correctly - but there may be other issues.
Popcornmix, I didn't see anybody replying to it. I just tested today's build #1201.

3D is back ON!

I tested few minutes on couple of 3D ISO files. Looked great Smile

Thank you guys. 
Not detected in 3D.tab.mkv :-(
(2017-12-02, 01:27)3DBuff Wrote:
(2017-11-29, 21:43)popcornmix Wrote: The reason for 3D not being detected in recent builds was due to the change in bitstream parsing in ffmpeg 3.4.
Last nights build includes a fix for that. My MVC Blu-ray sample was playing in 3D correctly - but there may be other issues.
Popcornmix, I didn't see anybody replying to it. I just tested today's build #1201.

3D is back ON!

I tested few minutes on couple of 3D ISO files. Looked great Smile

Thank you guys.

Not Working with SBS.mkv Abs ou.mkv
(2017-11-30, 03:16)Milhouse Wrote: New LibreELEC.tv Leia build #1129: RPi / RPi2(Supercedes previous build)
(Drop vfs.libarchive while testing some build issues; pvr.argustv with authenticated smb support)
Tried this build because of argus.tv. Runs good so far. I only have issues on playing one live TV channel on one specific transponder on my rpi2. the Channel starts buffering after a while....stops... goes on... buffers again. The channel plays fine on the  tv-server itself. Tried different settings with no luck. reset the libreelec settings to default didn't the trick. Log
Could  someone point a direction to have a look at?
(2017-12-02, 15:31)Screech Wrote:
(2017-11-30, 03:16)Milhouse Wrote: New LibreELEC.tv Leia build #1129: RPi / RPi2(Supercedes previous build)
(Drop vfs.libarchive while testing some build issues; pvr.argustv with authenticated smb support)
Tried this build because of argus.tv. Runs good so far. I only have issues on playing one live TV channel on one specific transponder on my rpi2. the Channel starts buffering after a while....stops... goes on... buffers again. The channel plays fine on the  tv-server itself. Tried different settings with no luck. reset the libreelec settings to default didn't the trick. Log
Could  someone point a direction to have a look at?

Have you tried new build #1201 ?
NVIDIA Shield, H270M-Plus (i3-7100),NUC7i3BNH,WeTekHub,Pi2,Win10Server.
(2017-12-02, 13:56)Mike74 Wrote:
(2017-12-02, 01:27)3DBuff Wrote:
(2017-11-29, 21:43)popcornmix Wrote: The reason for 3D not being detected in recent builds was due to the change in bitstream parsing in ffmpeg 3.4.
Last nights build includes a fix for that. My MVC Blu-ray sample was playing in 3D correctly - but there may be other issues.
Popcornmix, I didn't see anybody replying to it. I just tested today's build #1201.

3D is back ON!

I tested few minutes on couple of 3D ISO files. Looked great Smile

Thank you guys. 

Not Working with SBS.mkv Abs ou.mkv 
The fix addressed 3D MVC issue as pointed by Popcormix. More fixing needed to get to SBS and OU 3D formats.
I'm happy with 3D MVC.
New LibreELEC.tv Leia build #1202: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: c0e314d47ffaf1c27d66cec3dcf984688156f21c3d2a4972062ba40c506b3409 (RPi)
SHA256 Checksum: 2622a428abf250bed02e19683f50fa83ce4088b7a6805762132d72d6590ddfbb (RPi2)

Code:
# uname -a
Linux rpi512 4.14.3 #1 Sat Dec 2 21:04:25 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-20171202210313-#1202-g7ab7345 [Build #1202]

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

Based on tip of LibreELEC.tv master (7ab7345, changelog) and tip of XBMC master (bad23d6, changelog) with the following modifications: Build Highlights:
  1. Minor change
Build Details:
  1. XBMC:
    • [windows] WinRenderBuffer: clear loaded state on release. (PR:13128, 1 commit, 1 file changed)
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
  • 1
  • 251
  • 252
  • 253(current)
  • 254
  • 255
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24