dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
liusuyi
2024-10-10
38f29e38fcc668171dc05c53d40a36b895c86102
[~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