• 1
  • 50
  • 51
  • 52(current)
  • 53
  • 54
  • 146
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)
(2016-01-23, 06:30)MaDeMaNN Wrote: Quick question is there anyway that the pi2 will decode Atmos tracks? I tested an Atmos track and couldn't get any audio through my height speakers. Thanks

I'm pretty sure atmos is built on TrueHD which the RPI doesn't support.
"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
Just a heads up... for me, USB TV adapters with Si2168 frontends no longer work in Linux 4.4. They worked in 4.1, I could patch them back into life with Linux 4.3 but this patch no longer has any effect for 4.4. Drat. Is CONFIG_DYNAMIC_DEBUG enabled for debug builds?
Katastrophentourist
(2016-01-23, 02:24)nalor Wrote: I still have the problem that I can't play bluray 3D iso files with aacs protection, 2D iso with aacs are not a problem and 3D iso files without encryption are also working without problems.

I've created 2 debug logfiles - at first I try to play the 3D-aacs file a couple of times, next I play a 3D-without-aacs file and at the end again the 3d-aacs a couple of times:

Debug log of most recent build 0122
Debug log of special debug build 0115x

I tried to to look into this issue myself but honestly it is far beyond my capabilities.. Sad

I'd be very grateful if someone else could take a look at this issue - thanks! Smile

I would be very surprised if Kodi could play encrypted ISO Blurays ....
DVD encryption in built into kodi but not AACS or BD+ :

00:51:48 37.487522 T:1616901024 ERROR: Open - error probing input format, udf://%2Fvar%2Fmedia%2F120GBSSD%2FBLURAY_3D_AACS.iso/BDMV/STREAM/SSIF/00300.ssif
00:51:48 37.488083 T:1616901024 ERROR: OpenDemuxStream - Error creating demuxer
00:51:48 37.488209 T:1616901024 NOTICE: CVideoPlayer::OnExit()
00:51:48 37.488598 T:1616901024 DEBUG: OnPlayBackStopped: play state was 1, starting 1
00:51:48 37.488731 T:1616901024 DEBUG: Thread VideoPlayer 1616901024 terminating
00:51:48 37.488819 T:1965289472 DEBUG: OnPlayBackStopped: play state was 3, starting 0
00:51:48 37.489128 T:1965289472 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
00:51:48 37.489288 T:1965289472 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
00:51:48 37.489510 T:1965289472 ERROR: Playlist Player: skipping unplayable item: 0, path [/var/media/120GBSSD/BLURAY_3D_AACS.iso]
00:51:48 37.489601 T:1965289472 DEBUG: Playlist Player: no more playable items... aborting playback

Use Makemkv or AnyDVD to remove encryption.

But I wonder if Kodi handles correctly seamless branching ....
#0122, 22-Jan-2016:
DTS and AC3 [5.1] do not work in this build.
I noticed this (to late) also in the last builds and draw samples after #0115, only, sorry for the delayed announcement ...
(2016-01-23, 14:00)doldi Wrote: #0122, 22-Jan-2016:
DTS and AC3 [5.1] do not work in this build.
I noticed this (to late) also in the last builds and draw samples after #0115, only, sorry for the delayed announcement ...
can confirm and audio issues when enableing to convert with DD-Live
(2016-01-23, 11:30)vandamme Wrote: I would be very surprised if Kodi could play encrypted ISO Blurays ....

Use Makemkv or AnyDVD to remove encryption.

Hi! libaacs is included in Kodi - so playback of protected 2D-iso or even 2D discs directly from a connected bluray drive is not a problem (simply copy a 'keydb.cfg' with the correct VUK to the network-share \configfiles\aacs on the pi).
The only thing that isn't working is playback of 3D isos/discs because at some stage a procedure is called that should detect the type of a file (most likely from the ssif file) and this fails because it's encrypted... I guess the wrong disc-handle is used because usually libbluray+libaacs should decrypt the file transparently when it is accessed.

But you're right with one thing - BD+ is really a problem, but at the moment only 10% of my discs are BD+ protected so it is something I can live with...

Basically I'd like to store all things as untouched as possible and this means that I don't want to remove the protection and usually it shouldn't be necessary - so hopefully popcornmix or koying can take a look at this problem and find a fix for it Smile
(2016-01-23, 15:30)nalor Wrote: The only thing that isn't working is playback of 3D isos/discs because at some stage a procedure is called that should detect the type of a file (most likely from the ssif file) and this fails because it's encrypted... I guess the wrong disc-handle is used because usually libbluray+libaacs should decrypt the file transparently when it is accessed.

I don't suppose you could provide a small(ish) protected ISO file? All my ISO files are unprotected.

Can you confirm that the protected 3D ISO plays correctly as 2D when "support MVC" is disabled in video/acceleration settings?
Milhouse do you know how can i erase the initial flash video? the kodi animation? thanks!
(2016-01-23, 16:59)Boremc Wrote: Milhouse do you know how can i erase the initial flash video? the kodi animation? thanks!

Code:
rm /storage/.cache/splash.h264
touch /storage/.config/splash.disable

The second command stops it from re-downloading in future.
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-23, 15:33)popcornmix Wrote: I don't suppose you could provide a small(ish) protected ISO file? All my ISO files are unprotected.

Can you confirm that the protected 3D ISO plays correctly as 2D when "support MVC" is disabled in video/acceleration settings?

Thanks for your answer!

Created a small bluray-3D-AACS.iso (~300MB) that can be used to test the playback.

I've also tried what happens when I disable MVC support: after disabling MVC the 3D bluray iso file is played successfully in 2D without any problems.

Hope you can fix the 3D AACs playback Smile

Thanks in advance!
(2016-01-23, 06:32)lrusak Wrote:
(2016-01-23, 06:30)MaDeMaNN Wrote: Quick question is there anyway that the pi2 will decode Atmos tracks? I tested an Atmos track and couldn't get any audio through my height speakers. Thanks

I'm pretty sure atmos is built on TrueHD which the RPI doesn't support.

Thanks Irusak. I didnt know if there was a potential workaround.
thanks!!!!
New OpenELEC Krypton build #0123: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.4.0 #1 Sat Jan 23 22:40:45 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Jan 15 2016 17:31:09
Copyright (c) 2012 Broadcom
version 50b1ff57f80db9c96b78757d2d2cfc226ed71f93 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160123223949-#0123-g80d9419 [Build #0123]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (80d94195, changelog) and tip of XBMC master (cc2b63d6, 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 (fed924e7, ahead +4)
  • Includes latest libcec master (6d68d212, ahead +52)
  • Includes latest libnfs master (d8274472, ahead +43)
  • Includes latest platform master (38343e0a)
  • Includes latest addons: adsp.basic (598900a9, +2), adsp.biquad.filters (d63d8ac6), adsp.freesurround (990fee29, +2), asplib (2fac1bf3), peripheral.joystick (0db82dba), pvr.argustv (74918d5a, +4), pvr.demo (555e1d7a, +3), pvr.dvblink (6616a0bb, +4), pvr.dvbviewer (8a005dd8, +4), pvr.filmon (b80ced90, +4), pvr.hdhomerun (888f19e0, +4), pvr.hts (6b4bfa8f, +4), pvr.iptvsimple (bd52b624, +7), pvr.mediaportal.tvserver (118d605f, +12), pvr.mythtv (7ad285a2, +6), pvr.nextpvr (2b695f7d, +4), pvr.njoy (29881492, +3), pvr.pctv (a6974b23, +4), pvr.stalker (70e23ecd, +4), pvr.vbox (1326eca9, +4), pvr.vdr.vnsi (2483db98, +10), pvr.vuplus (aaada55a, +4), pvr.wmc (70001bd3, +4)
  • Includes commits from service.openelec.settings/, ahead +1 (OpenELEC)
  • Exclude [env] libnfs-master.patch: Already merged upstream
  • 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] 3a6268c9: VAAPI: Enable EGL
  • Include [env] 4c703425: update platform (drop obsolete patches)
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] 518f5e6f: FFmpeg: Bump to 2.8.5-Jarvis-rc1
  • Include [env] 858f6461: xf86-video-intel: bump to 371219c
  • Include [env] 3161e391: mkpkg: binary-addons: add p8-platform
  • Include [env] patch: Clean Kodi view cache on startup
  • Include [env] patch: ffmpeg: Drop unpack()
  • Include [env] patch: Enable other binary addons
  • Include [env] patch: Fix libcec imx6 patch
  • Include [env] patch: kodi: update to 17.0
  • Include [env] patch: Add experimental splash video
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] PR:4537: [scripts] Add PKG_SOURCE_NAME for non-standard package tarballs
  • 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:8945: [smartplaylists] fix sorting for mixed smartplaylists
  • Include [pkg] PR:8946: [profiles] don't save skin settings on master profile when it was only loaded to switch between two other profiles
  • Revert [pkg] PR:8896: [pvr] add IsRealTimeStream to api (Reason: Allow PVR addons to update - ends on Monday 25 Jan)
  • Revert [pkg] PR:8924: VideoPlayer: detect if pvr input stream is real-time (Reason: Dependends on PR8896)
Build Highlights:
  1. MVC, SSIF and TrueHD updates/fixes
  2. Fix skin settings when switching between non-master profiles
  3. Edit: Skin ABI bump - most third party skins will be incompatible with these builds until the skins are updated to be Krypton compatible
Build Details:
  1. OpenELEC:
    • [rbp]: Enable support for additional RTC devices (PR:4647, 1 commit, 2 files changed)
  2. XBMC:
    • Remove musicbrainzTRMID as obselete (PR:8914, 1 commit, 3 files changed)
    • FIX Android: On newer kernels neon cpu feature is represented as asimd (PR:8938, 1 commit, 1 file changed)
    • [peripherals] clean up some unused strings (PR:8882, 1 commit, 1 file changed)
    • [dxva] Fix deinterlacing after 339ce49. (PR:8939, 1 commit, 1 file changed)
    • rename kaitoast xml to DialogNotification.xml (PR:8943, 2 commits, 4 files changed)
    • merge albuminfo & songinfo xml files (PR:8892, 2 commits, 6 files changed)
    • use 'browse for folder' label for SetPath builtin (PR:8942, 1 commit, 2 files changed)
    • bump skin ABI (backwards compatibility) version (PR:8948, 1 commit, 1 file changed)
    • merge 'ok', 'yesno' & 'progress' dialogs xml files (PR:8865, 2 commits, 13 files changed)
    • videocontrol: don't handle right-click (PR:8870, 1 commit, 1 file changed)
    • Remove mutebug dialog (PR:8875, 2 commits, 23 files changed)
    • don't toggle DisplayAfterSeek on ShowTime builtin command (PR:8547, 1 commit, 2 files changed)
  3. pvr.argustv:
    • Update to libp8-platform (PR:40, 2 commits, 18 files changed)
    • [lang] updated language files from Transifex (74918d5a)
  4. pvr.demo:
    • Update to libp8-platform (PR:25, 2 commits, 3 files changed)
  5. pvr.dvblink:
    • Update to libp8-platform (PR:33, 2 commits, 6 files changed)
    • [lang] updated language files from Transifex (6616a0bb)
  6. pvr.dvbviewer:
    • Update to libp8-platform (PR:24, 2 commits, 9 files changed)
    • [lang] updated language files from Transifex (8a005dd8)
  7. pvr.filmon:
    • Update to libp8-platform (PR:36, 2 commits, 5 files changed)
    • [lang] updated language files from Transifex (b80ced90)
  8. pvr.hdhomerun:
    • Update to libp8-platform (PR:5, 2 commits, 4 files changed)
    • [lang] updated language files from Transifex (888f19e0)
  9. pvr.hts:
    • [lang] updated language files from Transifex (6b4bfa8f)
  10. pvr.iptvsimple:
    • Fix build after rename of p8-platform (PR:58, 1 commit, 1 file changed)
    • [lang] updated language files from Transifex (bd52b624)
  11. pvr.mediaportal.tvserver:
    • Update to libp8-platform (PR:29, 2 commits, 17 files changed)
    • [lang] automatic syntax corrections for the en_GB language file (0fe4d3b2)
    • [lang] updated language files from Transifex (118d605f)
  12. pvr.mythtv:
    • Update to libp8-platform (PR:52, 2 commits, 17 files changed)
    • [lang] updated language files from Transifex (7ad285a2)
  13. pvr.nextpvr:
    • Update to libp8-platform (PR:33, 2 commits, 9 files changed)
    • [lang] updated language files from Transifex (2b695f7d)
  14. pvr.njoy:
    • Update to libp8-platform (PR:21, 2 commits, 3 files changed)
  15. pvr.pctv:
    • Update to libp8-platform (PR:28, 2 commits, 6 files changed)
    • [lang] updated language files from Transifex (a6974b23)
  16. pvr.stalker:
    • Update to libp8-platform (PR:40, 2 commits, 10 files changed)
    • [lang] updated language files from Transifex (70e23ecd)
  17. pvr.vbox:
    • Update to libp8-platform (PR:109, 2 commits, 4 files changed)
    • [lang] updated language files from Transifex (1326eca9)
  18. pvr.vdr.vnsi:
    • [lang] updated language files from Transifex (2483db98)
  19. pvr.vuplus:
    • Update to libp8-platform (PR:32, 2 commits, 4 files changed)
    • [lang] updated language files from Transifex (aaada55a)
  20. pvr.wmc:
    • Update to libp8-platform (PR:30, 2 commits, 7 files changed)
    • [lang] updated language files from Transifex (70001bd3)
  21. newclock5:
    • New commits in this build:
    • Updated commits in this build:
    • Commits no longer in build:
      • [ffmpeg] Add MVC support from Koying (3ecae8b9)
      • [PATCH] ADD: [demux] support ssif (e0261670)
      • fix seeking? (34f313ba)
      • fixup ssif demux seek (b4eb1a7f)
      • ADD: [demux] ssif patches from rk3368 platform (e97f8fc3)
      • Revert "ADD: [demux] ssif patches from rk3368 platform" (9faec63b)
      • [ssif] Add missing packet free (b62ca8ea)
      • FIX: [MVC;SSIF] append mvc part leftover as well (ceac3be7)
      • FIX: [MVC;SSIF] do full merge (9e234d47)
      • FIX: [MVC;SSIF] avoid being stuck (61ace9db)
      • pause bursts (32db679e)
      • VideoPlayer: fix incorrectly accessed members in SetPlaySpeed (caf27f37)
      • AE: avoid feeding silence sample in raw non-iec sinks (c5e80b6d)
      • AE: do not mute raw packets (ee23bbeb)
      • VideoPlayer: fix overwrite of current picture by ffmpeg filter (941bbe13)
      • squash me (3b0425a4)
      • fixup! ffmpeg: Add cabac opimisations for hevc (4b09f78a)
      • sdf (6ddbf528)
      • squash (e7c96f9a)
      • suqash burst (f0713d0e)
  22. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:8945: [smartplaylists] fix sorting for mixed smartplaylists
    • Added: [pkg] PR:8946: [profiles] don't save skin settings on master profile when it was only loaded to switch between two other profiles
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.
Good morning my friends popcornmix and Milhouse :-)

in this build #0123 AC3 /DTS only will work over HDMI,
if i switch several times passtrough on/off in the onscreen menue (loudspeaker icon) [Tina DVD]
Also shown now the correct info (SD/DTS) over the progressbar.

Next Problem:
With Chapter forward - jump to the next DVD ;-) ...in that case a U2 DVD - and now playing in D'TS 5.1 :-) ?

ok: the button >>| failing.
not correct info about Audio
audio multichannel reproduction buggy

Thanks for working on this builds
Harald
hi, i have something to report, in #0121 its ok,but in build#0122 and #0123 i can't install any addon from "install from zip" it gives me "disable- for security, installation of addon from unknown sources is disable". do you know something about this?
thanks
  • 1
  • 50
  • 51
  • 52(current)
  • 53
  • 54
  • 146

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