mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 07:36:57 +08:00
update gortsplib
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user