# Local RTMP receiver for the 24x7 desktop stream (#798). # Loopback-only ingest (127.0.0.1:1935) used for UAT and as a local mirror; # the real target is the human's Cloudron streaming server (URL lands in # ~/.creds/rtmp-stream.env when provided — service restart applies it). name: ultix-rtmp services: rtmp-rx: image: bluenviron/mediamtx:1.20.1 container_name: ukrrs-ultix-rtmp-rx network_mode: host volumes: - ./mediamtx.yml:/mediamtx.yml:ro restart: unless-stopped