There is video playback on Linux with Ayufan's Ubuntu Bionic release only. You start a video with the command/alias "rkmpv bugsbunny.avi". 1080p60 is possible, but not 4K. I use Rock64 as a daily-driver computer and watch a lot of videos, no issues.
If you are having difficulties finding a release that functions on your rock64, try out this one that I use:
https://github.com/ayufan-rock64/linux-b...tag/0.6.38
I recall this version needs network configured manually by adding a netplan file at /etc/netplan/config.yaml
Mine looks like this:
“4K 60fps” is a marketing strategy on these RPI-like boards to try sell to more people. 4K60 is only achieveable on Android during certain encodings best case scenarios. It might be possible in the future but someone other than me with more knowledge and insider connections should speculate instead.
If you are having difficulties finding a release that functions on your rock64, try out this one that I use:
https://github.com/ayufan-rock64/linux-b...tag/0.6.38
I recall this version needs network configured manually by adding a netplan file at /etc/netplan/config.yaml
Mine looks like this:
Code:
network:
version: 2
renderer: NetworkManager
ethernets:
eth0:
dhcp4: no
dhcp6: no
addresses: [192.168.1.192/24]
gateway4: 192.168.1.1
nameservers:
addresses: [1.1.1.1, 8.8.8.8, 8.8.4.4]
“4K 60fps” is a marketing strategy on these RPI-like boards to try sell to more people. 4K60 is only achieveable on Android during certain encodings best case scenarios. It might be possible in the future but someone other than me with more knowledge and insider connections should speculate instead.