Jump to content

amazingfate

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by amazingfate

  1. @royk Rock5B doesn't have `disable-win-move` in devicetree, so I just change the vp nodes.
  2. @roykI just tested on rock5b. The osd is back under `Direct to Plane`. But it can't play 10 bit video. At first the 10 bit video is played well, but when I move the mouse, there comes a black screen with osd control panel. Here is the video for test: https://drive.google.com/file/d/1qrs97EBEWb6YxEp3WGoeFb-CarNJYYgp/view?usp=sharing
  3. lunar will soon be out of date. I will add support for the next LTS release.
  4. A rebuild of vlc or mpv can use the new libavcodec60 package in ppa. I'm going to upload new packages to trigger rebuild.
  5. All players based on ffmpeg 4.4 should have this issue. You can try ffplay v6.0: sudo apt install ffmpeg ffplay test.mp4
  6. What video, what player? Any logs?
  7. Feel free to send a pr. I haven't work on family `rockchip-rk3588-collabora`. But if you have working code we can merge it so that more people may get into the mainline party.
  8. @hammsandwich21kodi doesn't have dependencies in my ppa repo, I just rebuilt it with option `-DAPP_RENDER_SYSTEM=gles`. I may update it in the future. I'm working on other projects these days.
  9. @Darwin wuusb wifi modules are not supported in my backported kernel.
  10. @Darwin wuyou can download and install this kernel deb: https://github.com/amazingfate/armbian-h68k-images/releases/download/20230703-1113/linux-image-legacy-rk35xx_23.08.0-trunk--5.10.160-Se8c8-Df1ec-Pa9b2-C6e1cHfe66-HK01ba-Vc222-Be693_arm64.deb https://github.com/amazingfate/armbian-h68k-images/releases/download/20230703-1113/linux-dtb-legacy-rk35xx_23.08.0-trunk--5.10.160-Se8c8-Df1ec-Pa9b2-C6e1cHfe66-HK01ba-Vc222-Be693_arm64.deb
  11. @schwar3katFYI: https://www.da.vidbuchanan.co.uk/blog/netflix-on-asahi.html
  12. @schwar3katI'm using kernel 5.10.160-rk35xx kernel now. And I can see wideviine is detected on website https://bitmovin.com/demos/drm by chromium. From chrome://components/ I can see widevine is enabled. I haven't tried kodi.
  13. @MinhYou have to read docs from rockchip: https://gitlab.com/rk3588_linux/linux/bsp/docs/-/tree/linux-5.10-gen-rkr3.5/Linux/Multimedia There should be a lot of guides in the internet world.
  14. @Minh do you know what does `omxh264enc` mean? I recommend you to google it first.
  15. Orange pi 5 has rockchip_suspend enabled in the devicetree. I don't know if that patch really works. Someone has to confirm that.
  16. On rock5b, no need to add the patch. I just have to enable rockchip_suspend node in the device tree. After suspend, I can wake my board by the power button.
  17. Tested on rock5b, that commit won't wake my board after suspend.
  18. Comment this line: https://github.com/armbian/linux-rockchip/blob/rockchip-5.10/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c#L2175
  19. You need to backport the driver of mt7921 from mainline to kernel 5.10. I've already made a patch: https://github.com/amazingfate/armbian-h68k-images/blob/master/backport-v6.0.16.patch
  20. @roykWell done! I've just uploaded a new version of ffmpeg to my ppa.
  21. @roykNV15 and NA12 are the drm format for 10bit videos. HDR support are in the hdmi kernel driver:https://github.com/armbian/linux-rockchip/blob/rockchip-5.10/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c#L1748 I don't have a HDR monitor so I can't test.
  22. @royk @luizkun take a look at this: https://github.com/xbmc/xbmc/pull/16103
  23. @luizkun kodi linux will check if the drm format is supported by the kernel: https://github.com/xbmc/xbmc/blob/master/xbmc/windowing/gbm/drm/DRMPlane.cpp#L48 Android works doesn't mean kernel supports that. Kodi linux use drm prime to make hardware decoding work. If you have the ability to solve this issue you can contribute to upstream xbmc.
  24. @royk@PajPajHDR is not supported because the DRM format of the video is not supported in kernel.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines