OSMC Test Builds for Kodi 17
#31
16.8-026, 8 Feb 2016: Based off OSMC commit (8ae8433) and newclock5 commit (fcbdeb7a5)


newclock5


New commits in this build:
fixup! [3d] Automatically enable 3D for ssif (fcbdeb7a)

Updated commits in this build:
Revert "MMAL: Add support for zero copy interface to ffmpeg" f1a9e5b4 => (b87fdf60)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-08022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-08022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#32
16.8-027, 9 Feb 2016: Based off OSMC commit (d7c112c) and newclock5 commit (badef8b9e)

newclock5


New commits in this build:
AE: flush engine when sink gets reconfigured (3b4ec8ff)
vcxproj: Sync to master to avoid conflicts (badef8b9)


Commits no longer in build:
fixup! [3d] Automatically enable 3D for ssif (fcbdeb7a)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-09022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-09022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#33
16.8-028, 12 Feb 2016: Based off OSMC commit ba195a4 and newclock5 commit (b626891a)

newclock5

New commits in this build:

AE: hack increase timeouts (5df1c247)
ffmpeg: upate native build file for new path (b626891a)
MMALFFMPEG: Add pool to reduce number of gpu allocs/frees (b873521e)
fixup! [3d] Automatically enable 3D for ssif (bc3b0bd5)
rbp: Expose gpu memory allocation functions (6c004daf)
rbp: Add zero copy interface to ffmpeg for software decode (6a5d7cd7)

Commits no longer in build:

MMALCodec: Set dropped flag on output pictures when input requested that (0933d8b1)
MMAL: Add support for zero copy interface to ffmpeg (784f5451)
Revert "MMAL: Add support for zero copy interface to ffmpeg" (970c47eb)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-12022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-12022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#34
Hi kl1k, thanks for this thread. Two questions...

1. Are these builds basically the same in terms of firmware improvements, bug fixes, etc. as Milhouse OpenELEC builds?
2. How does one apply a .deb file? Same as OE, where you copy it over to 'update' folder over network?

Re: #2, did some Google-ing, but I'm still confused how you execute the command line? Use Putty, then SSH using Pi2's IP address? What's the login/pw? Then, type in this...
Code:
wget http://download.osmc.tv/dev/gmc/rbp2-libcec-osmc-3.0.1-14.deb   -O /tmp/rbp2-libcec-osmc-3.0.1-14.deb && sudo dpkg -i /tmp/rbp2-libcec-osmc-3.0.1-14.deb
[H]i-[d]eft [M]edia [K]een [V]ideosaurus
My HT
#35
Getting an error..

Image
[H]i-[d]eft [M]edia [K]een [V]ideosaurus
My HT
#36
Install armv7-libcrossguid-osmc first. Will check if that's not being handled as a dep. If that doesn't work, need to see a full log.

Username and password are found on the OSMC Wiki.

1. Are these builds basically the same in terms of firmware improvements, bug fixes, etc. as Milhouse OpenELEC builds?

They are newclock5 builds. We bump firmware outside of the Deb (via OSMC APT) but I will set up an APT repo for kl1k soon so builds can be installed via apt and he has full control of dependency management (CEC has been problematic recently)

Sam
#37
Thanks Sam. Love the simple, but elegant, OSMC skin, plus ability to overclock & add codec licenses right from the GUI.
[H]i-[d]eft [M]edia [K]een [V]ideosaurus
My HT
#38
16.8-029, 15 Feb 2016: Based off OSMC commit 7c70b32 and newclock5 commit (edbef4a82)


newclock5

New commits in this build:
rbp: Add zero copy interface to ffmpeg for software decode (76e3a36f)

Commits no longer in build:
fixup! rbp: Add zero copy interface to ffmpeg for software decode (a93db5ec)
MMALFFMPEG: Destroy the pool lazily (a7381e5c)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-15022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-15022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#39
(2016-02-16, 02:55)Sam.Nazarko Wrote: Install armv7-libcrossguid-osmc first.
What's the code/command to install this? I had first downloaded to the same dir where I have putty & tried sudo apt-get install armv7-libcrossguid-osmc_1.0.0-2_armhf.deb, but didn't work.

Figured it out, but w/latest Kodi 17 builds, nothing but Confluence works, not even OSMC skin. It's still there, but just won't load. Seems to affect latest OpenELEC Kodi 17 Milhouse builds as well.
[H]i-[d]eft [M]edia [K]een [V]ideosaurus
My HT
#40
(2016-02-16, 22:19)hdmkv Wrote:
(2016-02-16, 02:55)Sam.Nazarko Wrote: Install armv7-libcrossguid-osmc first.
What's the code/command to install this? I had first downloaded to the same dir where I have putty & tried sudo apt-get install armv7-libcrossguid-osmc_1.0.0-2_armhf.deb, but didn't work.

Figured it out, but w/latest Kodi 17 builds, nothing but Confluence works, not even OSMC skin. It's still there, but just won't load. Seems to affect latest OpenELEC Kodi 17 Milhouse builds as well.

There has been a recent change which requires updating some of the skin xml files So far the only skin to update these is Confluence. (See OP for more info)
#41
16.8-030, 16 Feb 2016: Based off OSMC commit 754c3be and newclock5 commit (6dbf029126)


newclock5

New commits in this build:

VideoPlayer: update selectionstreams when stream parameters changes (8703bef6)
rbp: Support zero copy interface with hevc acceleration (bb32bfe1)

Updated commits in this build:

MMALFFMPEG: Add pool to reduce number of gpu allocs/frees (6dbf0291)


Commits no longer in build:

AE: flush engine when sink gets reconfigured (7b68d139)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-16022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-16022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#42
16.8-030, 16 Feb 2016: Based off OSMC commit 754c3be and newclock5 commit (6dbf029126)

newclock5

New commits in this build:

mmal: Include mmal renderer logging in video category (e3cd6b4d)
temp: Add lock around mmal and omx calls to avoid stalled audio issue (12771db3)
Revert "temp: Add lock around mmal and omx calls to avoid stalled audio issue" (ff3835a6)
temp: mmal: increase decode buffering a little to help harder MVC files (b7f89717)


Commits no longer in build:

Fix Raspberry-Pi build (e49a39c4)
Don't default CPU to host processor if toolchain file is given (382a4a1a)
Make MMAL mandatory for Raspberry-Pi (a64b9f4a)
Add documentation for Raspberry Pi (9dd2d248)
Add toolchain file checks (8e8b23cd)
Update README.raspberrypi for Raspberry Pi 2 (37345e8a)
Build cpluff with verbose compile output (96cb310b)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-18022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-18022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#43
I use rbp2 with USB HDD for OSMC. I try the nightly built and some of the videos won't display picture.
I wanted to revert back to stable version but I don't want to have to format it. Is there is way around put http://ftp.fau.de/osmc/osmc/download/filesystems/ back on my rpb2 without formatting?
#44
(2016-02-20, 02:24)zdiggler Wrote: I use rbp2 with USB HDD for OSMC. I try the nightly built and some of the videos won't display picture.
I wanted to revert back to stable version but I don't want to have to format it. Is there is way around put http://ftp.fau.de/osmc/osmc/download/filesystems/ back on my rpb2 without formatting?

The whole point of these test builds is to find and fix problems.
Can you provide some details of the bug? E.g. post a debug log (wiki) when playing a problematic file.
#45
As popcornmix said these are test builds are and could well be unstable - they are here to people can find potential issues.
If you are having issues please post a debug log so that it can be looked into.

If you want to revert back to a stable build try this (There is no guarantee that it will work - there might have been database upgrades. First few lines of OP says make sure you have a backup)

Code:
sudo apt-get install rbp2-mediacenter-osmc=15.2.0-8

Logout Mark Read Team Forum Stats Members Help
OSMC Test Builds for Kodi 172