21 lines
682 B
Plaintext
21 lines
682 B
Plaintext
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;
|
|
} |