Troubleshooting Guide
Diagnostics
Diagnostic Tools
Network
# Network speed test
speedtest-cli
# Server latency test
ping turn.souv.live
# Port verification
netstat -tulpn | grep souv
Common Problems
1. Connection Failures
Symptoms
- Frequent disconnections
- High latency
- Packet loss
- "Network Unreachable" error
Solution
-
Check firewall:
# Required ports
3478/tcp # TURN
49152-65535/udp # WebRTC -
Test connectivity:
# STUN/TURN test
turnutils_uclient -p 3478 turn.souv.live -
Adjust QoS:
- Prioritize UDP traffic
- Reserve bandwidth for streaming
- Limit other services
2. Performance Issues
Symptoms
- High CPU usage
- Insufficient memory
- Dropped frames
- Audio out of sync
Solution
-
Monitor resources:
# GPU Monitor
nvidia-smi -l 1
# CPU/Mem Monitor
vmstat 1 -
Optimize hardware:
- Disable unnecessary processes
- Update drivers
- Check temperature
Preventive Maintenance
Daily Checklist
- Monitor resource usage
- Test connectivity
Weekly Checklist
- Analyze metrics
- Check for updates
- Clean temporary files
Monthly Checklist
- Review configurations
- Update documentation