mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-14 11:01:55 +00:00
rtmp: fix rtmp -> rtsp audio conversion
This commit is contained in:
parent
ef3e18a9e9
commit
822a896a82
@ -117,7 +117,7 @@ func trackFromAACDecoderConfig(data []byte) (*gortsplib.TrackAAC, error) {
|
||||
}
|
||||
|
||||
return &gortsplib.TrackAAC{
|
||||
PayloadType: 97,
|
||||
PayloadType: 96,
|
||||
Config: &mpegConf,
|
||||
SizeLength: 13,
|
||||
IndexLength: 3,
|
||||
|
Loading…
Reference in New Issue
Block a user