update gortsplib

This commit is contained in:
aler9
2022-06-27 17:47:07 +02:00
parent 6bf42d857a
commit 08ddc9f83d
12 changed files with 25 additions and 24 deletions

View File

@@ -182,7 +182,7 @@ func (s *rtmpSource) runInner() bool {
return fmt.Errorf("received an H264 packet, but track is not set up")
}
nalus, err := h264.AVCCDecode(pkt.Data)
nalus, err := h264.AVCCUnmarshal(pkt.Data)
if err != nil {
return err
}