mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2025-12-19 04:37:43 +00:00
removed config in favor of env vars
This commit is contained in:
7
data/rtp-transcoding.json
Normal file
7
data/rtp-transcoding.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"transport protocol": "RTP/AVP",
|
||||
"DTLS": "off",
|
||||
"SDES": "off",
|
||||
"ICE": "remove",
|
||||
"rtcp-mux": ["demux"]
|
||||
}
|
||||
7
data/srtp-transcoding.json
Normal file
7
data/srtp-transcoding.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"transport-protocol": "UDP/TLS/RTP/SAVPF",
|
||||
"ICE": "force",
|
||||
"SDES": "off",
|
||||
"flags": ["generate mid", "SDES-no"],
|
||||
"rtcp-mux": ["require"]
|
||||
}
|
||||
Reference in New Issue
Block a user