• 1
  • 400
  • 401
  • 402(current)
  • 403
  • 404
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-07-24, 20:23)popcornmix Wrote: Can you confirm the build with the issue? 
The current #0723 has the issue. Not sure in which build the issue has reappeared, I will need to do some testing.
(2018-07-24, 20:23)popcornmix Wrote: Can you confirm the first build with the issue? 
That issue was fixed in #0530 and reappeared in #0709.
(2018-07-24, 20:56)smp1 Wrote: That issue was fixed in #0530 and reappeared in #0709. 

If it is that issue, then it's the detection of inline asm. Prior to #709 we had a fix for the issue in the patches, but from #709 the fix should be upstream in ffmpeg code.

@Milhouse can you confirm this line is present in the ffmpeg source tree of your build?
https://github.com/xbmc/FFmpeg/blob/4.0....gure#L1039

It should look like
Code:
"\"$2\""
rather than
Code:
"$2"

Edit: Milhouse have you bumped to ffmpeg 4.0.2 like kodi has?
ffmpeg-e115b34 (4.0.0) is currently used in Milhouse builds.
The ""\"$2\""" is indeed missing from the patch for some reason. I rebuilt ffmpeg with "\"$2\"" and that video works properly now.
(2018-07-24, 21:18)popcornmix Wrote:
(2018-07-24, 20:56)smp1 Wrote: That issue was fixed in #0530 and reappeared in #0709. 

If it is that issue, then it's the detection of inline asm. Prior to #709 we had a fix for the issue in the patches, but from #709 the fix should be upstream in ffmpeg code.

@Milhouse can you confirm this line is present in the ffmpeg source tree of your build?
https://github.com/xbmc/FFmpeg/blob/4.0....gure#L1039

It should look like
Code:
"\"$2\""
rather than
Code:
"$2"

Edit: Milhouse have you bumped to ffmpeg 4.0.2 like kodi has?

No, LE master (and my builds) is still using 4.0-Leia-Alpha-1

This is what I see for the configure in ffmpeg:
Image

I'll try updating to the latest ffmepg-4.0.2-Leia-Alpha3 - not always sure when to make the ffmpeg bump due to the ffmpeg patches we have.
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.
New LibreELEC.tv Leia build #0724: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 5ebe64ceb33154ebfb44bd94c8fe8b9d041445d55701509e7c6665c08987818a (RPi)
SHA256 Checksum: f6e7dcd0e515da8e3926e0a412c57c8547d0e452fa743aaa1f64bcd5297db372 (RPi2)

text:
# uname -a
Linux rpi512 4.14.56 #1 Tue Jul 24 21:04:44 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 17 2018 13:28:45
Copyright © 2012 Broadcom
version 4da89b2ba95c8826c492b1d734296c8a1a2c7d2b (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180724210326-#0724-g2a7ccda [Build #0724]

# Kodi version
(18.0-ALPHA3 Git:b7583e3). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (2a7ccda, changelog) and tip of XBMC master (c61da79, changelog) with the following modifications: Build Highlights:
  1. [Subtitles] Background color and background opacity settings
  2. [JSON]Fix music source handling to match schema
Build Details:
  1. LibreELEC.tv:
    • distro: allow configurable settings addon (PR:2843, 1 commit, 2 files changed)
  2. XBMC:
    • [VideoLibrary] Do not scan unsupported plugin sources + fix database cleaning (PR:14210, 2 commits, 8 files changed)
    • Use EGLContextUtil in Wayland (PR:13746, 14 commits, 15 files changed)
    • RetroPlayer: Remove width and height state from renderers (PR:14208, 5 commits, 16 files changed)
    • [Subtitles] Background color and background opacity settings (PR:14056, 9 commits, 13 files changed)
    • [JSON]Fix music source handling to match schema (PR:14222, 1 commit, 3 files changed)
  3. peripheral.joystick:
    • Updates for addon.xml.in (PR:149, 2 commits, 1 file changed)
  4. peripheral.xarcade:
    • Add Travis CI, Appveyor and Debian packaging files (PR:4, 3 commits, 9 files changed)
    • addon.xml.in: Bump version to 1.1 release (07be227)
  5. newclock5:
    • Commits no longer in build:
      • OMXImage: Switch filename to std:Confusedtring (5605c565)
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.
(2018-07-24, 23:39)Milhouse Wrote: I'll try updating to the latest ffmepg-4.0.2-Leia-Alpha3 - not always sure when to make the ffmpeg bump due to the ffmpeg patches we have.

LE master and patches builds OK with ffmepg-4.0.2-Leia-Alpha3 so I'll include the ffmpeg bump in #0725.
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.
(2018-07-25, 00:47)Milhouse Wrote: LE master and patches builds OK with ffmepg-4.0.2-Leia-Alpha3 so I'll include the ffmpeg bump in #0725. 

Cool - that should fix the hevc performance regression.
I see a hevc issue that started with #0722, fast motion even at 720p on a Rpi3 is jerky, so looking forward to #0725 to see if it is corrected. It isn't unwatchable which is why I didn't post a log file, but can definitely tell something isn't quite right.

The #0722 change log says it already includes ffmepg-4.0.2-Leia-Alpha3, so is that correct milhouse, or is there a newer alpha you meant to reference?
(2018-07-25, 01:42)J_E_F_F Wrote: I see a hevc issue that started with #0722, fast motion even at 720p on a Rpi3 is jerky
 There is nothing in #0722 that could affect HEVC.
well that's the build where I noticed the issue, and I ran #0721 which I didn't notice it.
(2018-07-25, 01:42)J_E_F_F Wrote: The #0722 change log says it already includes ffmepg-4.0.2-Leia-Alpha3, so is that correct milhouse, or is there a newer alpha you meant to reference?

LibreELEC builds an "external" ffmpeg, while Kodi is usually built with (and hence maintains) an "internal" ffmpeg version which is essentially irrelevant to LibreELEC (so long as the API remains compatible). In #0722, Kodi bumped the "internal" version, but LibreELEC remained on an older ffmpeg version as bumping ffmpeg isn't always possible until the various ffmpeg patches in LibreELEC are updated. As it happens those patches didn't need bumping (my fault for not checking) and I've now bumped to ffmpeg-4.0.2-Lei-Alpha3 for the next build.

Long story short, even though the Kodi part of the #0722 change log states that ffmpeg has been bumped in Kodi (and it was) there were no ffmpeg (or hevc) changes in the #0722 build.
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.
Why hyperion don't work ?
(2018-07-25, 12:48)misiuzeb Wrote: Why hyperion don't work ?

Contact Hyperion support, or use a stable build, if you can't post a useful bug report.
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
  • 400
  • 401
  • 402(current)
  • 403
  • 404
  • 495

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