[TESTING] Kodi 18 (Leia) builds for Raspberry Pi

17.8-174, 8 Feb 2018: Based off OSMC commit (88c5b8b4) and newclock5 (91ec043c)

]XBMC:

  • VideoPlayer: OpenGL - do colorspace conversion in linear RGB (PR:13481, 2 commits, 10 files changed)
  • Exit (PR:13483, 1 commit, 1 file changed)
  • [win32]Fix env vars out of sync in debug mode regression (PR:13490, 1 commit, 1 file changed)
  • FIX: [droid] proper handling of HDMI on/off broadcasts (PR:13487, 1 commit, 2 files changed)
  • fixed: return actual position for seek in file cache (PR:13488, 1 commit, 1 file changed)
  • changed: drop XbmcThread::NonCopyable (PR:13489, 1 commit, 4 files changed)
    [*][doxy] add missing docs and adjust docs in GUIInfoManager (PR:13467, 2 commits, 1 file changed)

Includes latest addons: inputstream.adaptive (b28d3f0), inputstream.rtmp (b3ffc49), peripheral.joystick (7f2f2eb), pvr.argustv (a4d3ec7), pvr.demo (8f62053, +1), pvr.dvblink (89d1687, +1), pvr.dvbviewer (64c4356, +1), pvr.filmon (2721611, +1), pvr.hdhomerun (7379fbc), pvr.hts (095784b, +1), pvr.iptvsimple (933a5c4, +1), pvr.mediaportal.tvserver (dec444f, +2), pvr.mythtv (3200b09), pvr.nextpvr (aa1c8d2, +1), pvr.njoy (67b837d), pvr.octonet (689afbf), pvr.pctv (5b47d9f, +1), pvr.stalker (77eec69, +1), pvr.teleboy (3ae0297), pvr.vbox (57f3198, +1), pvr.vdr.vnsi (4db947c), pvr.vuplus (f05f158, +1), pvr.wmc (38e670a, +1), pvr.zattoo (3c46173, +1), vfs.libarchive (3ad25b3, +1)

Hi,
i have a problem using Kodi 17.8-173 on my Raspberry Pi 3 with OSMC.

I added the Kodinerds Repo an then installed the Amazon Prime Video Addon.
After Konfiguration of the Input-Stream i had to install Widevine which was successful.
But every time i start a video i get the player with the ā€œbufferingā€ symbol and then OSMC crashes with the bad smiley.
I told the guys in the Kodinerds community about my problem but they told me to aks in this thread.

So i hope that somebody can help me :wink:

greetings from germany

In the picture you can see the moment right bevor OSMC crashes

17.8-175, 11 Feb 2018: Based off OSMC commit (d43d41bb7) and newclock5 (41a8dedb)a

XBMC:

  • [VideoPlayer] DXVA: fixed wrong surface format for 10bits videos and (PR:13506, 1 commit, 2 files changed)
  • [depends][configure] unify android & linux (PR:13505, 4 commits, 65 files changed)
  • Games: Mouse remapping support (PR:13482, 13 commits, 90 files changed)
  • VideoPlayer: rewrite yuv to rgb conversion for DirectX (PR:13500, 6 commits, 15 files changed)
  • [windows] use ComPtr instead of raw pointers. (PR:13501, 4 commits, 11 files changed)
  • [estuary] missing addon icons (PR:13498, 1 commit, 2 files changed)
  • changed: quell terminal spew in JpegParse (PR:13496, 2 commits, 2 files changed)
  • changed: remove .rar|.cbr from default video/music/image extensions (PR:13494, 1 commit, 1 file changed)
  • AMLUtils: simplify resolution parsing, add VESA modes parsing (PR:13432, 0 commits, 0 files changed)
  • RetroPlayer: Update OpenGL/ES Renderers and use RGB565 (PR:13497, 6 commits, 7 files changed)

peripheral.joystick:

  • Peripheral API v1.3.7: Mouse mapping support

