From 3340694139585544332fdb5ff7ced406650d7949 Mon Sep 17 00:00:00 2001 From: qydysky Date: Fri, 9 Jun 2023 20:05:57 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E6=AF=AB=E7=A7=92?= 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 ed568bb..ff255f1 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -796,7 +796,7 @@ func (t *M4SStream) saveStreamFlv() (e error) { NoResponse: true, Async: true, Proxy: t.common.Proxy, - WriteLoopTO: int(readTO) * 2 + 1, + WriteLoopTO: int(readTO)*1000*2 + 1, Header: map[string]string{ `Host`: surl.Host, `User-Agent`: `Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0`, -- 2.39.2