Update livestream.go
This commit is contained in:
@@ -90,7 +90,7 @@ func (l *LiveStream) Start() error {
|
|||||||
p := &internal.Process{
|
p := &internal.Process{
|
||||||
Url: l.url,
|
Url: l.url,
|
||||||
Livestream: true,
|
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.db.Set(p)
|
||||||
l.mq.Publish(p)
|
l.mq.Publish(p)
|
||||||
|
|||||||
Reference in New Issue
Block a user