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

For #307, support config to send plaintext RTP.

This commit is contained in:
winlin 2020-04-07 16:05:31 +08:00
parent 00810e6d1d
commit 6c5b51618c
6 changed files with 59 additions and 7 deletions

View file

@ -413,6 +413,10 @@ rtc_server {
# @remark Always 1 if OS does not support sendmmsg, like OSX.
# default: 256
sendmmsg 256;
# Whether encrypt RTP packet by SRTP.
# @remark Should always turn it on, or Chrome will fail.
# default: on
encrypt on;
}
vhost rtc.vhost.srs.com {