Skip to content

Instantly share code, notes, and snippets.

@Peelz
Created May 5, 2023 15:31
Show Gist options
  • Save Peelz/7e7c1a2ce42b273663bd719f0af9baa5 to your computer and use it in GitHub Desktop.
Save Peelz/7e7c1a2ce42b273663bd719f0af9baa5 to your computer and use it in GitHub Desktop.
install uxplay
sudo apt install install gstreamer1.0-libav uxplay
# allow firewall
# mDns
sudo ufw allow 5353
# connection in this example ill use 35000 and uxplay need n+3 port, then i've to allow
# 35000, 35001, 35002
sudo ufw allow 35000:35002/tcp
sudo ufw allow 35000:35002/udp
# start server with [-p port]
uxplay -p 35000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment