forked from External/mediamtx
update gortsplib
This commit is contained in:
parent
40aa24a6d8
commit
41b08c9f50
11 changed files with 66 additions and 71 deletions
|
|
@ -278,7 +278,7 @@ func (c *rtmpConn) runRead(ctx context.Context) error {
|
|||
audioTrack = tt
|
||||
audioTrackID = i
|
||||
aacDecoder = &rtpaac.Decoder{
|
||||
SampleRate: tt.SampleRate,
|
||||
SampleRate: tt.Config.SampleRate,
|
||||
SizeLength: tt.SizeLength,
|
||||
IndexLength: tt.IndexLength,
|
||||
IndexDeltaLength: tt.IndexDeltaLength,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue