dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
融云建群修改提交
zhangnaisong
2024-05-17
6bddb83b1e7556aa9b2b1d4ce7ed5f4b4c62f2d0
[~liusuyi/ruoyi-api.git]
/
server
/
mediamtx
/
说明
1
2
3
4
5
6
7
8
9
10
11
【windows系统配置HTTPS】
修改mediamtx.yml文件
找到webrtc配置:
webrtcEncryption: yes
webrtcServerKey: server.key
webrtcServerCert: server.crt
【生成证书】
# openssl genrsa -out server.key 2048
# openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650