aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/live/shared/transcoding-wrapper/remote-transcoding-wrapper.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/live/shared/transcoding-wrapper/remote-transcoding-wrapper.ts')
-rw-r--r--server/lib/live/shared/transcoding-wrapper/remote-transcoding-wrapper.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/live/shared/transcoding-wrapper/remote-transcoding-wrapper.ts b/server/lib/live/shared/transcoding-wrapper/remote-transcoding-wrapper.ts
index 345eaf442..6770a5e6f 100644
--- a/server/lib/live/shared/transcoding-wrapper/remote-transcoding-wrapper.ts
+++ b/server/lib/live/shared/transcoding-wrapper/remote-transcoding-wrapper.ts
@@ -4,7 +4,7 @@ import { AbstractTranscodingWrapper } from './abstract-transcoding-wrapper'
4export class RemoteTranscodingWrapper extends AbstractTranscodingWrapper { 4export class RemoteTranscodingWrapper extends AbstractTranscodingWrapper {
5 async run () { 5 async run () {
6 await new LiveRTMPHLSTranscodingJobHandler().create({ 6 await new LiveRTMPHLSTranscodingJobHandler().create({
7 rtmpUrl: this.inputUrl, 7 rtmpUrl: this.inputPublicUrl,
8 toTranscode: this.toTranscode, 8 toTranscode: this.toTranscode,
9 video: this.videoLive.Video, 9 video: this.videoLive.Video,
10 outputDirectory: this.outDirectory, 10 outputDirectory: this.outDirectory,