| Server IP : 119.195.102.159 / Your IP : 216.73.217.134 Web Server : nginx/1.18.0 System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64 User : altablue ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /opt/mediamtx/ |
Upload File : |
version: "3.8"
services:
mediamtx:
image: bluenviron/mediamtx:latest
container_name: mediamtx
restart: unless-stopped
network_mode: host
# ↑ 리눅스에서 가장 간단한 방식. (동일 서버의 8554/8888 포트를 직접 사용)
# 만약 host 모드가 곤란하면 아래 ports 사용:
# ports:
# - "8554:8554" # RTSP in/out
# - "8888:8888" # HLS/LL-HLS/WEB UI
# - "8000:8000/udp" # WebRTC(옵션)
volumes:
- ./mediamtx.yml:/mediamtx.yml:ro
- ./hls:/hls # HLS 세그먼트 저장(선택)