created mediamtx server for audio streams
This commit is contained in:
@@ -40,4 +40,17 @@ server {
|
||||
proxy_read_timeout 3600s;
|
||||
proxy_send_timeout 3600s;
|
||||
}
|
||||
|
||||
# --- LIVE ---
|
||||
# HLS playlist/segments
|
||||
location /hls/ {
|
||||
proxy_pass http://mediamtx:8888/;
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
|
||||
# WebRTC WHIP/WHEP/test pages
|
||||
location /webrtc/ {
|
||||
proxy_pass http://mediamtx:8889/;
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user