chore: shift all ports by +40000 to avoid defaults
8080->48080, 8889->48889, 8888->48888, 9997->49997, 8189->48189 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+6
-6
@@ -16,7 +16,7 @@ writeQueueSize: 512
|
||||
###############################################################################
|
||||
|
||||
api: yes
|
||||
apiAddress: 127.0.0.1:9997
|
||||
apiAddress: 127.0.0.1:49997
|
||||
|
||||
###############################################################################
|
||||
# WebRTC (WHIP ingest + WHEP playback)
|
||||
@@ -25,10 +25,10 @@ apiAddress: 127.0.0.1:9997
|
||||
webrtc: yes
|
||||
# HTTP listener for WHIP/WHEP signaling (SDP exchange).
|
||||
# NPM proxies /whep/* and the OBS WHIP target (localhost) to this.
|
||||
webrtcAddress: :8889
|
||||
webrtcAddress: :48889
|
||||
webrtcEncryption: no # TLS is handled at NPM; this listener is LAN/localhost only
|
||||
# Dedicated UDP port for SRTP media. NPM Stream forwards public UDP 8189 here.
|
||||
webrtcLocalUDPAddress: :8189
|
||||
# Dedicated UDP port for SRTP media. NPM Stream forwards public UDP 48189 here.
|
||||
webrtcLocalUDPAddress: :48189
|
||||
# No TCP fallback - we only want a single UDP path for simplicity.
|
||||
webrtcLocalTCPAddress: ''
|
||||
# Tell browsers to send media to the public hostname.
|
||||
@@ -48,7 +48,7 @@ webrtcTrackGatherTimeout: 2s
|
||||
###############################################################################
|
||||
|
||||
hls: yes
|
||||
hlsAddress: :8888
|
||||
hlsAddress: :48888
|
||||
hlsEncryption: no
|
||||
hlsAlwaysRemux: no
|
||||
hlsVariant: lowLatency
|
||||
@@ -77,7 +77,7 @@ pathDefaults:
|
||||
|
||||
paths:
|
||||
# The single stream path. OBS publishes here via WHIP
|
||||
# (http://localhost:8889/game/whip), friends watch via WHEP
|
||||
# (http://localhost:48889/game/whip), friends watch via WHEP
|
||||
# (https://stream.hetherman.cloud/whep/game/whep).
|
||||
game:
|
||||
source: publisher
|
||||
|
||||
Reference in New Issue
Block a user