Includes latest addons: inputstream.adaptive (b28d3f0), inputstream.rtmp (b3ffc49), peripheral.joystick (02da6ed, +4), pvr.argustv (a4d3ec7), pvr.demo (8f62053, +1), pvr.dvblink (89d1687, +1), pvr.dvbviewer (64c4356, +1), pvr.filmon (2721611, +1), pvr.hdhomerun (7379fbc), pvr.hts (095784b, +1), pvr.iptvsimple (933a5c4, +1), pvr.mediaportal.tvserver (dec444f, +2), pvr.mythtv (3200b09), pvr.nextpvr (aa1c8d2, +1), pvr.njoy (67b837d), pvr.octonet (689afbf), pvr.pctv (5b47d9f, +1), pvr.stalker (77eec69, +1), pvr.teleboy (3ae0297), pvr.vbox (57f3198, +1), pvr.vdr.vnsi (4db947c), pvr.vuplus (f05f158, +1), pvr.wmc (38e670a, +1), pvr.zattoo (3c46173, +1), vfs.libarchive (128394c, +3)

Can you post full debug logs.

Yes of course.
Here is the URL to the full debug logs:
https://paste.osmc.tv/revagipiye

The funny thing is, today two films started properly but the 3 one cause into a crash of the Raspberry.
I hope this Debug will helpā€¦

greetings

Not sure why its crashing. Not seeing anything in the logs.

widevine is loading ok though.

19:25:40.805 T:1285452528   DEBUG: [script.module.inputstreamhelper-0.3.2]: ['ldd', '/home/osmc/.kodi/cdm/libwidevinecdm.so'] cmd executed successfully.
19:25:40.805 T:1285452528   DEBUG: [script.module.inputstreamhelper-0.3.2]: There are no missing Widevine libraries! :-)

After i updated Kodi to version 17.8-175 i tried watching some films and it seems that the crashing of my raspberry depends on the resolution of the film.

So now it is possible to watch normal SD films without any problem, but as soon as i start watching any film in HD the raspberry crashes.

What do you think, could this be a problem of configuration?

17.8-176, 12 Feb 2018: Based off OSMC commit (8d392666e) and newclock5 (7a26fb4)

XBMC:

  • AddonSettings: Protect against nullptr (PR:12522, 1 commit, 1 file changed)
  • [PVR] Ensure larger objects are heap allocated to avoid stack overflows. (PR:13522, 1 commit, 2 files changed)
  • X11: add fallback for OpenGL legacy (PR:13528, 1 commit, 1 file changed)
  • [Music]Fix Container.Art for collaboration albums (PR:13491, 1 commit, 1 file changed)
  • [libdvd] latest versions libdvdcss 1.4.1 libdvdread/libdvdnav 6.0.0 (PR:13524, 1 commit, 3 files changed)
  • [xbmc][fix] Fix problematic format strings. (PR:13529, 1 commit, 3 files changed)

Includes latest addons: inputstream.adaptive (b28d3f0), inputstream.rtmp (b3ffc49), peripheral.joystick (02da6ed, +4), pvr.argustv (a4d3ec7), pvr.demo (8f62053, +1), pvr.dvblink (89d1687, +1), pvr.dvbviewer (64c4356, +1), pvr.filmon(2721611, +1), pvr.hdhomerun (7379fbc), pvr.hts (095784b, +1), pvr.iptvsimple (933a5c4, +1), pvr.mediaportal.tvserver (dec444f, +2), pvr.mythtv (3200b09), pvr.nextpvr (aa1c8d2, +1), pvr.njoy (67b837d), pvr.octonet (689afbf), pvr.pctv(5b47d9f, +1), pvr.stalker (77eec69, +1), pvr.teleboy (3ae0297), pvr.vbox (57f3198, +1), pvr.vdr.vnsi (4db947c), pvr.vuplus (f05f158, +1), pvr.wmc (38e670a, +1), pvr.zattoo (3c46173, +1), vfs.libarchive (128394c, +3)

Hello,

