From a164ed42779ae56b8d1199472b4f1ddbe2953e0d Mon Sep 17 00:00:00 2001 From: qydysky Date: Wed, 9 Jun 2021 00:07:26 +0800 Subject: [PATCH] =?utf8?q?hls=20=E5=88=87=E7=89=87=E5=88=97=E8=A1=A8?= =?utf8?q?=E4=B8=8D=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/F.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Reply/F.go b/Reply/F.go index 35a28f1..249017c 100644 --- a/Reply/F.go +++ b/Reply/F.go @@ -1010,6 +1010,10 @@ func Savestreamf(){ res = append(res, []byte(fmt.Sprintf("#INFO-BUFFER:%d/%d\n",m4s_num,len(hls_gen.m4s_list)))...) //add m4s res = append(res, m4s_list_b...) + } else { + //no useable fmp4 + //no del fmp4 and no flash the list + return false } //去除最后一个换行 -- 2.39.2