# SiteName is used for displaying title of site on frontend. # Default: "ministream" # Env: MINISTREAM_SITENAME SiteName = "stream.example.org" [HTTP] # HTTPListenAddr is which port the HTTP server will listen on. # Default: ":8080" # Env: MINISTREAM_HTTP_LISTENADDR ListenAddr = ":8080" [WebRTC] # UDPMin is the minimum used for ephemeral ports. # Default: 50000 # Env: MINISTREAM_WEBRTC_UDPMIN UDPMin = 50000 # UDPMax is the maximum used for ephemeral ports. # Default: 50050 # Env: MINISTREAM_WEBRTC_UDPMAX UDPMAX = 50050