• 1
  • 75
  • 76
  • 77(current)
  • 78
  • 79
  • 134
WeTek Core (24p HD Netflix / HD Audio / Lollipop / OpenELEC / 4K / HEVC)
Next to follow is OpenELEC for Core.

Can't wait for the OpenElec Version..Good job!!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
(2016-02-03, 17:48)ChristianTroy Wrote: The sources are reachable here: https://github.com/christiantroy/xbmc/re...Tek_mod_v1

The various patches have been squashed to just a single commit: https://github.com/christiantroy/xbmc/co...be6311bc91

Soon on the same page will be also available the apk (it's being uploaded right now). The package name has been modified to org.xbmc.kodi_wetek_mod so you can have both the official and this installed.
Please get AMLogic to change this stupid mismatch with official Android API
Code:
+// AML+int CJNIAudioFormat::ENCODING_DTSHD = -1;+int CJNIAudioFormat::ENCODING_DTSHD_MA = -1;+int CJNIAudioFormat::ENCODING_TRUEHD = -1;+


It's simply changing a small part to get this working like it should.
I really urge you to get AMLogic to start following official Android API as there will be some point the special casing will be gone on Android. Linux is another matter.

I'm sure you know that we don't like custom build versions floating around that are still called Kodi
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
AudioFormat.ENCODING_DTS and AudioFormat.ENCODING_DTS _HD require Marshmallow API and, right now, Amlogic has no MM SDK available yet, I am pretty positive they will comply with AOSP code but I will try to make sure they will.

Also Android has no support in AudioFormat (http://developer.android.com/intl/es/ref...ormat.html) for TRUEHD at all so it requires the addition of extra formats.

edit: actually we had already got a reply from them that in MM the available encodings will be used Wink
Reply
We have confirmation that Google will add it to AudioFormat as int 13 in future droid versions.
NVIDIA has already included it in their Marshmallow version and we officially support it in Kodi v17
https://github.com/xbmc/xbmc/commit/84b4...f09f2d314d


Here's the complete PR
https://github.com/xbmc/xbmc/pull/9023
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
I can modify it in our code, I mean it's like anticipating the API but if Kodi will check the sdk version >= 23 for the presence of the AudioFormat it won't be listed.

edit: https://github.com/fritsch/xbmc/blob/2af...at.cpp#L83

it won't be listed in current amlogic devices since anyone has API 23 yet
Reply
@ChristianTroy Thanks for keeping the attribution Smile
Some (hum...zi...hum...doo) are less honest...

You're positive that works on S812 also? Great!

@Martijn Actually, they'd be better using something like CJNIAudioFormat::ENCODING_xxx_IEC.
Their AC3 (iec61937) and the api one (raw) are actually different....
Reply
Oh yes btw thank you for being open with code changes. That may not have come across that well. Indeed himedia are horrible and since we saw at CES even added banned repos.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(2016-02-03, 18:07)ChristianTroy Wrote: I can modify it in our code, I mean it's like anticipating the API but if Kodi will check the sdk version >= 23 for the presence of the AudioFormat it won't be listed.

edit: https://github.com/fritsch/xbmc/blob/2af...at.cpp#L83

it won't be listed in current amlogic devices since anyone has API 23 yet

Just rebase your stuff and we will see what we can get in. I hope we can keep the #ifdeffery to a minimum. As it seems you use the IEC path, it won't interfer with androids new default way at all :-). I have written those parts of the Audiotrack sink with just plain / default audiotrack api in mind. AMLogic specifics need to be added in a non intrusive way.

Edit: Especially what koying wrote here: https://github.com/xbmc/xbmc/pull/9023/files#r51693019 is a nice way of doing it. After that only a few things are left that need to get in.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
@Koying
you did a very nice job there and you have to give to Caesar what belongs to Caesar Wink
Yes, works on S812 Wink

@Martijn
regarding the modified apk, believe me that I tried for days to build modifying org.xbmc.kodi to org.xbmc.somethingelse but I always end up with build failures...
Reply
(2016-02-03, 17:55)Martijn Wrote: I'm sure you know that we don't like custom build versions floating around that are still called Kodi

Hi Martijn,

Thanks for note. We will fully rename it to don't confuse anybody.
Reply
(2016-02-03, 18:32)ChristianTroy Wrote: @Koying
you did a very nice job there and you have to give to Caesar what belongs to Caesar Wink
Yes, works on S812 Wink

@Martijn
regarding the modified apk, believe me that I tried for days to build modifying org.xbmc.kodi to org.xbmc.somethingelse but I always end up with build failures...
There are patches in our master that fixed that Wink
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
@ChristianTroy I can assist you in doing proper rebranding (even keeping the "org.xbmc" part is not ideal, imho, although it's technically ok).
If the changes are accepted in master, no need for it, obviously.
Reply
Well not liking isn't that bad. Let's hope we can get most ironed out for v17 so all custom patching can be gone.

What we hate most are those fully loaded piracy devices out there Sad
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Thank you both guys, @Koying I will send you an email Smile
Reply
(2016-02-03, 18:38)Martijn Wrote: There are patches in our master that fixed that Wink

Yeah, well, I spent another day of two making binary addons build with another name Wink

https://github.com/koying/SPMC/commit/42...b80cfcd0dd
https://github.com/koying/SPMC/commit/62...a54d724abb
Reply
  • 1
  • 75
  • 76
  • 77(current)
  • 78
  • 79
  • 134

Logout Mark Read Team Forum Stats Members Help
WeTek Core (24p HD Netflix / HD Audio / Lollipop / OpenELEC / 4K / HEVC)4