moo-rist-hosting-native

Troubleshooting

I cannot reach those ports, because of my firewall, how to allow those required ports 2030/udp and 5556/udp?

you can use the port opening tools for Linux or Windows

The http port 8080 is already used, what am I gonna do?

just set an environment variable env_http_port=8888 before the startup of the script or put it inside the script

The websocket port 8081 is already used, what am I gonna do?

just set an environment variable env_ws_port=8888 before the startup of the script or put it inside the script

I use debian bookworm and my glibc is too old to run librist

have a look at librist old glibc and extract it to your folder and overwrite it

rm -f librist.tar.gz && curl -L -O https://github.com/moo-the-cow/moo-rist-hosting-native/raw/refs/heads/main/patches/librist.tar.gz && tar xvfz librist.tar.gz --overwrite