added some changes to mediamtx and audiostreams
This commit is contained in:
@@ -144,10 +144,9 @@ server {
|
||||
|
||||
# MediaMTX HLS
|
||||
location ^~ /hls/ {
|
||||
# if ($ssl_client_verify != SUCCESS) {
|
||||
# return 495;
|
||||
# }
|
||||
proxy_pass http://mediamtx:8888/;
|
||||
proxy_read_timeout 3600s;
|
||||
proxy_send_timeout 3600s;
|
||||
}
|
||||
|
||||
# MediaMTX WebRTC (WHIP/WHEP/test)
|
||||
|
||||
Reference in New Issue
Block a user