proper tests

This commit is contained in:
2026-04-10 18:29:58 -03:00
parent e906b0a963
commit ea9dbf8772
16 changed files with 1077 additions and 15 deletions

8
ctrl/server.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Start the Rust media server (receiver).
# Thin wrapper around media/ctrl/server.sh.
# Usage: ctrl/server.sh [port]
set -euo pipefail
PROJECT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
exec "$PROJECT_DIR/media/ctrl/server.sh" "$@"