

amazingfate
-
Posts
102 -
Joined
-
Last visited
Community Answers
-
amazingfate's post in FreeRDP - build wlfreerdp client with hwacc was marked as the answer
This build has disabled ffmpeg, I don't know it is possible to build with it for wayland client. I recommend x11 client because it is the most usable client with the most features. FreeRDP developers is developing a new sdl client for all platforms: linux, mac, wayland, x11, but that is still at an early stage.
If you run xfreerdp, make sure to use gfx:AVC444 so that server sends h264 stream to you, then freerdp will use ffmpeg to decode it. You can check /proc/mpp_service/ to see if mpp hardware decoder is used. But don't expect the cpu will be extremely low, freerdp is decoding two avc420 streams and then combine them into one yuv444 frame, and then use cpu to convert yuv444 to rgb, then render it to x11, hardware decoder can only off-load few of the cpu load.
-
amazingfate's post in Anyone using OnePlus 8T? was marked as the answer
onleplus 8t is running mainline kernel so don't expect it can work as an android phone. At the moment cellular and camera is not working. Dsiplay, touchscreen, wifi and bluetooth work.
-
amazingfate's post in AIC8800 wifi sdio module not working with kernel 6.12+ was marked as the answer
I have created a fix pr: https://github.com/radxa-pkg/aic8800/pull/27
You can download debs from workflow artifacts: https://github.com/radxa-pkg/aic8800/actions/runs/13725535037
-
amazingfate's post in Building latest moonlight qt version was marked as the answer
4.3.1 moonlight is linked to ffmpeg 4.4, while new moonlight is linked to ffmpeg 6 because libavcode-dev in my ppa is updated to 6.0.
Decoding time caculation is ffmpeg releated. I think moonlight can't distinguish decoding time and rendering time with new ffmpeg.