1
0
Fork 0
forked from External/mediamtx

update gortsplib

This commit is contained in:
aler9 2022-06-24 17:00:28 +02:00
parent 40aa24a6d8
commit 41b08c9f50
11 changed files with 66 additions and 71 deletions

View file

@ -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,