1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Change rtc.aac to discard by default. v4.0.172

This commit is contained in:
winlin 2021-10-10 17:17:14 +08:00
parent 2fa5a0bee8
commit 0f9b9505a8
9 changed files with 49 additions and 16 deletions

View file

@ -19,19 +19,14 @@ stats {
}
rtc_server {
enabled on;
# Listen at udp://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/wiki/v4_CN_RTCWiki#config-candidate
candidate $CANDIDATE;
}
vhost __defaultVhost__ {
rtc {
enabled on;
aac transcode;
rtc_to_rtmp on;
}
http_remux {