Update livestream.go

This commit is contained in:
Marco Piovanello
2024-08-26 13:08:51 +02:00
committed by GitHub
parent 4375cd3ebc
commit d779830df6

View File

@@ -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)