• 1
  • 53
  • 54
  • 55(current)
  • 56
  • 57
  • 84
Linux OpenELEC Testbuilds for x86 (Kodi 17)
@Milhouse,

Quote: PVR API 4.2.0 is no longer being reverted - upload debug logs for any PVR clients that fail to load.
pvr.iptvsimple, pvr.mediaportal.tvserver, pvr.mythtv, pvr.stalker and pvr.vdr.vnsi should be fixed and working.
All other PVR add-ons are most likely broken, for example pvr.demo:
Code:
21:52:46 21.278477 T:1774187424 ERROR: Unable to load /usr/lib/kodi/addons/pvr.demo/pvr.demo.so, reason: /usr/lib/kodi/addons/pvr.demo/pvr.demo.so: undefined symbol: IsRealTimeStream

I got this error
Quote:.so: undefined symbol: IsRealTimeStream
on #129, I use nextpvr and it is on:

Code:
<import addon="xbmc.pvr" version="4.1.0"/>

And Boolean IsRealTimeStream is not defined. So I get the same error. Anyone I should notify? The fix seems simple enough given the changes to the other add-ons. Sorry for the lack of a log (if you need one, I can get it). I reverted to 122# to get it to work. Family needed it tonight.

FWIW vs. 15.2 this Krypton build is working well on my AMD a4-5000 AQ01. I can now use HQ scalers (spline/lancos3) on all of my OTA 480i SD channels without the excessive skipping, no more bilinear needed for them. PQ appears better, too, on all content, so far. RGB/24p/AC3/DTS pass-through, all a-ok, so far, today. Thanks for these builds.
Tonight I should be able to get the log, while kids do homework. I will also try to pull the nextpvr add-on and patch it, then pass it on...
(2016-02-01, 18:42)gfisher Wrote: Tonight I should be able to get the log, while kids do homework. I will also try to pull the nextpvr add-on and patch it, then pass it on...

Thanks.

Ping @h.udo, maybe pvr.nextpvr has been overlooked with regard to 4.2.0 changes.
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.
here is my log: http://pastebin.com/ML9x5jAy
#129 NextPVR load error on 4.2.0.

Code:
05:39:19  22.728260 T:139805505595136   ERROR: Unable to load /usr/lib/kodi/addons/pvr.nextpvr/pvr.nextpvr.so, reason: /usr/lib/kodi/addons/pvr.nextpvr/pvr.nextpvr.so: undefined symbol: IsRealTimeStream
(2016-02-02, 07:49)gfisher Wrote: #129 NextPVR load error on 4.2.0.

Yes. I've checked with @h.udo and it doesn't appear that we have an active maintainer for pvr.nextpvr. Unless someone steps forward with a patch, this PVR client will most likely be marked as broken at the end of the month, at which point there will be no further point including it in the 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.
Not sure if this is a user error or bug:

Have my openelec box (Intel chrome box) connected through a receiver via HDMI only and following the custom EDID guide

Reboot Openelec with TV/AVR off - turn on TV/AVR and I get picture without sound (GUI sounds or playing a movie). Reboot from GUI and audio returns.

Debug log of audio less boot: http://xbmclogs.com/ppgl9pqnm

After reboot (audio returns): http://xbmclogs.com/pebmbnnt4
(2016-02-03, 05:32)GoodOmens Wrote: Not sure if this is a user error or bug:

Have my openelec box (Intel chrome box) connected through a receiver via HDMI only and following the custom EDID guide

Reboot Openelec with TV/AVR off - turn on TV/AVR and I get picture without sound (GUI sounds or playing a movie). Reboot from GUI and audio returns.

Debug log of audio less boot: http://xbmclogs.com/ppgl9pqnm

After reboot (audio returns): http://xbmclogs.com/pebmbnnt4

let's see your OE kernel / boot log (dmesg)
(2016-02-03, 05:32)GoodOmens Wrote: Not sure if this is a user error or bug:

Have my openelec box (Intel chrome box) connected through a receiver via HDMI only and following the custom EDID guide

