This manual covers installation, configuration, stream ingestion, publishing, transcoding, security, monitoring, and troubleshooting. | Component | Minimum | Recommended | |-----------|---------|--------------| | CPU | 4 cores @ 2.0 GHz | 8+ cores @ 2.5 GHz (Intel Xeon/AMD EPYC) | | RAM | 4 GB | 16 GB+ (for DVR/transcoding) | | Storage | 20 GB SSD (system) | SSD + HDD array for recordings | | Network | 100 Mbps | 1 Gbps+ | | OS | Ubuntu 20.04/22.04, Debian 11/12, CentOS 7+ | Ubuntu 22.04 LTS | | Kernel | 4.x+ | 5.x+ with tuned network parameters |
origin "main_origin" url "http://origin-server:8080";
stream "origin_only" input "rtmp://encoder/main"; dvr on;
stream "webrtc_test" input "rtsp://camera"; webrtc ice_servers ["stun:stun.l.google.com:19302"];
stream "origin_only" origin "main_origin";