feat: add stop subscribe api, show reasons for subscriber closure

This commit is contained in:
langhuihui
2023-08-06 14:16:06 +08:00
parent 9a352bcbad
commit 1a347b5a0b
24 changed files with 238 additions and 188 deletions

View File

@@ -177,6 +177,7 @@ func (av *AVFrame) Reset() {
av.ADTS = nil
}
av.Timestamp = 0
av.IFrame = false
av.DataFrame.Reset()
}