From ae4a074eb8fd503b439d11e1f7a389c0227df8c8 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:10:49 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= 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 494a6f5..a2b46eb 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -797,8 +797,8 @@ func (t *M4SStream) saveStreamM4s() (e error) { if vl := t.common.ValidLive(); vl == nil { return errors.New(`全部流服务器故障`) } else { - t.log.L(`W: `, `切片下载失败,故障转移`, oldHost, ` -> `, linkUrl.Host) linkUrl.Host = vl.Host() + t.log.L(`W: `, `切片下载失败,故障转移`, oldHost, ` -> `, linkUrl.Host) } v.Url = linkUrl.String() } -- 2.39.2