2016-03-17, 02:07
suspend temperatures have dropped significantly on Pi3 since #0315
(2016-03-17, 00:22)Milhouse Wrote:(2016-03-16, 10:31)thent Wrote: Any ideas when the binaries of inputstream will be merged with your builds?
Which binaries in particular?
Quote:Additional commits/pull requests/changes not yet merged upstream:But it's working pretty good right now, especially with the drop of PR8723. Someone at kodinerds.net prepared an Amazon video addon using Inputstream and widevine, which is provided now with Kodi.
Added: [env] patch: Set default volume steps to 20
Added: [env] patch: Binary-Addons: Package inputstream.mpd
Added: [env] patch: Update inputstream.mpd settings
Added: [env] patch: Add arm libwidevinecdm.so
(2016-03-17, 09:13)thent Wrote: But it's working pretty good right now, especially with the drop of PR8723.
(2016-03-17, 09:13)thent Wrote: Someone at kodinerds.net prepared an Amazon video addon using Inputstream and widevine, which is provided now with Kodi.
sqlite3 /storage/.kodi/userdata/Database/Addons22.db "update installed set enabled=1 where addonID='kodi.inputstream'"
texturecache.py playw "http://rdmedia.bbc.co.uk/dash/ondemand/testcard/1/client_manifest-events-multilang.mpd"
(2016-03-17, 12:27)hawkeyexp Wrote: With libdev's modded amazon addon kodi crashes and restarts kodi.
(2016-03-17, 12:30)Milhouse Wrote:(2016-03-17, 12:27)hawkeyexp Wrote: With libdev's modded amazon addon kodi crashes and restarts kodi.
Yes, it will - the libwidevinecdm.so library used to decrypt the Amazon stream is armv7 only, so no Amazon for RPi1 users I'm afraid.
(2016-03-02, 01:08)Milhouse Wrote:(2016-03-02, 00:37)asavah Wrote:(2016-03-01, 18:47)doldi Wrote: by your leave, Milhouse
why is that disabled? :-)
Because some PR (merged) which improved windoze build stuff completely broke linux cross-compiling of needed libdvd* libs.
@Milhouse I was able to figure this libdvd crap out, but the fixes are for my own buildsystem, not sure if similar tricks can be made for OpenELEC,
if you want details via PM let me know.
Sure, I'd be interested in your patches - thanks.
(2016-03-17, 11:59)Milhouse Wrote: Eventually inputstream.mpd will become a regular user-installable addon in official releases (or will be automatically installed by another addon) - I'm only including it in these builds partly out of convenience, but mainly because I'll know what version of the addon you have should you experience a problem.Thanks a lot for clearing that up!
Note also that I have seen some odd behaviour with dependencies due to add-on defaults, which can cause problems:
# uname -a
Linux rpi512 4.4.6 #1 Thu Mar 17 22:37:07 GMT 2016 armv6l GNU/Linux
# vcgencmd version
Mar 15 2016 14:51:23
Copyright (c) 2012 Broadcom
version 1bf9a9a77026af9128a339c82d72e331d3532ee4 (clean) (release)
# lsb_release
OpenELEC (Milhouse) - Version: devel-20160317223611-#0317-g0026734 [Build #0317]
# vcdbg log msg 2>&1 | grep DTOK
002493.279: Kernel trailer DTOK property says yes
# Kernel device tree status: Enabled
(2016-03-17, 20:18)SpokV Wrote: Sorry for interrupting in the inputstream issue but I have a very annoying issue. When watching h.264 720p live stream, I have green artifacts (lines from the bottom of the screen) every few seconds. I've tried using MMAL and omxplayer but both resulted with the issue...does anyone know how to solve it?
(2016-03-18, 13:39)popcornmix Wrote:Not overclocking. Not a recording. It is a h264 p2p live channel. I've noticed that each time the playback is stopped due to buffering and resumed again I get the green artifacts. After few times of buffering cycles the buffering issue stops and I get cyclic green lines every 30 seconds or so.(2016-03-17, 20:18)SpokV Wrote: Sorry for interrupting in the inputstream issue but I have a very annoying issue. When watching h.264 720p live stream, I have green artifacts (lines from the bottom of the screen) every few seconds. I've tried using MMAL and omxplayer but both resulted with the issue...does anyone know how to solve it?
Are you overclocking? If you are try disabling.
Do you you get this with recordings? If so then a short sample file would be useful.
(2016-03-18, 14:24)SpokV Wrote: Not overclocking. Not a recording. It is a h264 p2p live channel. I've noticed that each time the playback is stopped due to buffering and resumed again I get the green artifacts. After few times of buffering cycles the buffering issue stops and I get cyclic green lines every 30 seconds or so.