大量更新

This commit is contained in:
zeaslity
2026-05-19 14:28:44 +08:00
parent a8f6bda703
commit 9fc3372fa3
5299 changed files with 423176 additions and 426690 deletions

View File

@@ -0,0 +1,21 @@
location /live-play/flv/ {
proxy_pass http://172.22.106.77:7088/;
}
location /live-play/hls/ {
proxy_pass http://172.22.106.77:7088/zlm/hls/;
}
location /live-play/webrtc {
proxy_pass http://172.22.106.77:7088/index/api/webrtc;
}
location /live-play/whip {
proxy_pass http://172.22.106.77:7088/index/api/whip;
}
location /live-replay/hls-by-time-range/ {
proxy_pass http://172.22.106.77:37086/api/v2/storage/hls-by-time-range/;
}
location /live-replay/fetch_file/ {
proxy_pass http://172.22.106.77:37086/api/v2/storage/fetch_file/;
}
location /live-replay/hls-downloader {
proxy_pass http://172.22.106.77:37080/hls-downloader;
}