diff options
Diffstat (limited to 'server/lib/video-transcoding.ts')
-rw-r--r-- | server/lib/video-transcoding.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/lib/video-transcoding.ts b/server/lib/video-transcoding.ts index e267b1397..9882a14db 100644 --- a/server/lib/video-transcoding.ts +++ b/server/lib/video-transcoding.ts | |||
@@ -174,8 +174,6 @@ async function generateHlsPlaylist (options: { | |||
174 | } | 174 | } |
175 | } | 175 | } |
176 | 176 | ||
177 | logger.debug('Will run transcode.', { transcodeOptions }) | ||
178 | |||
179 | await transcode(transcodeOptions) | 177 | await transcode(transcodeOptions) |
180 | 178 | ||
181 | const playlistUrl = WEBSERVER.URL + VideoStreamingPlaylistModel.getHlsMasterPlaylistStaticPath(video.uuid) | 179 | const playlistUrl = WEBSERVER.URL + VideoStreamingPlaylistModel.getHlsMasterPlaylistStaticPath(video.uuid) |