rtmp: fix rtmp -> rtsp audio conversion

This commit is contained in:
aler9 2022-07-17 09:54:16 +02:00
parent ef3e18a9e9
commit 822a896a82
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ func trackFromAACDecoderConfig(data []byte) (*gortsplib.TrackAAC, error) {
}
return &gortsplib.TrackAAC{
PayloadType: 97,
PayloadType: 96,
Config: &mpegConf,
SizeLength: 13,
IndexLength: 3,