From 207f7afc7b0184e97412fc782a517dc2c985d913 Mon Sep 17 00:00:00 2001 From: dexter <178529795@qq.com> Date: Sun, 13 Feb 2022 17:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E5=8F=A3=E7=BA=A6?= =?UTF-8?q?=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pull.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pull.go b/pull.go index 281abf1..17c796d 100644 --- a/pull.go +++ b/pull.go @@ -60,12 +60,16 @@ func (puller *HDLPuller) pull() { } } +var _ IPuller = (*HDLPuller)(nil) +var _ IPuller = (*FLVFile)(nil) + type HDLPuller struct { Puller absTS uint32 //绝对时间戳 at *track.UnknowAudio vt *track.UnknowVideo } + // 用于发布FLV文件 type FLVFile struct { HDLPuller