aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-11 14:20:19 +0200
committerChocobozzz <me@florianbigard.com>2022-10-11 14:33:42 +0200
commit8bd6aa0424a034166a6b1a63fe4660140246bbb2 (patch)
tree62a8253a5e1311478befffea74ff4ccfd90b90a2 /shared/server-commands
parent080f14025ea5113d27b9732e06a1db7eb5489dea (diff)
downloadPeerTube-8bd6aa0424a034166a6b1a63fe4660140246bbb2.tar.gz
PeerTube-8bd6aa0424a034166a6b1a63fe4660140246bbb2.tar.zst
PeerTube-8bd6aa0424a034166a6b1a63fe4660140246bbb2.zip
Also retry when fetching master m3u8 playlist
Diffstat (limited to 'shared/server-commands')
-rw-r--r--shared/server-commands/videos/live.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/videos/live.ts b/shared/server-commands/videos/live.ts
index 6f180b05f..0d9c32aab 100644
--- a/shared/server-commands/videos/live.ts
+++ b/shared/server-commands/videos/live.ts
@@ -1,7 +1,7 @@
1import ffmpeg, { FfmpegCommand } from 'fluent-ffmpeg' 1import ffmpeg, { FfmpegCommand } from 'fluent-ffmpeg'
2import { buildAbsoluteFixturePath, wait } from '@shared/core-utils' 2import { buildAbsoluteFixturePath, wait } from '@shared/core-utils'
3import { PeerTubeServer } from '../server/server'
4import { VideoDetails, VideoInclude } from '@shared/models' 3import { VideoDetails, VideoInclude } from '@shared/models'
4import { PeerTubeServer } from '../server/server'
5 5
6function sendRTMPStream (options: { 6function sendRTMPStream (options: {
7 rtmpBaseUrl: string 7 rtmpBaseUrl: string