fix: redirects not working correctly on programs like ffmpeg

This commit is contained in:
2025-08-23 20:13:19 +02:00
parent 6e10da6f98
commit c18cdc83b9
3 changed files with 10 additions and 7 deletions

View File

@@ -10,7 +10,10 @@ rtmp {
live on;
record off;
push rtmp://localhost:1935/channel-live;
on_publish http://localhost:3000/api/rtmp/publish;
deny play all;
}
application channel-live {
@@ -19,6 +22,8 @@ rtmp {
allow publish 127.0.0.1;
deny publish all;
deny play all;
hls on;
hls_type live;