mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
7315b1a26d
commit
0cd67a997e
2 changed files with 14 additions and 0 deletions
|
@ -325,6 +325,19 @@ rtc_server {
|
|||
candidate *;
|
||||
}
|
||||
|
||||
vhost rtc.vhost.srs.com {
|
||||
rtc {
|
||||
# Whether enable WebRTC server.
|
||||
# default: off
|
||||
enabled on;
|
||||
# The strategy for bframe.
|
||||
# keep Keep bframe, which may make browser with playing problems.
|
||||
# discard Discard bframe, maybe cause browser with little problems.
|
||||
# default: keep
|
||||
bframe discard;
|
||||
}
|
||||
}
|
||||
|
||||
#############################################################################################
|
||||
# RTMP/HTTP VHOST sections
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue