mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
支持更多rtp ext
This commit is contained in:
parent
521d9f906b
commit
f9ebd82e6d
@ -1297,7 +1297,8 @@ void RtcConfigure::RtcTrackConfigure::setDefaultSetting(TrackType type){
|
|||||||
"urn:ietf:params:rtp-hdrext:ssrc-audio-level",
|
"urn:ietf:params:rtp-hdrext:ssrc-audio-level",
|
||||||
"urn:ietf:params:rtp-hdrext:sdes:mid",
|
"urn:ietf:params:rtp-hdrext:sdes:mid",
|
||||||
"urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id",
|
"urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id",
|
||||||
"urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id"
|
"urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id",
|
||||||
|
"urn:ietf:params:rtp-hdrext:csrc-audio-level"
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user