mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2025-12-19 04:27:45 +00:00
* set strict source RTPBleed * change to env var for strict source * Update srtp-transcoding.json * lint * lint * reverse the logic * and argghhh * clarification * change
25 lines
688 B
JSON
25 lines
688 B
JSON
{
|
|
"default": {
|
|
"transport-protocol": "UDP/TLS/RTP/SAVPF",
|
|
"ICE": "force",
|
|
"SDES": "off",
|
|
"flags": ["generate mid", "SDES-no", "port latching"],
|
|
"rtcp-mux": ["require"]
|
|
},
|
|
"teams": {
|
|
"transport-protocol": "RTP/SAVP",
|
|
"ICE": "force",
|
|
"flags": ["generate mid",
|
|
"SDES-no-AES_CM_128_HMAC_SHA1_32",
|
|
"SDES-no-F8_128_HMAC_SHA1_80",
|
|
"SDES-no-F8_128_HMAC_SHA1_32",
|
|
"SDES-no-NULL_HMAC_SHA1_80",
|
|
"SDES-no-NULL_HMAC_SHA1_32",
|
|
"SDES-no-AES_192_CM_HMAC_SHA1_80",
|
|
"SDES-no-AES_192_CM_HMAC_SHA1_32",
|
|
"SDES-no-AES_256_CM_HMAC_SHA1_80",
|
|
"SDES-no-AES_256_CM_HMAC_SHA1_32"
|
|
],
|
|
"rtcp-mux": ["require"]
|
|
}
|
|
} |