docker-streaming-server/srv/streaming/edge/streams/example.conf

11 lines
140 B
Plaintext

application example {
live on;
hls on;
hls_path /var/www/live/hls;
allow publish 172.23.42.0/24;
deny publish all;
deny play all;
}