Skip to content

Instantly share code, notes, and snippets.

@meska
Last active December 23, 2015 21:44
Show Gist options
  • Save meska/209a4b466a39dd48a8a5 to your computer and use it in GitHub Desktop.
Save meska/209a4b466a39dd48a8a5 to your computer and use it in GitHub Desktop.
moonlight streamer
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
echo "Connessione Remota"
else
echo "Connessione Locale Avvio Moonlight"
# sudo xboxdrv -D i 0 --next-controller -i 1 --next-controller -i 2 --next-controller -i 3 --deadzone 4000 --dbus disabled &
moonlight stream -mapping /home/pi/xbox.map -1080 -60fps
# moonlight map x.map
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment