From 8bb6ca71c22aa957360485278323078654bdae7f Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 16 Oct 2022 22:38:49 +0800 Subject: [PATCH] flv fix --- Reply/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/stream.go b/Reply/stream.go index 2bb1985..0b4949c 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -464,7 +464,7 @@ func (t *M4SStream) saveStreamFlv() (e error) { for _, v := range t.common.Live { //结束退出 if !t.Status.Islive() { - break + return } surl, err := url.Parse(v) -- 2.39.2