checkpoint before audio stream fix

This commit is contained in:
tdv
2025-10-21 15:53:17 +03:00
parent f59883315d
commit 89c44d2979
3 changed files with 35 additions and 6 deletions

View File

@@ -144,9 +144,9 @@ server {
# MediaMTX HLS
location ^~ /hls/ {
if ($ssl_client_verify != SUCCESS) {
return 495;
}
# if ($ssl_client_verify != SUCCESS) {
# return 495;
# }
proxy_pass http://mediamtx:8888/;
}