Posts: 60
Joined: Mar 2012
Reputation:
1
2016-04-21, 21:42
(This post was last modified: 2016-04-21, 21:44 by TheMonkeyKing.)
Any thoughts on changing the coding that allowa external players?
I ask because I am going to test the newest Opera build that has built in VPN. My VPN-enabled KODI is a bit of a kludge and not at all elegant.
I want to make sure that anything I build for Jarvis will be compatible with v17 onward.
Posts: 216
Joined: Jun 2014
Reputation:
11
Hi FernetMenta,
Just reread the very first post in this thread and was wondering what the "current" state actually is now, i.e. ~6 months later? Would you mind sharing what the team has achieved in the meantime and how far away you are from your actual goal? Just curious...
Thanks and best,
M4tt0
Posts: 216
Joined: Jun 2014
Reputation:
11
I believe merging the Videoplayer Updates commit last night has been a major milestone towards your vision and mission. Would you mind sharing where you are now, what has been achieved and where the team is going from here? Still just curious... ;-)
Posts: 6,810
Joined: Jul 2010
Reputation:
198
We were trying some concepts to cut dependencies to platform specific code and features. Seems the API how platforms can extend VideoPlayer stabilizes. With merge of vpupdates we allow platforms to register components into VP. Those are:
- hardware decoders
- hardware related video buffers like dma
- renderers that can handle thos video buffers
- a controller component that defines how VP behaves in different situations
Polling by the UI is continuously reduced.
Next major milestons are cutting dependencies to PVR and GUI.
Posts: 603
Joined: Jan 2014
Reputation:
21
Sounds like a huge step forward. Thanks for the update and the work you and the team did to improve video player.
Latest news about AudioDSP and my libraries is available on
Twitter.
Developers can follow me on
Github.
Posts: 216
Joined: Jun 2014
Reputation:
11
Agreed, especially as most of these "under-the-hood" changes are so fundamental for future features and functionality but will likely not be noticed by the vast majority of users. My sincere thanks FernetMenta and team! Outstanding effort for an outstanding project!
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Thanks for those kind words
Posts: 152
Joined: Aug 2014
Reputation:
3
Another question on the future of video player, With the removal of PVR code, Will the PVR see any improvements stability ect or will it remain about the same now?