Zwift remote streaming on Sway with Sunshine and Moonlight #49
Pinned
quietvoid
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my setup for streaming Zwift from my desktop PC over to Moonlight on any supported device (I use a Linux laptop).
It's very Sway specific due to the script creating a virtual wlroots output and moving Zwift.
Sunshine application configuration:
sudo systemctl start docker
, Undo:sudo systemctl stop docker.service docker.socket
Optional if Docker is already always running.
zsh zwift-sunshine.sh
zwift-sunshine.sh
One can replace
zsh zwift.sh
with the properzwift.sh
path (if it's not in PATH).Behaviour:
zwift
named container (may requirezwift.sh
adjustments).In a Moonlight client, the game starts and shows up. When exiting Zwift, the stream ends automatically.
Beta Was this translation helpful? Give feedback.
All reactions