location /live-play/flv/ {
    proxy_pass http://172.16.32.10:7088/;
  }
  location /live-play/hls/ {
    proxy_pass http://172.16.32.10:7088/zlm/hls/;
  }
  location /live-play/webrtc {
    proxy_pass http://172.16.32.10:7088/index/api/webrtc;
  }
  location /live-play/whip {
    proxy_pass http://172.16.32.10:7088/index/api/whip;
  }
  location /live-replay/hls-by-time-range/ {
    proxy_pass http://172.16.32.10:37086/api/v2/storage/hls-by-time-range/;
  }
  location /live-replay/fetch_file/ {
    proxy_pass http://172.16.32.10:37086/api/v2/storage/fetch_file/;
  }
  location /live-replay/hls-downloader {
    proxy_pass http://172.16.32.10:37080/hls-downloader;
  }
