• 1
  • 383
  • 384
  • 385(current)
  • 386
  • 387
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-06-13, 06:38)delinend Wrote: If I "Resume at xx:xx:xx" a DVD/ISO movie (using OMXplayer), the OMXplayer crash.

This problem is very old. Hope someone can fix it.

All movie format played and resumed with MMAL is working fine.

The problem is only when resuming a DVD/ISO, and using OMXplayer.

Best regards
Please anyone, that can look into this OMXplayer problem ?
Since #0603 streams are stalling here:
Code:
15:05:16.626 T:1516733296  NOTICE: CVideoPlayerAudio::Process - stream stalled
15:05:17.652 T:1724842864 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
15:09:49.530 T:1657701232 WARNING: Previous line repeats 420 times.
Not sure if they're hanging after a certain time or with a certain time (%) until end.

http://ix.io/1drU
New LibreELEC.tv Leia build #0615: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: ff4b52c536efa42248a523f00d0522c849f13623d9d4ee4ef760844631ce4c7c (RPi)
SHA256 Checksum: f6ccd56e2ed43a54c25a80163ede6c85429444a1e9744fb8e61aa5fdd668ed54 (RPi2)

text:
# uname -a
Linux rpi512 4.14.49 #1 Fri Jun 15 21:04:40 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jun 7 2018 15:37:30
Copyright © 2012 Broadcom
version 4800f08a139d6ca1c5ecbee345ea6682e2160881 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180615210304-#0615-g83c436f [Build #0615]

# Kodi version
(18.0-ALPHA2 Git:37f55e6). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (83c436f, changelog) and tip of XBMC master (eea6e88, changelog) with the following modifications: Build Highlights:
  1. LinuxRendererGLES: consolidate custom renderers
  2. Revert "utils/IXmlDeserializable: drop useless interface"
Build Details:
  1. XBMC:
    • Misc code cleanups (PR:14046, 3 commits, 3 files changed)
    • Game OSD: Add rotation setting (PR:14019, 9 commits, 68 files changed)
    • LinuxRendererGLES: consolidate custom renderers (PR:14030, 1 commit, 4 files changed)
    • Revert "utils/IXmlDeserializable: drop useless interface" (PR:14049, 1 commit, 5 files changed)
    • [cmake] pass vaapi and vdpau options to internal ffmpeg (PR:14017, 2 commits, 3 files changed)
    • libinput: check max pointers (PR:14028, 1 commit, 2 files changed)
  2. pvr.dvbviewer:
    • AutoTimers: Change deduplication default (600ae4b)
    • Bump version to 3.6.1 (d6f1629)
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-06-15, 12:27)Germeleon Wrote: - Amazon App (with local DB) doesn't work at all:
    Menu loop (never lists movies or plays em, I stuck in the movie or series menu "genre, new arrived, years, et cetera)
    DB Update not possible (Alert again)

You should contact the author (Sandmann?) as that seems to be an addon bug.

(2018-06-15, 12:27)Germeleon Wrote: - Access to a SMB-Share under linux with SMBv1 only. If you lift up the protocol version to v2 or v3 you get a failure like "(Error NT_STATUS_UNSUCCESSFUL)" or "protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE"
This isn't the place to discuss Samba issues - there are dozens of threads on the LibreELEC forum which cover the same ground (99.9% of the time it's going to be a problem with your non-LibreELEC devices, particularly Windows 10 with any recent updates now that Microsoft has disabled SMB1 support, and access to Samba shares must now be authenticated). Or start a new thread here in the RPi forum, but do make it clear what device/OS is the Samba server, and what device/OS is the client. If the client is Windows 10 with the 1803 update and LibreELEC is the Samba Server, then enable authentication in the LE Samba Server as Windows 10 now requires authentication when accessing Samba shares. You should not have to enable SMB1, unless you're trying to connect to a server, or with a client, that is running an ancient version of Samba (eg. an Asus Router). Anyway, that's just some pointers - have a look on the LE forum, or start a new thread.
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-06-15, 15:31)ElectricPim Wrote: Since #0603 streams are stalling here:
Code:
15:05:16.626 T:1516733296  NOTICE: CVideoPlayerAudio::Process - stream stalled
15:05:17.652 T:1724842864 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
15:09:49.530 T:1657701232 WARNING: Previous line repeats 420 times.
Not sure if they're hanging after a certain time or with a certain time (%) until end.

http://ix.io/1drU

So you're saying the streams play correctly in #0602, but stall in #0603? None of the changes in #0603 look like an obvious candidate to me.
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-06-16, 06:40)Milhouse Wrote:
(2018-06-15, 15:31)ElectricPim Wrote: Since #0603 streams are stalling here:
Code:
15:05:16.626 T:1516733296 NOTICE: CVideoPlayerAudio::Process - stream stalled
15:05:17.652 T:1724842864 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
15:09:49.530 T:1657701232 WARNING: Previous line repeats 420 times.
Not sure if they're hanging after a certain time or with a certain time (%) until end.

http://ix.io/1drU 

So you're saying the streams play correctly in #0602, but stall in #0603? None of the changes in #0603 look like an obvious candidate to me. 
I agree. It looks unlikely that #0603 actually introduced the problem based on the new commits there.
Could you double check? I wonder if the failure is just intermittent and you just identified #0603 by chance.
between  updates 605 and 606 the wifi network throughput seemed to go from averaging 2.6 Mhz down load to 1.1Mhz down.  it has been the same on each build since.
I am on a RPi3
(2018-06-16, 06:40)Milhouse Wrote: So you're saying the streams play correctly in #0602, but stall in #0603? None of the changes in #0603 look like an obvious candidate to me.

Sorry, #0603 is playing fine, I reverted to it after later builds showed problems with streams.
(2018-06-04, 10:29)tjost Wrote:
(2018-06-04, 09:00)start78 Wrote: @3DBuff:

I had a problem once where i missed many of my movies out of nowhere. Emptying and rescanning the database didn't help.

Turned out that somehow a filter was set to only show watched movies...
 It seems that some Triggers where broken in the new Kodi Nightly.
Still can not change the InfoBar Type in my Live TV Mod Settings.
And all my Background Pictures in the Main Menu are gone. Also still got Problems while listen to Music. Sometimes it reboots out of the blue sometimes it hangs up without reboot. Switch back to 530 and all is fine. except the music.

Updated recently. Now my library only shows watched movies. Even if i set the filter to "show all" (or whatever it says in english).
(2018-06-17, 00:20)start78 Wrote:
(2018-06-04, 10:29)tjost Wrote:
(2018-06-04, 09:00)start78 Wrote: @3DBuff:

I had a problem once where i missed many of my movies out of nowhere. Emptying and rescanning the database didn't help.

Turned out that somehow a filter was set to only show watched movies...
 It seems that some Triggers where broken in the new Kodi Nightly.
Still can not change the InfoBar Type in my Live TV Mod Settings.
And all my Background Pictures in the Main Menu are gone. Also still got Problems while listen to Music. Sometimes it reboots out of the blue sometimes it hangs up without reboot. Switch back to 530 and all is fine. except the music.

Updated recently. Now my library only shows watched movies. Even if i set the filter to "show all" (or whatever it says in english).

Check your kodi log for errors, there's nothing we can do when you don't post a log. "Updated recently" also isn't very specific. If this is a database issue then go back to your old build and it should all work. Drop the latest MyVideos database, enable debug logging, repeat the upgrade to latest build then post the log if it contains migration errors. If there are no database errors then this problem is likely due to some other issue, in which case knowing the first build when the problem starts is valuable information.
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 #0616: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: a80d0f5bd209bcfe6b296bed60efc9033d9b811aeddb7b57a8008855967176ac (RPi)
SHA256 Checksum: 38bab50c019853121d9e7100c3d3d872563bc7831fa81e1d4d8f3bc915367c97 (RPi2)

text:
# uname -a
Linux rpi512 4.14.49 #1 Sat Jun 16 22:58:19 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jun 7 2018 15:37:30
Copyright © 2012 Broadcom
version 4800f08a139d6ca1c5ecbee345ea6682e2160881 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180616225536-#0616-g83c436f [Build #0616]

# Kodi version
(18.0-ALPHA2 Git:37f55e6). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (83c436f, changelog) and tip of XBMC master (a68fbef, changelog) with the following modifications: Build Highlights:
  1. Updated Realtek WiFi drivers (kernel 4.15.y+ compatible)
  2. ntfs-3g_ntfsprogs: fix mount problem caused by Windows 10 Creators Update
  3. Resolution: Fixup GetResolutionFromString
  4. [video] Cleanup and optimize CDVDFileInfo::ExtractThumb.
  5. PAPlayer: fix advancing playlist on error
  6. Fix playback of playlists
Build Details:
  1. XBMC:
    • [vdpau] Fix black screen after pvr channel switch. (PR:14060, 1 commit, 4 files changed)
    • Resolution: Fixup GetResolutionFromString (PR:14059, 1 commit, 1 file changed)
    • [video] Cleanup and optimize CDVDFileInfo::ExtractThumb. (PR:14061, 1 commit, 3 files changed)
    • VideoPlayer: only clear hints of streams on prepare (PR:14057, 1 commit, 1 file changed)
    • PAPlayer: fix advancing playlist on error (PR:14055, 1 commit, 2 files changed)
    • GUIMediaWindow: prevent from updates while updating (PR:14039, 1 commit, 3 files changed)
    • Fix playback of playlists (PR:14054, 2 commits, 2 files changed)
    • don't pass cryto to ffmpeg when transcoding (PR:14063, 1 commit, 1 file changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2772 (perma): linux (RPi): update to linux-4.14.49
    • Added: [env] PR:2776 (perma): linux (Generic): update to linux-4.17.2
    • Added: [env] PR:2777 (perma): ntfs-3g_ntfsprogs: fix mount problem caused by Windows 10 Creators Update
    • Added: [pkg] PR:14064 (perma): LinuxRendererGLES: remove early exit from Flush
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-06-16, 21:40)ElectricPim Wrote:
(2018-06-16, 06:40)Milhouse Wrote: So you're saying the streams play correctly in #0602, but stall in #0603? None of the changes in #0603 look like an obvious candidate to me.

Sorry, #0603 is playing fine, I reverted to it after later builds showed problems with streams.

So which is the first build that stalls for you, is it #0604? Or a later build? Knowing the first build with the issue is the first step to a fix.
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-06-16, 18:30)hagertyoh Wrote: between  updates 605 and 606 the wifi network throughput seemed to go from averaging 2.6 Mhz down load to 1.1Mhz down.  it has been the same on each build since.

There are no changes in #0605 that might affect WiFi performance, and #0606 did receive a new kernel which could possibly be a factor. Can you confirm the first build with degraded WiFi performance?

Are you sure it's not just a change in your local WiFi environment, eg. a new noisy neighbour on the same channel as you? Does changing the channel on your access point have any effect?

(2018-06-16, 18:30)hagertyoh Wrote: I am on a RPi3

RPi3B or RPi3B+? The RPi3B WiFi antennae isn't the best, and it may not take much to reduce throughput. The RPi3B+ antennae, and signal, is much better.
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.
I had same issue, I am on RPI2 , but It is wired...I noticed very high CPU usage on PVRManager,about 400%, I disabled TVH Client and it worked better but unsync...
  • 1
  • 383
  • 384
  • 385(current)
  • 386
  • 387
  • 495

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