Created
May 5, 2023 15:31
-
-
Save Peelz/7e7c1a2ce42b273663bd719f0af9baa5 to your computer and use it in GitHub Desktop.
install uxplay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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