From d779830df6cc59fef0615018fe024051a25fd750 Mon Sep 17 00:00:00 2001 From: Marco Piovanello <35533749+marcopeocchi@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:08:51 +0200 Subject: [PATCH] Update livestream.go --- server/internal/livestream/livestream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/internal/livestream/livestream.go b/server/internal/livestream/livestream.go index af968ed..50a1b6f 100644 --- a/server/internal/livestream/livestream.go +++ b/server/internal/livestream/livestream.go @@ -90,7 +90,7 @@ func (l *LiveStream) Start() error { p := &internal.Process{ Url: l.url, Livestream: true, - Params: []string{"--downloader", "ffmpeg", "--ppa", "\"Merger+ffmpeg_i1:-v quiet\"", "--no-part"}, + Params: []string{"--downloader", "ffmpeg", "--no-part"}, } l.db.Set(p) l.mq.Publish(p)