From d17f462fb8913417cb307c757042b63e671315a0 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sat, 29 Jul 2023 17:42:21 +0800 Subject: [PATCH] =?utf8?q?Fix=20flv=E6=A8=A1=E5=BC=8F=E9=97=B4=E6=96=AD?= =?utf8?q?=E5=90=8E=E7=9A=84=E6=95=B0=E6=8D=AE=E6=9C=AA=E4=BF=9D=E5=AD=98?= =?utf8?q?=20#80?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/stream.go b/Reply/stream.go index 196c827..05d9825 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -801,7 +801,6 @@ func (t *M4SStream) saveStreamFlv() (e error) { buff.Reset() ticker.Stop() - t.Stream_msg.PushLock_tag(`close`, nil) }() t.log.L(`I: `, `flv下载开始`) @@ -839,6 +838,7 @@ func (t *M4SStream) saveStreamFlv() (e error) { } cancel() t.reqPool.Put(r) + t.Stream_msg.PushLock_tag(`close`, nil) } } -- 2.39.2