• 1
  • 63
  • 64
  • 65(current)
  • 66
  • 67
  • 146
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)
(2016-02-04, 16:48)popcornmix Wrote:
(2016-02-04, 16:41)Kougami Wrote: OpenELEC sometimes freeze while playing music ? Log: http://pastebin.com/GjVV7Jdc

Don't cut down logs. Post them complete.
Code:
15:33:18 754.080505 T:1497662368   ERROR: Open - error probing input format, /storage/music/Warface - The 9 Circles/04. Warface Ft. Eric Dumont - Voice Of Addiction.mp3

Suggests ffmpeg doesn't like that file. Can you play it with another media player?

This file works fine, same problem while playing online radio with tunein. Log: http://xbmclogs.com/pzcqkbsjh


edit: Freeze while streaming Live-TV, seems not only a problem with music.
(2016-02-04, 18:01)Kougami Wrote: edit: Freeze while streaming Live-TV, seems not only a problem with music.

Can you disable your overclock as a first test.
(2016-02-04, 15:02)popcornmix Wrote:
(2016-02-04, 08:56)lixer Wrote: I tried watching Finding Nemo and the movie looks pretty awful. Its completely pixelated and the colors are washed out. It looks fine when I play the same movie in vlc.

Here is Kodi Log

Debug wasn't enabled for this log. A sample of this file would be more useful. Cut a one or two minute section. e.g. with mmg from mkvtoolnix and upload to a sharing site (e.g. google drive or dropbox).

Here is the Debug Log with debug enabled.

Here is a link to a small clip of the movie.

Much appreciate it....
(2016-02-04, 19:33)lixer Wrote: Here is a link to a small clip of the movie.

That's 10-bit H.264 (Hi10P). Not supported by any hardware decoders. You can disable OMXPlayer and MMAL in acceleration settings and the corruption will go, but it won't keep up.

You'll either need to convert that to a normal H.264 file, or use a fast PC class platform for software playback.
(2016-02-04, 17:39)polo_joe Wrote:
(2016-02-03, 08:46)MikeKL Wrote:
(2016-02-02, 16:34)polo_joe Wrote: with latest build I get no audio when watching livetv channels
debug log http://sprunge.us/NiKe
build 0131 was ok.
Switching for build #0129 to #0201 I also have no audio with SD or HD channels when playing Live TV
(TVHeadend frontend & backend running on Pi)

Standard log http://sprunge.us/FQaL

My usual Video Add-ons and local stored video playback audio is working as normal

same behavior with latest build 0203!