Reboot Openelec with TV/AVR off - turn on TV/AVR and I get picture without sound (GUI sounds or playing a movie). Reboot from GUI and audio returns.

Is this a new problem with #0129? Do you have the same problem with #0122?
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.
(2016-02-03, 05:51)Matt Devo Wrote:
(2016-02-03, 05:32)GoodOmens Wrote: Not sure if this is a user error or bug:

Have my openelec box (Intel chrome box) connected through a receiver via HDMI only and following the custom EDID guide

Reboot Openelec with TV/AVR off - turn on TV/AVR and I get picture without sound (GUI sounds or playing a movie). Reboot from GUI and audio returns.

Debug log of audio less boot: http://xbmclogs.com/ppgl9pqnm

After reboot (audio returns): http://xbmclogs.com/pebmbnnt4

let's see your OE kernel / boot log (dmesg)

Here: http://xbmclogs.com/pgkams1ff (pre-boot)
Xorg log: http://xbmclogs.com/pvl6eiis9 (after re-boot, can get the before if you need as I can easily reproduce the error)

(2016-02-03, 06:22)Milhouse Wrote: Is this a new problem with #0129? Do you have the same problem with #0122?

Unfortunately I just tried the change last night so have no baseline. Before I made the change the above scenario (booting the box before tv/avr would turn on) would result in a black screen requiring a reboot anyways so it's a step in the right direction for me Smile

Let me know if you need anything else - thanks for the help!
I patched it and it works just fine. I am not really on github. Not sure really how to do a proper pull req. I know it is not the place (but here are the patches for those who need it so that it does not get marked bad). I will try to figure out the PR.

text file: addon.xml.patch
http://pastebin.com/unaPN2an

text file: client.cpp.patch
http://pastebin.com/5tf6SxaM

Edit: for 4.2.0 NextPVR https://github.com/kodi-pvr/pvr.nextpvr
New OpenELEC Krypton build #0203: Generic
(Supercedes previous build)

Code:
# uname -a
Linux OpenELEC 4.4.1 #1 SMP Thu Feb 4 01:36:31 GMT 2016 x86_64 GNU/Linux

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160204013535-#0203-g5704075 [Build #0203]

Based on tip of OpenELEC master (57040756, changelog) and tip of XBMC master (e39724cb, changelog) with the following modifications:
  • Includes FernetMenta "VideoPlayer" patches
  • 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 (49f16911, +10), pvr.vdr.vnsi (894555c6, +12), pvr.vuplus (b27f0819, +8), pvr.wmc (9b43f0be, +8)
  • Includes commits from xbmc/master, ahead +140 (FernetMenta)
  • 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 [pkg] dd81c2f1: [librtmp] Update to 15-Dec-2015 from http://stream-recorder.com/forum/customi...16103.html (kodi)
  • Include [pkg] 01d95959: - added setting for allowing to hide watched movies/episodes/musicvideos in the recently added lists of the home screen (kodi)
  • Include [pkg] 47c255fd: - evaluate the setting for hiding watched movies/episodes/musicvideos in recently added job (should influence homescreen of skins only) (kodi)
  • Include [pkg] 441217d8: logging: Add microsecond timer to log messages (kodi)
  • Include [pkg] patch: kodi: use 2 buffers by default - matches disabled triple buffers
  • 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. New 4.4.1 kernel
  2. ffmpeg: update to 2.8.6
  3. curl: update to 7.47.0
  4. libressl: update to 2.2.6
  5. Fix for systemd reboot issue when using remote filesystems - please test and confirm if issue now fixed!
  6. xf86-video-intel: bump to 8b8c9a36 (fixes segfault when refreshrate changing)
Build Details:
  1. OpenELEC:
    • mkpkg_binary-addons: don't checkout and create a new branch at the sa… (PR:4657, 1 commit, 1 file changed)
    • xf86-video-nvidia: update to xf86-video-nvidia-352.79 (PR:4660, 3 commits, 2 files changed)
    • connman: fix lease expiry issues (PR:4663, 1 commit, 1 file changed)
    • installer: Bump FAT partition size in line with disk image (PR:4666, 1 commit, 1 file changed)
    • bug fix for http://trac.kodi.tv #16515 (PR:4662, 1 commit, 1 file changed)
    • various build fixes (PR:4656, 2 commits, 2 files changed)
    • mkpkg_binary-addons: update to include platform (PR:4671, 1 commit, 1 file changed)
    • Various package updates (PR:4669, 2 commits, 2 files changed)
      • curl: update to 7.47.0
      • pixman: update to 0.34.0
    • More package updates (PR:4673, 5 commits, 36 files changed)
      • linux: update to 4.4.1
      • libnfs: update to 1.10
      • cmake: update to 3.4.3
      • ffmpeg: update to 2.8.6
      • libressl: update to 2.2.6
    • platform: update to 081032f (49593e8e)
    • kodi-binary-addons: update to use their Jarvis branches (fbdbf12f)
  2. XBMC:
    • VideoPlayer + AE fixes (PR:8972, 7 commits, 3 files changed)
    • omxaudio: Avoid reporting a spurious cached value (PR:8987, 1 commit, 1 file changed)
    • mmalrender: Reject unsupported render formats (PR:8988, 1 commit, 1 file changed)
    • OMXAudio: Handle changes in decoded audio size correctly (PR:8986, 3 commits, 1 file changed)
    • [Confluence] increase textbox height in DialogConfirm.xml (PR:8994, 1 commit, 1 file changed)
    • [jenkins/rbpi] - use new toolchain for rbpi and get rid of the unused… (PR:9006, 1 commit, 1 file changed)
    • [win32] remove BOOST_PP_STRINGIZE and replace with simple stringification (PR:8990, 1 commit, 1 file changed)
    • [Confluence] cleanup non existent skin setting (PR:9004, 1 commit, 1 file changed)
    • [lang] move addon language file handing to CLocalizeStrings (PR:8819, 6 commits, 21 files changed)
    • Fix AudioLibrary.GetSongs missing songs when using limits (PR:8993, 1 commit, 1 file changed)
    • remove boost from GUIFontCache (PR:8996, 1 commit, 2 files changed)
    • VideoPlayer: Avoid deadlock with m_StateSelection (PR:9007, 1 commit, 2 files changed)
    • [json-rpc] Append uniqueid to PVR.Details.Channel (PR:8424, 1 commit, 3 files changed)
    • boost/sha1: cleanup usage of boost/static_assert (PR:9010, 2 commits, 2 files changed)
    • [tests] remove TimeUtils "tests" (PR:9022, 1 commit, 2 files changed)
    • AE: fixes after recent work on passthrough (PR:9017, 2 commits, 1 file changed)
    • bug fix for http://trac.kodi.tv #16515 (PR:9015, 1 commit, 1 file changed)
    • boost can go. (PR:9021, 3 commits, 13 files changed)
    • Make artist count aware of the include compilation artist setting (PR:8978, 2 commits, 2 files changed)
    • Remove TestTimeUtils.cpp after 01ba7b80380f2f8af721d0c40388d504a6517b54 (PR:9026, 1 commit, 2 files changed)
    • Don't show "* all entries" for widgets (PR:8975, 1 commit, 16 files changed)
    • videolibrary: support manually setting dateadded through NFO and JSON-RPC (PR:8872, 2 commits, 5 files changed)
    • AE: fix inverted logic on timeout for error calc (PR:9028, 1 commit, 1 file changed)
    • [PVR] [guiinfo]: Fix start time and duration for channels with no epg data. (PR:9025, 1 commit, 1 file changed)
    • Bump gtest to 1.7.0 (PR:8751, 1 commit, 57 files changed)
    • Remove the unused folder tools/rbp (PR:9029, 1 commit, 36 files changed)
    • Created french keyboardlayout (PR:9020, 1 commit, 1 file changed)
    • [xbmc] Fixes that have come from the migration to vs2015 (PR:8991, 1 commit, 14 files changed)
    • AESinkAudiotrack: Reimplement critical parts (PR:9023, 6 commits, 7 files changed)
    • CGUIListContainer: reset scroller position too on GUI_MSG_LABEL_RESET. (PR:9018, 1 commit, 1 file changed)
    • VideoPlayer: refactor DemuxerClient (ex PVR) (PR:9019, 3 commits, 14 files changed)
    • [videoplayer] Update selectionstream's properties that can change over time in UpdateStreamInfos(). (PR:8913, 2 commits, 1 file changed)
    • Bump libnfs to version 1.10.0 (PR:9016, 1 commit, 4 files changed)
    • fix French AZERTY keyboard layout (2ed49f8e)
  3. kodi-platform:
    • [debian] bump package version to v17 (PR:19, 1 commit, 4 files changed)
  4. libnfs:
    • Includes: Don't install win32/win32_compat.h (49eaca0c)
    • New version 1.10.0 (04363a92)
    • Use a single allocation for both rpc_pdu and zde_decode_buf (8c391edb)
    • Use a single allocation for zdr_mem and the payload (e3cf6748)
    • Remove the zdr_malloc call when decoding a BYTES blob (62daa224)
    • Try to avoid allocating memory during zdr string decoding (4476f11b)
  5. pvr.argustv:
    • Add travis.yml and gitignore (PR:42, 4 commits, 4 files changed)
  6. pvr.dvblink:
    • Add travis.yml and gitignore (PR:40, 4 commits, 4 files changed)
  7. pvr.dvbviewer:
    • Add travis.yml and gitignore (PR:26, 3 commits, 3 files changed)
  8. pvr.filmon:
    • Add travis.yml and gitignore (PR:38, 4 commits, 4 files changed)
  9. pvr.hdhomerun:
    • Add travis.yml and gitignore (PR:9, 3 commits, 3 files changed)
  10. pvr.hts:
    • compiler warning: fixed CHTSPDemuxer member init order (PR:185, 1 commit, 1 file changed)
    • Ddrop unused GetStreamingProfile() method (PR:184, 1 commit, 2 files changed)
    • HTSPDemuxer: fix m_seekTime race in CHTSPDemuxer::Seek (PR:190, 1 commit, 1 file changed)
    • Remove superfluous "attempting reconnect" log message (PR:191, 1 commit, 1 file changed)
    • Add note about branches to the README (951f0c27)
  11. pvr.mediaportal.tvserver:
    • Coverity fixes (PR:33, 3 commits, 5 files changed)
    • Timer fixes (PR:34, 2 commits, 6 files changed)
  12. pvr.nextpvr:
    • Add travis.yml and gitignore (PR:36, 4 commits, 4 files changed)
  13. pvr.njoy:
    • Add travis.yml and gitignore (PR:24, 4 commits, 4 files changed)
  14. pvr.pctv:
    • Add travis.yml and gitignore (PR:30, 4 commits, 4 files changed)
  15. pvr.stalker:
    • Add travis.yml and gitignore (PR:43, 4 commits, 4 files changed)
  16. pvr.vbox:
    • Add travis.yml and update gitignore (PR:111, 3 commits, 3 files changed)
    • Add support for all product families ("VB", "VJ", "VZ" etc) (PR:112, 1 commit, 1 file changed)
    • Slow startup fix and workaround to channel numbering issue (PR:106, 2 commits, 5 files changed)
  17. pvr.vuplus:
    • Add travis.yml and gitignore (PR:36, 4 commits, 4 files changed)
  18. pvr.wmc:
    • Add travis.yml and gitignore (PR:32, 4 commits, 4 files changed)
  19. xbmc/master (FernetMenta):
    • New commits in this build:
      • [cmake] Drop TimeSmoother (bce2d8ef)
      • [cmake] Add InfoScanner (abe8196d)
      • [cmake] Cleanups (1949b813)
      • [cmake] Implement find_soname for darwin (5601f802)
      • [cmake] Workaround for wrong soname in CEC (566aa4d7)
      • [cmake] Set prefix to DEPENDS_PATH on darwin (61f4751b)
      • [cmake] Install preflight on darwin (34198d16)
      • [cmake] Drop support for shairport, fix shairplay (248ff2fc)
      • [cmake] Drop support for afpclient (4414745f)
      • [cmake] Compile XBMCHelper for darwin (490e416f)
      • [cmake] Add GIFLIB dependency (df6f6a41)
      • [cmake] Add REQUIRED parameter to find_soname (595dd7a0)
      • [cmake] Comment why find_soname is empty on Windows (e33dd661)
      • [cmake] Texturepacker needs squish include dir (6a7d2d87)
      • VideoPlayer: fix bitrate calc for audio (e134bd08)
      • VideoPlayer: update selectionstreams when stream parameters changes (e768d30e)
      • [cmake] Sync removal of TestTimeUtils.cpp (1eed1974)
      • [cmake] Add (Music/Video)FileItemListModifier.cpp (bf2e4dc9)
      • [cmake] Add CMakeLists.txt for JsonSchemaBuilder (a8745175)
      • [cmake] Add CMake generated files to .gitignore (a66eb1fa)
      • [cmake] Adapt core_link_library for Xcode (ddee9b8c)
      • [cmake] Fix build of kodi.bin with Xcode (2e734fab)
      • [cmake] Remove configuration directory from OSXRemote (d61acfa7)
      • AE: detect messy timestamps (mkvmerge) and increase interval for average error calculation if pts jumps (391f0019)
    • Commits no longer in build:
      • paplayer: fix passthough after rework of codecs and AE (9a2a8476)
      • VideoPlayer: fix incorrectly determined audio sync error (a3353ffd)
      • AE: fix update of buffered time (after refactoring) (b0f3b8b5)
      • AE: fix number of provided buffers for PT (0bdf85e0)
      • VideoPlayer: refactor DemuxerClient (ex PVR) - WIP (847649bb)
      • AE fix endless loop after stream rework (c02718e5)
      • AE: update resample ratio in GetStreamInfo (75263857)
      • AE: provide only limited buffers to input stream (73e6b6b9)
  20. 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:4659: connman-wait-online and connman.service changes
    • Added: [env] PR:4661: stripping changes
    • Added: [pkg] PR:9034: [mysql]: Fix limited songs query after #8993
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.
(2016-01-22, 18:12)MainUser Wrote: I have been using your builds for quite some time now on my ION based systems as well as my RPi2.
Thank you very much for providing us with these bleeding edge testing builds.

I only have one problem: Since build #1121 my systems do not shutdown and reboot correctly. This is the same for the RPi2.
The system just keeps hanging saying "[ OK ] Reached target shutdown." Shutdown procedures have been working fine in build #1119.

As far as I can remember, there was a similar problem with the RPi builds before that had been fixed.
I did not provide any kodi logs as I think this is unrelated. If you need logs or further information I will be happy to provide it.

(2015-12-07, 05:25)zeroq Wrote: And one more thing is at restart it gets stuck at (A stop job is running for cifs mount script (1min 33sec)

Hopefully this is now fixed for good in #0203, can you test this build and confirm.
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.
No audio in LiveTV in last build. Gui sounds and Sound from other sources than TV work.

Also, Kodi crashes when channelswitch is done via the ChannelDown/ChannelUP Button on remote. It works when i switch channel through ChannelOSD and press OK
(tvheadend backend)

Logs:
crashlog
Debug Log
Can reproduce, should be fixed by: http://sprunge.us/WCZj
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
same here no audio in live tv, gui sound are ok.
crashes when up down from kodi remote control app
this is in my logs:
19:32:28 344.226135 T:140375595394816 NOTICE: Finding audio codec for: 86016
19:32:28 344.226166 T:140375595394816 ERROR: Unsupported audio codec
19:32:28 344.226166 T:140375595394816 WARNING: OpenStream - Unsupported stream 3. Stream disabled.
  • 1
  • 53
  • 54
  • 55(current)
  • 56
  • 57
  • 84

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for x86 (Kodi 17)4