You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On rockchip platforms with weak cpu, moonlight-embedded has better performance than moonlight-qt. For example on rk3568 board, moonlight-qt has low framerate when streaming 4K, while moonlight-embedded work fine. But moonlight-embedded has to run under tty with arg -platform rk. I guess GPU of rk3568 is not powerful enough for SDL/EGL painting of 4K streaming, so drm zero-copy is necessory for lower-end platforms.
Wayland has DRM lease protocol, which should allow wayland client using drm resources to my understanding. And at the moment wayland compositors like wlroots, kwin has implemented it.
It will be nice if moonlight-embedded can run under wayland with drm zero-copy support.
The text was updated successfully, but these errors were encountered:
On rockchip platforms with weak cpu, moonlight-embedded has better performance than moonlight-qt. For example on rk3568 board, moonlight-qt has low framerate when streaming 4K, while moonlight-embedded work fine. But moonlight-embedded has to run under tty with arg
-platform rk
. I guess GPU of rk3568 is not powerful enough for SDL/EGL painting of 4K streaming, so drm zero-copy is necessory for lower-end platforms.Wayland has DRM lease protocol, which should allow wayland client using drm resources to my understanding. And at the moment wayland compositors like wlroots, kwin has implemented it.
It will be nice if moonlight-embedded can run under wayland with drm zero-copy support.
The text was updated successfully, but these errors were encountered: