Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
db12a4f0
Commit
db12a4f0
authored
6 years ago
by
prlanzarin
Browse files
Options
Downloads
Patches
Plain Diff
Added comments explaning SFUs config params and a new websocket pool config
parent
5a9c4373
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
labs/bbb-webrtc-sfu/config/default.example.yml
+17
-0
17 additions, 0 deletions
labs/bbb-webrtc-sfu/config/default.example.yml
with
17 additions
and
0 deletions
labs/bbb-webrtc-sfu/config/default.example.yml
+
17
−
0
View file @
db12a4f0
# Websocket URL under which kurento is listening
kurentoUrl
:
"
ws://HOST/kurento"
# The external IP of the host where Kurento is located
kurentoIp
:
"
"
# The external IP of the host where Red5/BBB is located. Used for the RTMP url
localIpAddress
:
"
"
acceptSelfSignedCertificate
:
false
redisHost
:
"
127.0.0.1"
redisPort
:
"
6379"
# Port under which bbb-webrtc-sfu serves client
clientPort
:
"
3008"
# The following UDP port boundary is related to the ports ffmpeg can use to generate the RTMP stream
minVideoPort
:
30000
maxVideoPort
:
33000
# Timeout (ms) that triggers a failure when no media has reached the server
mediaFlowTimeoutDuration
:
5000
from-screenshare
:
"
from-screenshare-sfu"
to-screenshare
:
"
to-screenshare-sfu"
...
...
@@ -17,15 +23,24 @@ to-audio: "to-audio-sfu"
to-akka
:
"
to-akka-apps-redis-channel"
from-akka
:
"
from-akka-apps-redis-channel"
common-message-version
:
"
2.x"
# FORCES H.264 for webcams. Endpoints without H.264 WILL NOT WORK.
# Disabling it will make the process go untouched and may cause transcoding.
webcam-force-h264
:
true
# Preferred H.264 profile-level-id for webcams. Forces everyone to use CB
webcam-preferred-h264-profile
:
"
42e01f"
# Target bitrate (kbps) for webcams. Value 0 leaves it unconstrained.
webcam-target-bitrate
:
300
# FORCES H.264 for screenshare. Endpoints without H.264 WILL NOT WORK.
# Disabling it will make the process go untouched and may cause transcoding.
screenshare-force-h264
:
true
# Preferred H.264 profile-level-id for screenshare. Forces everyone to use CB
screenshare-preferred-h264-profile
:
"
42e01f"
# Base interval for keyframe requsitions to the screenshare streamer
screenshareKeyframeInterval
:
2
# Target bitrate (kbps) for screenshare. Value 0 leaves it unconstrained.
screenshare-target-bitrate
:
0
# Size of the websocket pool SFU uses to connect to Kurento.
kurento-websocket-pool-size
:
7
recordScreenSharing
:
true
recordWebcams
:
false
...
...
@@ -36,10 +51,12 @@ recordingFormat: 'mkv'
redisExpireTime
:
1209600
# 14 days as per the akka keys
# Used for the listen only bridge. The IP MUST be the one where FS is binded to
freeswitch
:
ip
:
'
FREESWITCH_IP'
port
:
'
5066'
# Log levels, in order of specificity: info, warn, verbose, debug, trace
log
:
filename
:
'
/var/log/bbb-webrtc-sfu/bbb-webrtc-sfu.log'
level
:
'
verbose'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment