• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 15
v17 OSMC test builds for Krypton 17 (continued)
#1
Star 
This is a continuation of http://forum.kodi.tv/showthread.php?tid=254558

For OSMC Kodi 18 builds see http://forum.kodi.tv/showthread.php?tid=298775

The previous Raspberry Pi test builds thread has been closed as we have now moved to using an APT repository. This new system allows you to update test builds more easily and ensures that dependencies of the new builds are satisfied properly.

OSMC Test Builds for Kodi 17 for Raspberry Pi 1 & 2/3

Based on the Kodi master Krypton (v17) and popcornmix's newclock

Warning
Kodi 17 is currently beta and there is likely to be a lot of activity in the coming weeks/months.

Before proceeding make sure you have a backup of your Raspberry Pi. As these are test builds there could well be some unexpected problems.

Database upgrades could also be an issue. Please make a backup of the Kodi database before installing, especially if you are running a remote MySQL database.


Current Build
16.8-199, 2 Dec 2016: Based off OSMC commit (b9120ae19e) and newclock5 (a1d171ff)

Build Highlights:
Temporarily removed peripheral.joystick due to build error
kodi-binary-addons: inputstream.adaptive replaces inputstream.mpd and inputstream.smoothstream

Previous Builds:

16.8-198, 1 Dec 2016
16.8-197, 30 Nov 2016
16.8-196, 27 Nov 2016
16.8-195, 26 Nov 2016
16.8-194,24 Nov 2016
16.8-193, 23 Nov 2016
16.8-192, 22 Nov 2016
16.8-191, 21 Nov 2016
16.8-190, 19 Nov 2016
16.8-189, 13 Nov 2016
16.8-188, 12 Nov 2016
16.8-187, 11 Nov 2016
16.8-186, 10 Nov 2016
16.8-185, 9 Nov 2016
16.8-184, 8 Nov 2016
16.8-183, 7 Nov 2016
16.8-182, 6 Nov 2016
16.8-181, 3 Nov 2016
16.8-180, 2 Nov 2016
16.8-179, 1 Nov 2016
16.8-178, 31 Oct 2016
16.8-177, 30 Oct 2016
16.8-176, 29 Oct 2016
16.8-175. 23 Oct 2016
16.8-174, 22 Oct 2016
16.8-173, 21 Oct 2016
16.8-172, 19 Oct 2016
16.8-171, 18 Oct 2016
16.8-170, 15 Oct 2016
16.8-169, 14 Oct 2016
16.8-168, 13 Oct 2016
16.8-167, 11 Oct 2016
16.8-166, 10 Oct 2016
16.8-165, 08 Oct 2016
16.8-164. 07 Oct 2016
16.8-163, 06 Oct 2016
16.8-162, 05 Oct 2016
16.8-161, 04 Oct 2016

Archive:
http://kodi.gjmccarthy.co.uk

To get these builds, you will need to add gmc to the Debian repository. This can be by editing /etc/apt/sources.list, and adding the following:

Code:
deb http://download.osmc.tv/dev/gmc ./

To install a test build, run the following command to update the apt cache:

Code:
sudo apt-get update

And then issue the following command to install a test build for Raspberry Pi 2 or 3:

Code:
sudo apt-get install rbp2-mediacenter-osmc

To install a Raspberry Pi 1 or Raspberry Pi Zero build, issue the following command:

Code:
sudo apt-get install rbp1-mediacenter-osmc

You can now update to the latest build when it is published with the following commands:

Code:
sudo apt-get update
sudo apt-get dist-upgrade


To confirm which version you are running:

Code:
dpkg -l | grep mediacenter-osmc | awk '{ print $3 }'
Reply
#2
16.8-044, 21 March 2016: Based off OSMC commit (7d2f65c) and newclock5 commit (70bc4bc0)

Build Highlights

Confluence skin has now been retired and replaced with [Estuary](https://github.com/xbmc/xbmc/commit/034a...702cf75c55).
This is now the default skin in the nightlies.
For current builds DVD playback remains temporarily disabled
Updated libbluray library

newclock5


New commits in this build:
VideoPlayer: do not disable stream at processing stage (d8e10527)
[pvr] drop PVRFile (70bc4bc0)

Updated commits in this build:
Revert "[mmalrenderer] Wait for vsync before submitting to mmal when display sync is disabled" (9aa99151)
rbp: Support zero copy interface with hevc acceleration (d90887dc)

Commits no longer in build:
build: Add vcsm lib (42262dd1)
rbp: Expose gpu memory allocation functions (f2943014)
[mmalcodec] Avoid double rate deinterlace when not fullscreen or with OSD (13a59e84)
Revert "[mmalcodec] Avoid double rate deinterlace when not fullscreen or with OSD" (9d94cbdc)
ffmpeg: test: increase number of threads (70e191e0)
[3d] Automatically enable 3D for ssif (19e6cd95)
mmalrender: Remove control port (b32ac26e)
MMAL: Remove support for YUV and make the MMAL format more general (8e0173e5)
MMAL: Add zero copy accelerated interface to ffmpeg (93de83e1)
MMALFFPEG: Avoid crash with 10-bit video (1ccd8a35)
Reply
#3
(2016-03-21, 14:44)kl1k Wrote: This is a continuation of http://forum.kodi.tv/showthread.php?tid=254558

The previous Raspberry Pi test builds thread has been closed as we have now moved to using an APT repository. This new system allows you to update test builds more easily and ensures that dependencies of the new builds are satisfied properly.

OSMC Test Builds for Kodi 17 for Raspberry Pi 1 & 2

No love for the Pi 3, or was just mistakenly not included in op? Big Grin
Image
Reply
#4
(2016-03-23, 13:17)lysin Wrote: No love for the Pi 3, or was just mistakenly not included in op? Big Grin
I'll update the descriptions. Code for Pi2 is the same for 3
Reply
#5
(2016-03-23, 13:42)kl1k Wrote:
(2016-03-23, 13:17)lysin Wrote: No love for the Pi 3, or was just mistakenly not included in op? Big Grin
I'll update the descriptions. Code for Pi2 is the same for 3

Is it really?
Do we foresee a 64bit version of OSMC in the near future?
Reply
#6
I have covered the plan for 64-bit and Pi 3 here: https://osmc.tv/2016/02/raspberry-pi-3-a...c-support/.

There has been some community work by Stephen Warren to get Pi 3 to boot 64-bit on a single core with U-Boot.
Reply
#7
16.8-046, 23 March 2016: Based off OSMC commit (7d2f65c) and newclock5 commit (6c187f4)

Build Highlights

Bump version of libcec to 3.1 This should fix the issue with missing libcec files.
NOTE: DVD playback remains temporarily disabled

newclock5

ProcessInfo: Move AllowDTSHDDecode into Processinfo (d9b4477f)
VideoPlayer: inputstream changes, bump to 1.0.2 (92c4b245)
Reply
#8
16.8-047, 24 March 2016: Based off OSMC commit (c75f31487) and newclock5 commit (cbdddad)

Build Highlights

NOTE: DVD playback remains temporarily disabled
python: use kodi provided cert if available

newclock5

New commits in this build:
python: use kodi provided cert if available (cbdddad9)
Reply
#9
Hello ,
in latest build 16.8.048 I have high cpu usage by kodi process even while not watching/doing anything and TV is off.
I have disable all pvr addons .


1017 osmc 20 0 743668 121024 45352 S 23.5 16.1 3:51.08 kodi.bin

kodi.log http://paste.osmc.io/yapehuqasi

Thanks.
Reply
#10
16.8-048, 25 March 2016: Based off OSMC commit (c75f31487) and newclock5 commit (bba4122a)

Build Highlights

NOTE: DVD playback remains temporarily disabled

newclock5

New commits in this build:

[linux] Move hotplug checking into its own thread (58c3e8e2)
Revert "temp: Add lock around mmal and omx calls to avoid stalled audio issue" (a051a9d7)
Revert "rbp: Use common function with lock for gencmds" (bba4122a)


Commits no longer in build:
VideoPlayer: do not disable stream at processing stage (ae748c96)
Reply
#11
16.8-049, 06 April 2016: Based off OSMC commit (da1953f8) and newclock5 commit (2e022c00)

Build Highlights
  • NOTE: DVD playback remains temporarily disabled
  • libcec updated so hopefully this solves the previous libcec errors

newclock5

Too many updated to mention - its been too long since I did the last build.

See Milhouse's thread on all the previous changes:
http://forum.kodi.tv/showthread.php?tid=250817
Reply
#12
16.8-051, 08 April 2016: Based off OSMC commit (d388397) (https://github.com/osmc/osmc/commit/d388397)
and newclock5 commit (b2653c8) (https://github.com/xbmc/xbmc/compare/xbm...c8bddaf94e)



Build Highlights
  • NOTE: DVD playback remains temporarily disabled
  • libcec updated so hopefully this solves the previous libcec errors

newclock5

New commits in this build:

rendering: skipping gui rednering should be independent from dirty (60fbf12e) (https://github.com/popcornmix/xbmc/commi...1fb6eba116)
VideoPlayer: move setting videoDelay from player to renderer (0d1b2eba) (https://github.com/popcornmix/xbmc/commi...f55f94d331)
VideoPlayer: only check skipping if we render a frame, saves CPU (72d0c45c) (https://github.com/popcornmix/xbmc/commi...4e005c3eba)
squash skip (b2653c8b) (https://github.com/popcornmix/xbmc/commi...207781bed5)
Reply
#13
16.8-052, 09 April 2016: Based off OSMC commit (d388397) and newclock5 commit (b2653c8)

Build Highlights
  • NOTE: DVD playback remains temporarily disabled
  • libcec 3.1.0-2 added as a dependency

newclock5

New commits in this build:

MMALRenderer: Wait for vsync after presenting (bde94648)
Reply
#14
16.8-053, 10 April 2016: Based off OSMC commit (d388397) and newclock5 (bdb5c94)

Build Highlights
  • NOTE: DVD playback remains temporarily disabled

newclock5

New commits in this build:

Revert "VideoPlayer: fix mem leak in subtitle processing" (8b24590e)
VideoPlayer: make videoRefClock an object of DVDClock' (3695e8a7)
OMXPlayer: use SystemClock instead of DVDClock for a simple timer (ccaaa4d4)
fixup! VideoPlayer: move setting videoDelay from player to renderer (bdb5c941)

Commits no longer in build:

squash: fix build after WaitPresentTime (f33fcfc7)
squash skip (076fb357)
Reply
#15
Attempting to get the 16.8-054 update today, 'sudo apt-get update' reports:

W: Failed to fetch http://download.osmc.tv/dev/gmc/./Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

Is this a short term glitch or have the updates moved?
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 15

Logout Mark Read Team Forum Stats Members Help
OSMC test builds for Krypton 17 (continued)6