Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
janus-gateway
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
janus-gateway
Commits
c803e31b
Commit
c803e31b
authored
Apr 06, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turned on secure communications and specified RTP port range
parent
de95ac6a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
configs/janus.jcfg
configs/janus.jcfg
+1
-1
configs/janus.plugin.streaming.jcfg
configs/janus.plugin.streaming.jcfg
+1
-1
configs/janus.transport.http.jcfg
configs/janus.transport.http.jcfg
+2
-2
configs/janus.transport.websockets.jcfg
configs/janus.transport.websockets.jcfg
+2
-2
No files found.
configs/janus.jcfg
View file @
c803e31b
...
...
@@ -199,7 +199,7 @@ certificates: {
media: {
#ipv6 = true
#min_nack_queue = 500
#
rtp_port_range = "20000-40000"
rtp_port_range = "20000-40000"
#dtls_mtu = 1200
#no_media_timer = 1
#slowlink_threshold = 4
...
...
configs/janus.plugin.streaming.jcfg
View file @
c803e31b
...
...
@@ -95,7 +95,7 @@
general: {
#admin_key = "supersecret" # If set, mountpoints can be created via API
# only if this key is provided in the request
#
rtp_port_range = "20000-40000" # Range of ports to use for RTP/RTCP when '0' is
rtp_port_range = "20000-40000" # Range of ports to use for RTP/RTCP when '0' is
# passed as port for a mountpoint (default=10000-60000)
#events = false # Whether events should be sent to event
# handlers (default=true)
...
...
configs/janus.transport.http.jcfg
View file @
c803e31b
...
...
@@ -15,8 +15,8 @@ general: {
port = 8088 # Web server HTTP port
#interface = "eth0" # Whether we should bind this server to a specific interface only
#ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only
https =
fals
e # Whether to enable HTTPS (default=false)
#
secure_port = 8089 # Web server HTTPS port, if enabled
https =
tru
e # Whether to enable HTTPS (default=false)
secure_port = 8089 # Web server HTTPS port, if enabled
#secure_interface = "eth0" # Whether we should bind this server to a specific interface only
#secure_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only
#acl = "127.,192.168.0." # Only allow requests coming from this comma separated list of addresses
...
...
configs/janus.transport.websockets.jcfg
View file @
c803e31b
...
...
@@ -11,8 +11,8 @@ general: {
ws_port = 8188 # WebSockets server port
#ws_interface = "eth0" # Whether we should bind this server to a specific interface only
#ws_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address only
wss =
fals
e # Whether to enable secure WebSockets
#
wss_port = 8989 # WebSockets server secure port, if enabled
wss =
tru
e # Whether to enable secure WebSockets
wss_port = 8989 # WebSockets server secure port, if enabled
#wss_interface = "eth0" # Whether we should bind this server to a specific interface only
#wss_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address only
#ws_logging = "err,warn" # libwebsockets debugging level as a comma separated list of things
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment