X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fvideo%2Fvideo-live.ts;h=ca11186410158ef0fdd6a262f3dae893476252ed;hb=f89189907bbdff6c4bc6d3460ed9ef4c49515f17;hp=1acf9cbf3f71f5dd47dc20706c68daa00f3fbee0;hpb=bb7e5605d15a2e58791b08101a77fe3437c111a5;p=github%2FChocobozzz%2FPeerTube.git 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 } }