mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
hls client: add limit on AU size
This commit is contained in:
parent
095b90b7ef
commit
35b3541e4f
8 changed files with 11 additions and 11 deletions
|
|
@ -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.DecodeAVCC(pkt.Data)
|
||||
nalus, err := h264.AVCCDecode(pkt.Data)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue