PINE64
Available video players with hw decoder support - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88)
+--- Thread: Available video players with hw decoder support (/showthread.php?tid=4861)

Pages: 1 2 3


RE: Available video players with hw decoder support - r00t3d - 08-07-2017

thanks for the updates guys


RE: Available video players with hw decoder support - dlu - 08-08-2017

If LibreELEC is open enough to get other software running on it ( I'd like ssh/sshd, nfsd, some other network clients, support for typical file systems, usual shell tools), then I'm enthusiastic.


RE: Available video players with hw decoder support - elatllat - 08-10-2017

(08-08-2017, 12:26 AM)dlu Wrote: If LibreELEC is open enough to get other software running on it ( I'd like ssh/sshd, nfsd, some other network clients, support for typical file systems, usual shell tools), then I'm enthusiastic.

LibreELEC is 'Just enough OS' for Kodi, aka no package manager, aka pointlessly crippled.

I'll buy some rock64s the day they can play 4K60P HDR on Debian.


RE: Available video players with hw decoder support - brabtob - 08-11-2017

I'm in the same boat. Saw an article someplace and thought great! Wanted it as a webserver and media player, especially for 4k HDR. Ignorantly assumed there would be hardware decoding support given it uses a common [font=Arial, 宋体,]Mali-450 MP2 video decoder. Seems like it's a lot more complicated than that. It's a huge pity, these boards live or die based on software support. Lesson learned.[/font]

[font=Arial, 宋体,]The RK3328 seems to be the poor relation, the RK3399 for example seems to have full Kodi support.[/font]

http://kodi.wiki/view/Android_hardware#Compatible_chipsets


RE: Available video players with hw decoder support - stuartiannaylor - 08-15-2017

(08-10-2017, 01:44 AM)elatllat Wrote:
(08-08-2017, 12:26 AM)dlu Wrote: If LibreELEC is open enough to get other software running on it ( I'd like ssh/sshd, nfsd, some other network clients, support for typical file systems, usual shell tools), then I'm enthusiastic.

LibreELEC is 'Just enough OS' for Kodi, aka no package manager, aka pointlessly crippled.

I'll buy some rock64s the day they can play 4K60P HDR on Debian.

Presume if they have the libs to run RK on LibreElec then its highly likely someone will port them to other distro's.

Also you can add a package manager to LibreElec https://www.artembutusov.com/libreelec-entware-ng-installation/

Even though haven't got a clue to what the entware-ng repo contains but hey Smile

Also haven't checked about Arm64 but presuming there are a number of interesting options and with an early board we are just waiting for options.

Maybe OSMC / FTMC depending on Linux / Android even https://github.com/JamesLinEngineer/RKMC


RE: Available video players with hw decoder support - elatllat - 08-16-2017

(08-15-2017, 09:49 AM)stuartiannaylor Wrote: ...someone will port...

https://xkcd.com/644/


RE: Available video players with hw decoder support - stuartiannaylor - 08-16-2017

(08-16-2017, 07:03 PM)elatllat Wrote:
(08-15-2017, 09:49 AM)stuartiannaylor Wrote: ...someone will port...

https://xkcd.com/644/

Thanks for that?

If you do some googling you will a lot of work currently being done https://github.com/LongChair
Guess with a new chipset its a matter of wait and see.

http://opensource.rock-chips.com/wiki_Mpp
http://opensource.rock-chips.com/images/f/fa/MPP_Development_Reference.pdf
https://github.com/rockchip-linux/mpp


RE: Available video players with hw decoder support - Luke - 08-17-2017

(08-16-2017, 07:58 PM)stuartiannaylor Wrote:
(08-16-2017, 07:03 PM)elatllat Wrote:
(08-15-2017, 09:49 AM)stuartiannaylor Wrote: ...someone will port...

https://xkcd.com/644/

Thanks for that?

If you do some googling you will a lot of work currently being done https://github.com/LongChair
Guess with a new chipset its a matter of wait and see.

http://opensource.rock-chips.com/wiki_Mpp
http://opensource.rock-chips.com/images/f/fa/MPP_Development_Reference.pdf
https://github.com/rockchip-linux/mpp

Yea, LongChair and Kwiboo have done a lot in the short space of just a few weeks. More devs are getting the boards now ... lets give it a little time.


RE: Available video players with hw decoder support - elatllat - 09-08-2017

Slightly better links for progress
   https://github.com/Kwiboo/linux-rockchip/commits/rockchip-4.4
and issues
   https://github.com/Kwiboo/linux-rockchip/issues
looks like Kwiboo lacks documentation; rockchip is not fully developer friendly.
Hope it goes well.


RE: Available video players with hw decoder support - Kwiboo - 09-09-2017

(09-08-2017, 05:09 AM)elatllat Wrote: looks like Kwiboo lacks documentation; rockchip is not fully developer friendly.
Hope it goes well.

It is true that I do not have access to VPU documentation but the progress is going very well and we have very good support from Rockchip.
(There is not many vendors that are willing to share such documentation without any NDA in place)

The main task that is still on my todo is to complete nl-pcm/hbr audio support before upstreaming can start, see https://github.com/Kwiboo/LibreELEC.tv/tree/rockchip-wip/projects/Rockchip/devices/ROCK64 for current work-in-progress tree and status.

LongChair have already started the upstreaming process for ffmpeg, see https://patchwork.ffmpeg.org/patch/5062/ for the latest patch version.