mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine for writing doc. 4.0.92
This commit is contained in:
parent
f4f616d4e9
commit
659e173e15
7 changed files with 67 additions and 84 deletions
|
@ -18,21 +18,20 @@ stats {
|
|||
network 0;
|
||||
}
|
||||
rtc_server {
|
||||
enabled on;
|
||||
enabled on;
|
||||
# Listen at udp://8000
|
||||
listen 8000;
|
||||
listen 8000;
|
||||
#
|
||||
# The $CANDIDATE means fetch from env, if not configed, use * as default.
|
||||
#
|
||||
# The * means retrieving server IP automatically, from all network interfaces,
|
||||
# @see https://github.com/ossrs/srs/issues/307#issuecomment-599028124
|
||||
candidate $CANDIDATE;
|
||||
# @see https://github.com/ossrs/srs/wiki/v4_CN_RTCWiki#config-candidate
|
||||
candidate $CANDIDATE;
|
||||
}
|
||||
|
||||
vhost __defaultVhost__ {
|
||||
rtc {
|
||||
enabled on;
|
||||
bframe discard;
|
||||
}
|
||||
http_remux {
|
||||
enabled on;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue