mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-11-03 01:43:48 +08:00
hls client: add limit on AU size
This commit is contained in:
@@ -83,7 +83,7 @@ func (p *clientVideoProcessor) doProcess(
|
||||
}
|
||||
}
|
||||
|
||||
nalus, err := h264.DecodeAnnexB(data)
|
||||
nalus, err := h264.AnnexBDecode(data)
|
||||
if err != nil {
|
||||
p.logger.Log(logger.Warn, "unable to decode Annex-B: %s", err)
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user