From: qydysky Date: Fri, 9 Jun 2023 12:05:57 +0000 (+0800) Subject: Fix 毫秒 X-Git-Tag: v0.9.13~1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=3340694139585544332fdb5ff7ced406650d7949;p=bili_danmu%2F.git Fix 毫秒 --- 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`,