|
|
@ -82,7 +82,7 @@ paths: |
|
|
|
# command to run when this path is initialized. |
|
|
|
# command to run when this path is initialized. |
|
|
|
# this can be used to publish a stream and keep it always opened. |
|
|
|
# this can be used to publish a stream and keep it always opened. |
|
|
|
# this is terminated with SIGINT when the program closes. |
|
|
|
# this is terminated with SIGINT when the program closes. |
|
|
|
# the path name is available in the RTSP_SERVER_PATH variable. |
|
|
|
# the path name is available in the RTSP_PATH variable. |
|
|
|
# the restart parameter allows to restart the command if it exits suddenly. |
|
|
|
# the restart parameter allows to restart the command if it exits suddenly. |
|
|
|
runOnInit: |
|
|
|
runOnInit: |
|
|
|
runOnInitRestart: no |
|
|
|
runOnInitRestart: no |
|
|
@ -90,7 +90,7 @@ paths: |
|
|
|
# command to run when this path is requested. |
|
|
|
# command to run when this path is requested. |
|
|
|
# this can be used to publish a stream on demand. |
|
|
|
# this can be used to publish a stream on demand. |
|
|
|
# this is terminated with SIGINT when the path is not requested anymore. |
|
|
|
# this is terminated with SIGINT when the path is not requested anymore. |
|
|
|
# the path name is available in the RTSP_SERVER_PATH variable. |
|
|
|
# the path name is available in the RTSP_PATH variable. |
|
|
|
# the restart parameter allows to restart the command if it exits suddenly. |
|
|
|
# the restart parameter allows to restart the command if it exits suddenly. |
|
|
|
runOnDemand: |
|
|
|
runOnDemand: |
|
|
|
runOnDemandRestart: no |
|
|
|
runOnDemandRestart: no |
|
|
@ -103,14 +103,14 @@ paths: |
|
|
|
|
|
|
|
|
|
|
|
# command to run when a client starts publishing. |
|
|
|
# command to run when a client starts publishing. |
|
|
|
# this is terminated with SIGINT when a client stops publishing. |
|
|
|
# this is terminated with SIGINT when a client stops publishing. |
|
|
|
# the path name is available in the RTSP_SERVER_PATH variable. |
|
|
|
# the path name is available in the RTSP_PATH variable. |
|
|
|
# the restart parameter allows to restart the command if it exits suddenly. |
|
|
|
# the restart parameter allows to restart the command if it exits suddenly. |
|
|
|
runOnPublish: |
|
|
|
runOnPublish: |
|
|
|
runOnPublishRestart: no |
|
|
|
runOnPublishRestart: no |
|
|
|
|
|
|
|
|
|
|
|
# command to run when a clients starts reading. |
|
|
|
# command to run when a clients starts reading. |
|
|
|
# this is terminated with SIGINT when a client stops reading. |
|
|
|
# this is terminated with SIGINT when a client stops reading. |
|
|
|
# the path name is available in the RTSP_SERVER_PATH variable. |
|
|
|
# the path name is available in the RTSP_PATH variable. |
|
|
|
# the restart parameter allows to restart the command if it exits suddenly. |
|
|
|
# the restart parameter allows to restart the command if it exits suddenly. |
|
|
|
runOnRead: |
|
|
|
runOnRead: |
|
|
|
runOnReadRestart: no |
|
|
|
runOnReadRestart: no |
|
|
|