Kodi Community Forum
Req VP9 support for Amlogic s905x - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: Req VP9 support for Amlogic s905x (/showthread.php?tid=291858)



VP9 support for Amlogic s905x - braindamagedman - 2016-09-23

Hello,

New Amlogic s905x has hardware decoder for vp9. But Kodi doesn't support it.

Amlogic sources for s905x can be found here - http://openlinux.amlogic.com:8000/download/ARM/filesystem/arm-buildroot-2016-08-18-5aaca1b35f.tar.gz - reference board name for s905x - p212
I built linux from this sources with kodi 16.1 (with amcodec enabled), and vp9 in Kodi doesn't play throughout amcodec (in kplayer it does).

I checked if Kodi 17 supports it but didn't found any related changes on github.


RE: VP9 support for Amlogic s905x - Ned Scott - 2016-09-23

amcodec is on the chopping block in hopes of finding something more standard and hardware agnostic.


RE: VP9 support for Amlogic s905x - braindamagedman - 2016-09-23

I found that there is vp9 support in Kodi for Android. When i run Android on same hardware vp9 works fine.

From file xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecAndroidMediaCodec.cpp:

case AV_CODEC_ID_VP9:
m_formatname = "amc-vp9";