Skip to content

Commit 710209d

Browse files
improve args for smoother experience
1 parent 130b24c commit 710209d

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

clusters/common/vcr/sportschau-saturday/kustomization.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ patches:
1919
- op: replace
2020
path: "/spec/jobTemplate/spec/template/spec/containers/0/command"
2121
value:
22-
- timeout
23-
- --preserve-status
24-
- --kill-after=60s
25-
- --signal=SIGINT
26-
- 120m
2722
- yt-dlp
23+
- --downloader=ffmpeg
24+
- --downloader-args=ffmpeg:-t 02:00:00
25+
- --downloader-args=ffmpeg_i:-reconnect 1
26+
- --hls-use-mpegts
2827
- --quiet
29-
- --output
30-
- "/data/sportschau-%(epoch-3600>%Y%m%d-%H%M%S)s.%(ext)s"
31-
- "https://www.ardmediathek.de/live/Y3JpZDovL2Rhc2Vyc3RlLmRlL2xpdmUvY2xpcC9hYmNhMDdhMy0zNDc2LTQ4NTEtYjE2Mi1mZGU4ZjY0NmQ0YzQ"
28+
- --output=/data/sportschau-%(epoch-3600>%Y%m%d-%H%M%S)s.%(ext)s
29+
- "https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8"

clusters/common/vcr/sportschau-sunday/kustomization.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ patches:
1919
- op: replace
2020
path: "/spec/jobTemplate/spec/template/spec/containers/0/command"
2121
value:
22-
- timeout
23-
- --preserve-status
24-
- --kill-after=60s
25-
- --signal=SIGINT
26-
- 30m
2722
- yt-dlp
23+
- --downloader=ffmpeg
24+
- --downloader-args=ffmpeg:-t 00:30:00
25+
- --downloader-args=ffmpeg_i:-reconnect 1
26+
- --hls-use-mpegts
2827
- --quiet
29-
- --output
30-
- "/data/sportschau-%(epoch-3600>%Y%m%d-%H%M%S)s.%(ext)s"
28+
- --output=/data/sportschau-%(epoch-3600>%Y%m%d-%H%M%S)s.%(ext)s
3129
- "https://www.ardmediathek.de/live/Y3JpZDovL3dkci5kZS9CZWl0cmFnLTNkYTY2NGRlLTE4YzItNDY1MC1hNGZmLTRmNjQxNDcyMDcyYg"

0 commit comments

Comments
 (0)