after Update to 17.8-176 kodi isnā€™t crashing anymore how P.H. has written.
Now we have an other Bug:
12:55:40.203 T:833602288 NOTICE: Finding audio codec for: 86018
12:55:40.205 T:833602288 NOTICE: Creating audio thread
12:55:40.212 T:1156313840 NOTICE: running thread: CVideoPlayerAudio::Process()
12:55:40.284 T:1156313840 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
12:55:40.393 T:850379504 ERROR: CMMALRenderer::CheckConfigurationVout Failed to commit vout input format (status=3 EINVAL)
12:55:40.393 T:850379504 ERROR: CMMALRenderer::Run - Failed to send omvb:0x43303998 mmal:0x47eddeb0 to vc.ril.video_render:in:0(I42S) (status=03 EINVAL)
12:55:41.207 T:850379504 ERROR: CMMALRenderer::Run - Failed to send omvb:0x6176f058 mmal:0x47ede088 to vc.ril.video_render:in:0(I42S) (status=03 EINVAL)
12:55:41.271 T:783270640 ERROR: CMMALRenderer::Process - Failed to send omvb:0x435d1598 mmal:0x47ede260 to vc.ril.video_render:in:0(I42S) (status=03 EINVAL)
12:55:41.304 T:783270640 ERROR: CMMALRenderer::Process - Failed to send omvb:0x715a1bd0 mmal:0x47ede438 to vc.ril.video_render:in:0(I42S) (status=03 EINVAL)
12:55:41.354 T:783270640 ERROR: CMMALRenderer::Process - Failed to send omvb:0x6ac555b0 mmal:0x47ede610 to vc.ril.video_render:in:0(I42S) (status=03 EINVAL)
12:55:41.387 T:783270640 ERROR: CMMALRenderer::Process - Failed to send omvb:0x4351a460 mmal:0x47ede7e8 to vc.ril.video_render:in:0(I42S) (status=03 EINVAL)
12:55:41.421 T:783270640 ERROR: CMMALRenderer::Process - Failed to send omvb:0x65ffcbb8 mmal:0x47ede9c0 to vc.ril.video_render:in:0(I42S) (status=03 EINVAL)
ā€¦
ā€¦
ā€¦
12:55:42.426 T:1340617456 ERROR: CMMALPool::GetBuffer - failed pool:0x6c3acc20 omvb:(nil) mmal:(nil) timeout:500
12:55:42.426 T:1340617456 ERROR: CAddonVideoCodec::GetFrameBuffer Failed to allocate buffer

After that the Videosignal get lost and picture remains black.

Iā€™ve found with this error message this thread:
https://forum.kodi.tv/printthread.php?tid=298461&page=149
where popcornmix wrote it could be a bug in firmware.

I hope this helps finding the Problem.

Regards Tobias

1 Like

probably a not so clever question, sorry about it:

I wanted to test all the latest Retroplayer features tigether with the latest leia release, but my understanding is that the emulators/cores are not included.

I am assuming that I could take the cores from another build like mentioned by Garbear on the Kodi forum [url] Kodi Community Forum
but I am sure that I will f**k up something along the wayā€¦for me it would make more sense if it was possible to have these testing builds with also the cores included, but I am not sure how much additional effort this will require

pelase let me know if this is total non-sense

m

Probably a different issue as the that firmware was updated a while back.

Most of the emulators are already included in the nightly builds.

See here for the game addons that are built in:

https://github.com/StormTrooper/osmc/blob/gmc-18/package/mediacenter-next-osmc/build.sh#L398

Hi GMC. About the emulatores: are there any news about scummvm?
Thanks

When they were first added I seem to recall scummvm crashed or had some other issues so it was removed from the builds.

Iā€™ll run a test build and see if it compiles and let you know.

Thank you sir.

@ gmc,

thanks, I will check better, i could not find anything in the addonsā€¦

M

@P.H, @tdoe, (would have tagged gmc here as well but am not allowed to): I can confirm that replacing the OSMC firmware with

and

fixes the CMMAL errors. Amazon VOD works with image and sound for every video Iā€™ve tried so far.

2 Likes

Thanks for the feedback Looping in @sam_nazarko Will need to bump the firmware.

2 Likes

I will update the firmware in the next stable OSMC update

Sam

1 Like

Scummvm is building again (Havenā€™t tested it yet but hopefully works)

Builds are running now so will be included in the next nightly.