mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-28 10:02:58 +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{
|
return &gortsplib.TrackAAC{
|
||||||
PayloadType: 97,
|
PayloadType: 96,
|
||||||
Config: &mpegConf,
|
Config: &mpegConf,
|
||||||
SizeLength: 13,
|
SizeLength: 13,
|
||||||
IndexLength: 3,
|
IndexLength: 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user