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:
parent
00810e6d1d
commit
6c5b51618c
6 changed files with 59 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue