From 00a2de1daad9869d8cc0cdc3d97b4a3b5a879945 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Thu, 30 Jul 2020 13:33:07 +0200 Subject: [PATCH] fix docs --- rtsp-simple-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtsp-simple-server.yml b/rtsp-simple-server.yml index a99bcd52..80496b01 100644 --- a/rtsp-simple-server.yml +++ b/rtsp-simple-server.yml @@ -50,7 +50,7 @@ paths: # command to run when this path is requested. # This can be used, for example, to publish a stream on demand. - # This is terminated with SIGINT when a client stops publishing. + # This is terminated with SIGINT when the path is not requested anymore. runOnDemand: # command to run when a client starts publishing.