From 287057050526e1f474c4f4d5d9a7ef3b7c677f2f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 16 May 2023 09:12:50 +0200 Subject: Provide public RTMP URL to runners --- server/models/video/video-live.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/models') diff --git a/server/models/video/video-live.ts b/server/models/video/video-live.ts index 1acf9cbf3..ca1118641 100644 --- a/server/models/video/video-live.ts +++ b/server/models/video/video-live.ts @@ -159,11 +159,11 @@ export class VideoLiveModel extends Model streamKey: this.streamKey, rtmpUrl: CONFIG.LIVE.RTMP.ENABLED - ? WEBSERVER.RTMP_URL + ? WEBSERVER.RTMP_BASE_LIVE_URL : null, rtmpsUrl: CONFIG.LIVE.RTMPS.ENABLED - ? WEBSERVER.RTMPS_URL + ? WEBSERVER.RTMPS_BASE_LIVE_URL : null } } -- cgit v1.2.3