Acexy 0.2.2
✨ Highlights
This release adds support for configurable writer eviction timeout (#57), giving some extra time to slow players (or those with an unstable connection) to continue playing the stream.
🔧 What's Fixed
⏳ Players with slow bandwidth or unreliable connection get kicked off (#57)
The player timeout was set to 5 seconds. However, under certain circumstances this proved to not be sufficient, leading to evicted clients due to unreliable connection or slow bandwidth. This setting is now adjustable through the ACEXY_CLIENT_EVICTION_TIMEOUT environment variable, or -client-eviction-timeout parameter.
🚀 Upgrading
Update your docker-compose.yml image reference:
services:
acexy:
image: ghcr.io/javinator9889/acexy:0.2.2Or pull and restart:
docker compose pull acexy
docker compose up -d acexy🙏 Special Thanks
Special thanks to @Edutraceur, who helped me debugging the issue and testing all the changes I performed
docker pull ghcr.io/Javinator9889/acexy:ghcr.io/javinator9889/acexy:0.2.2 ghcr.io/javinator9889/acexy:latest