mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
feat: add LATM support
This commit is contained in:
@@ -78,9 +78,9 @@ func (s *RTSPSubscriber) OnEvent(event any) {
|
||||
SampleRate: int(v.SampleRate),
|
||||
ChannelCount: int(v.Channels),
|
||||
},
|
||||
SizeLength: v.SizeLength,
|
||||
IndexLength: v.IndexLength,
|
||||
IndexDeltaLength: v.IndexDeltaLength,
|
||||
SizeLength: v.AACDecoder.SizeLength,
|
||||
IndexLength: v.AACDecoder.IndexLength,
|
||||
IndexDeltaLength: v.AACDecoder.IndexDeltaLength,
|
||||
}},
|
||||
}
|
||||
case codec.CodecID_PCMA:
|
||||
|
Reference in New Issue
Block a user