Kodi Community Forum
peak3d development roadmap - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: peak3d development roadmap (/showthread.php?tid=303609)

Pages: 1 2 3 4 5 6 7


RE: peak3d development roadmap - Ed76 - 2019-01-12

are there any plans to implement playready for windows?


RE: peak3d development roadmap - peak3d - 2019-01-13

Hi, sure, still waiting for a windows dev who is more into the window api things.
From my side I'll provide all information about the workflow, if someone signals time for development


RE: peak3d development roadmap - CiNcH - 2019-01-18

May I ask, what happended to your MediaCodec Async plans? You seem to have re-introduced MediaCodec via JNI in the respective branch?


RE: peak3d development roadmap - peak3d - 2019-01-23

I did some performance tests in my WIP branch, but it was no real improvement.
I'll wait until async is implemented in NDK and try again (Android API 28 IIRC)


RE: peak3d development roadmap - CiNcH - 2019-01-23

I might soon open a topic where I elaborate on performance while playing high bitrate 2160p60 content. Rendering a 4K frame every 16ms is critical. And I do experience problems. Amazon even suggests using Tunnel Mode Playback.


RE: peak3d development roadmap - peak3d - 2019-01-23

Tunneled playback is an option but does not really fit into kodi's VideoPlayer.
The only option is to write a new videoplayer (see rbpi / OMX) and bypass all the options which are posssible if you have control over the frames.

Beside this performance in tunneled mode (with my heavy 4K sample on AFTV4K (2017) was not too good. Because of that I didn't spend too much time on it.


RE: peak3d development roadmap - afedchin - 2019-01-25

(2019-01-23, 18:01)peak3d Wrote: Tunneled playback is an option but does not really fit into kodi's VideoPlayer.

What tunneled playback mean?


RE: peak3d development roadmap - CiNcH - 2019-01-25

See here and here.


RE: peak3d development roadmap - Varstahl - 2019-05-03

(2019-01-13, 11:44)peak3d Wrote: Hi, sure, still waiting for a windows dev who is more into the window api things.
From my side I'll provide all information about the workflow, if someone signals time for development

I've just been notified your need of someone to wrangle WinApi. I'm unsure of how much time I currently have at my disposal, but Google being Google, the idea of dropping Widevine support is tickling. Let me know if you still need help with the implementation.