UPDATE: Changed stream access URL to use streamer_name instead of streamer_key, to hide streamer key.

This commit is contained in:
2025-02-26 15:07:09 +00:00
parent c98f892e3e
commit cefd88f525
5 changed files with 23 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ rtmp {
live on;
hls on;
hls_path /stream_data/stream/;
hls_path /stream_data/;
allow publish 127.0.0.1;
deny publish all;