Kodi Community Forum

Full Version: ZIDOO X6(Updated October 18st support 3D ISO framepacking via kodi)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,good news!!for follow GPL. We will open the source(3D,pass through,HW decodeing via kodi by rockchip 3368 and the decode library) on github today!The most likely time is ten hours later.We also hope KODI team will be able to merge it into the main line.

BTW:About the ZIDOO X6 talk, please in this thread

updated October 18st 2015:.
We released a beta version FW to the test group members,and will update the source code on github next week
1.Support 3D MVC framepacking
2.Optimization 23.976 in kodi.(The default status is off,please to "setting --playback --Accelerate " enable 23.976 option)
3.Eliminate the noise of audio passthrough
4. Modify the strategy of buffer area
5. The notice switch of 3D mode on TV
And we will open the source(pass through,HW decodeing via kodi by allwinnner H3 and the decode library) tomorrow,Thanks!
Geekbuying says x6 has no true 23,976 output only 24hz can you please tell how it is?
We've open the source on github
We decide to release the source code of Kodi for Zidoo X6. Even that X6 isn't shipped yet.
Kodi is great! And we want to help Kodi getting better.

This is a special branch for RockChip rk3368 platform.Support 3D MVC,7.1CH HD Audio pass through,HW decodeing in kodi. First of all, you need the lastest verson of rk3368 sdk. The implement of decoder and render are same as Amlogic. It request a library name "librkffplayer.so", you can find it on lastest version rk3368 sdk.

And the more important thing is, you need a device run with rk3368, such as Zidoo X6, which had deep modified to meet this new speicial version.

After clone this repository, apply the ffmpeg patch "kodi-ffmpeg-patch-20150910.patch" to your ffmpeg. Then build the apk, and install to run it.

You'd better to run your apk on Zidoo X6, we are not sure if it run well on other devices.

Thanks for Rockchip supporting

Have fun and enjoy!

GITHUB link:https://github.com/zidootech/zidoo-kodi-15.1
I'm curious if there's anything in use for devs to bring 3d bluray and hd audio suppport too into main... (for android)
From a short look - it seems that tree is unmodified, besides the Readme.md

Please rebase your changes on the kodi version you currently use, so that they are on top. Also we miss this ffmpeg patch.
Image

^^ please, don't fool us - we don't use git since yesterday.
the code you made available is our master branch from two weeks ago (Kodi 16). So not the 15.1 you claim. Also as said by fritsch the patches are missing you claim we should apply
(2015-09-16, 11:56)fritsch Wrote: [ -> ]Image

^^ please, don't fool us - we don't use git since yesterday.

Please wait a moment, we are checking
Cloud Media also now claim to have an “optimized” version of Kodi for Android that supports HD audio pass-through, frame rate sync, 3D BDISO, and 4K H.264/H.265 video playback:

http://www.cnx-software.com/2015/09/16/o...processor/

What is it with all these companies, why is it so hard to release all modified source code when they use open source licensed software?

(2015-09-16, 10:46)mirror88 Wrote: [ -> ]This is a special branch for RockChip rk3368 platform. First of all, you need the lastest verson of rk3368 sdk. The implement of decoder and render are same as Amlogic. It request a library name "librkffplayer.so", you can find it on lastest version rk3368 sdk.
hmm, will you be releasing the full source code for "librkffplayer.so" as open source as well?

Bit of a cynic here but suspect that it too may also violate open source licenses if closed.
(2015-09-16, 12:00)Martijn Wrote: [ -> ]the code you made available is our master branch from two weeks ago (Kodi 16). So not the 15.1 you claim. Also as said by fritsch the patches are missing you claim we should apply

It's done,please switch the branch "zidoo-15.1"
https://github.com/zidootech/zidoo-kodi-...zidoo-15.1
Thanks very much. Please consider to push the ffmpeg patch upstream if you find that appropriate.
(2015-09-16, 13:05)fritsch Wrote: [ -> ]Thanks very much. Please consider to push the ffmpeg patch upstream if you find that appropriate.

https://github.com/zidootech/zidoo-kodi-...0910.patch
Upstream: To the ffmpeg people :-) if you find that one appropriate. Perhaps they would like it in their main repository.

I had a short look over the code. It is basically nicely done and using our way of architecture. There are some hacks in AudioEngine and the Sink which can be worked out.

Thanks again.