Same issue on Android nightly...
(2016-02-04, 12:16)menakite Wrote: Last build seems a bit confused about "network online". I do have a OS-level mount (but I wasn't experiencing any lockup on reboot).
Before the systemd bump months ago my network would be up in ~7 seconds and Kodi started a second after that (~8s). After bump, network would be online in ~15 seconds and Kodi started a second or two after that (~16-17s).
Today's build takes a while to bring up the interface, pinging the Pi while rebooting confirmed that network comes up after ~35 seconds.
"Network Online" service seems to timeout (after 30 seconds), mount service is started but fails and then Kodi is started (33 seconds):
Code:
10:50:43  33.529049 T:1963450368  NOTICE: Starting Kodi (17.0-ALPHA1 Git:e39724c). Platform: Linux ARM 32-bit

SSHing and starting the mount service manually works and Kodi is happy.
journalctl: http://sprunge.us/YcXZ

No idea what you have got going on there, here with build #203 I get the following without waiting for the network.
Code:
Startup finished in 3.277s (kernel) + 8.966s (userspace) = 12.244s

and the following with my NFS mount (waiting for network)
Code:
Startup finished in 3.314s (kernel) + 9.705s (userspace) = 13.020s

This is with a wireless network as well.

So check that you don't have any other services running.

Also could you please SSH into your RPi and get a boot chart for me
Code:
systemd-analyze plot > /storage/downloads/rpi-boot.svg
then upload the image somewhere so I can look at it.

also, the output of the following commands would be helpful
Code:
systemd-analyze blame
and
Code:
systemd-analyze critical-chain

also, my storage-videos.mount looks like this
Code:
[Unit]
Description=videos mount
Requires=network-online.service
After=network-online.service
Before=kodi.service

[Mount]
TimeoutSec=5s
What=192.168.1.108:/mnt/tank/movies
Where=/storage/videos
Options=nolock
Type=nfs

[Install]
WantedBy=multi-user.target

I have the "TimeoutSec=5s" value in there because I often take my RPi to the girlfriends (where there is not NFS server) and I don't want the failed mount to delay the boot process. This shouldn't be needed otherwise.
"PPC is too slow, your CPU has no balls to handle HD content." ~ Davilla
"Maybe it's a toaster. Who knows, but it has nothing to do with us." ~ Ned Scott
(2016-02-04, 21:19)Jönke Wrote:
(2016-02-04, 17:39)polo_joe Wrote:
(2016-02-03, 08:46)MikeKL Wrote: Switching for build #0129 to #0201 I also have no audio with SD or HD channels when playing Live TV
(TVHeadend frontend & backend running on Pi)

Standard log http://sprunge.us/FQaL

My usual Video Add-ons and local stored video playback audio is working as normal

same behavior with latest build 0203!

Same issue on Android nightly...

Also same issue here with TVHeadend. HD streams work fine (AAC codec), but SD (mp2) has no audio. Recorded TV (mkv container) works fine however even with mp2 format audio. Started with built 201.

I can obtain and post a proper log if the ones already posted aren't helpful, but I can see the log shows the failure as:

NOTICE: Opening stream: 1 source: 256
NOTICE: Finding audio codec for: 86016
DEBUG: FactoryCodec - Audio: passthrough - Opening
DEBUG: FactoryCodec - Audio: passthrough - Failed
DEBUG: FactoryCodec - Audio: FFmpeg - Opening
DEBUG: CDVDAudioCodecFFmpeg::Open() Unable to open codec
DEBUG: FactoryCodec - Audio: FFmpeg - Failed
ERROR: Unsupported audio codec
(2016-02-05, 00:49)lrusak Wrote: also, the output of the following commands would be helpful
Code:
systemd-analyze blame
Aha!
Thanks for the pointer.
Sorry lrusak, ignore my previous report...

I have a "problematic" SD card and a new kernel commit in this build caused it to timeout a couple times (but it's happy after that). This is slowing down the boot process a lot.
I have even reported that, but I failed to correlate the two issues... :-(

Edit: confirmed - re-enabled DMA and reverted to "debug_flags=1" network-online PR is working correctly.
New OpenELEC Krypton build #0204: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.4.1 #1 Thu Feb 4 21:05:05 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Feb  1 2016 17:54:49
Copyright (c) 2012 Broadcom
version b3dc56931507f355d503ea69397778643f7a3dc3 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160204210414-#0204-g64a0a8b [Build #0204]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (64a0a8bd, changelog) and tip of XBMC master (c3e572eb, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.4.y
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Includes latest dcadec master (0e074384, ahead +139)
  • Includes latest kodi-platform master (92583ef9, ahead +2)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (4476f11b, ahead +4)
  • Includes latest p8-platform master (38343e0a)
  • Includes latest addons: adsp.basic (598900a9), adsp.biquad.filters (71087c48), adsp.freesurround (990fee29), asplib (d8a34587, +8), pvr.argustv (c8f64fd4, +8), pvr.demo (32952941, +8), pvr.dvblink (ff02fe16, +10), pvr.dvbviewer (d10f17c6, +7), pvr.filmon (618594a7, +8), pvr.hdhomerun (41184673, +7), pvr.hts (5eceedaa, +43), pvr.iptvsimple (baaae159, +11), pvr.mediaportal.tvserver (39e89190, +33), pvr.mythtv (da0a6f50, +9), pvr.nextpvr (0c5d81d3, +10), pvr.njoy (13bd96fd, +7), pvr.pctv (ddef4bc9, +8), pvr.stalker (1a3cf911, +9), pvr.vbox (d9755e52, +11), pvr.vdr.vnsi (894555c6, +12), pvr.vuplus (b27f0819, +8), pvr.wmc (9b43f0be, +8)
  • Includes commits from service.openelec.settings/, ahead +1 (OpenELEC)
  • Include [env] e7cbe9cb: xf86-video-intel: explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] f26415ab: libass: bump to 0.13.1
  • Include [env] 2f83a1cf: xf86-video-intel: bump to 8b8c9a36 (fixes segfault when refreshrate changing)
  • Include [env] 3a6268c9: VAAPI: Enable EGL
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] 858f6461: xf86-video-intel: bump to 371219c
  • Include [env] compare: ffmpeg: Additional Jarvis 2.8.x patches
  • Include [env] patch: Clean Kodi view cache on startup
  • Include [env] patch: Enable other binary addons
  • Include [env] patch: [update] pvr.vuplus (thanks @seo)
  • Include [env] patch: Add experimental splash video
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] PR:4500: kodi: update to 17.0
  • Include [env] PR:4537: [scripts] Add PKG_SOURCE_NAME for non-standard package tarballs
  • Include [env] PR:4659: connman-wait-online and connman.service changes
  • Include [env] PR:4661: stripping changes
  • Include [env] PR:4676: build: Take a lock on the package download directory
  • Include [pkg] PR:7030: CNetwork - implement IPv6
  • Include [pkg] PR:8254: FIX: Only handle 3D bitmap subs in TAB
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8822: Implement ignore url options in CFileItemList
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:8923: [GUI] Replace thumb size with images res
  • Include [pkg] PR:8937: [guilib] Add animated png support
  • Include [pkg] PR:9034: [mysql]: Fix limited songs query after #8993
Build Highlights:
  1. Fix for timestamp seek regression
Build Details:
  1. OpenELEC:
    • linux: add support for AVerTV Volar HD 2 (PR:4677, 1 commit, 1 file changed)
  2. XBMC:
    • DVDVideoCodecFFmpeg: Enable refcounted frames (PR:9043, 1 commit, 1 file changed)
    • AESinkAudiotrack: Ask Android for the format IDs (PR:9038, 1 commit, 2 files changed)
    • [travis-ci] Add travis linux support (PR:9047, 2 commits, 2 files changed)
    • RenderSystem - cleanup (PR:9035, 1 commit, 30 files changed)
    • [aml] Simplify display mode handling and make it work correctly for kernels >= 3.14 (PR:9050, 1 commit, 3 files changed)
    • VideoPlayer: fic coverity CID 1351759 (334ea5ce)
  3. pvr.vbox:
  4. newclock5:
    • New commits in this build:
      • VideoPlayer: fix bitrate calc for audio (0cca07aa)
      • Revert "fixup! [VideoPlayer] Support filename mangling for MVC files v2" (f48bb913)
      • MMALCodec: Set dropped flag on output pictures when input requested that (6efa6cd6)
    • Commits no longer in build:
      • [build] Add patches to ffmpeg for native build (86616239)
      • RenderSystem - cleanup (63443a85)
      • fixup! RenderSystem - cleanup (85e850e0)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] 2f83a1cf: xf86-video-intel: bump to 8b8c9a36 (fixes segfault when refreshrate changing)
    • Added: [env] compare: ffmpeg: Additional Jarvis 2.8.x patches
    • Added: [env] PR:4676: build: Take a lock on the package download directory
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.
Sound now works on LiveTV.
Can you include this patch from Fritsch http://forum.kodi.tv/showthread.php?tid=...pid2235484
Since this is still present.
http://forum.kodi.tv/showthread.php?tid=...pid2235425
(2016-02-04, 15:05)popcornmix Wrote:
(2016-02-04, 13:35)trevorjharris Wrote: with 202 and 203 I get a very strong green tinge with iso, siff and 3D.MVC.m2ts 3d files. 3D.MVC.mkv files are fine. In previous versions I only had the problems with 3D.MVC.m2ts files. After this happens all screens have this green tinge. I can fix this by switching to another hdmi input on my television and back to the Kodi input. I see there were some changes made in this area on 202.

Nothing changes in software when you switch inputs. I suspect this is a hardware/voltage issue.
Make sure power supply is good and try adding to config.txt
http://config_hdmi_boost=7
You could also try a different hdmi cable.

Thanks for your help. hdmi_boost did help but still I had problems with m2ts files. In the end I found that if I removed overclocking everything was ok without hdmi_boost. Are there any problems with overclocking rpi2 with kodi.
(2016-02-05, 05:57)illiac4 Wrote: Sound now works on LiveTV.
Can you include this patch from Fritsch http://forum.kodi.tv/showthread.php?tid=...pid2235484

That has been merged, so will be in tonight's build.
(2016-02-05, 12:16)trevorjharris Wrote: Thanks for your help. hdmi_boost did help but still I had problems with m2ts files. In the end I found that if I removed overclocking everything was ok without hdmi_boost. Are there any problems with overclocking rpi2 with kodi.

What is your overclock?
Overclocking is never guaranteed. Most likely the issue is the power supply is struggling.
Overclocking puts more demands on the power supply. An insufficient power supply will drop voltage.
If the 5V line drops too low, HDMI may have issues.

Always disable overclock if you are having problems. You may be able to try a slightly lower overclock.
A better power supply may make the current overclock stable (but no guarantees).
(2016-02-04, 19:01)popcornmix Wrote:
(2016-02-04, 18:01)Kougami Wrote: edit: Freeze while streaming Live-TV, seems not only a problem with music.

Can you disable your overclock as a first test.

After updating to #204 and changing the overclock settings, seems now ok. Thanks Wink
http://sprunge.us/TSWX

Was watching some recorded TV last night (1080i MPEG2). When selecting a new one around 21:21 it started doing odd things and this error is in the logs:

ERROR: CDVDMsgGeneralSynchronize - timeout

After that, I stopped playback and then selected the same recording to play again. I tried several times, but it would never play back. I was able to jump forward and see a new still frame, but playback never resumed. I rebooted and the same recording played back just fine and everything else has been ok since. I have maybe seen this 1 or 2 other times in previous builds but forgot to upload the logs before updating a time or two and then the log showing the issue was gone.
  • 1
  • 63
  • 64
  • 65(current)
  • 66
  • 67
  • 146

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)6