You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest a runOnUnready configuration directive which triggers when a stream that was ready becomes unready, i.e. the publisher has stopped publishing to the path. The purpose for that would be to enable calls to webhooks or similar if a stream becomes unavailable, e.g.
runOnReady: curl -X POST -d "$RTSP_PATH" http://server/api/start
runOnUnready: curl -X POST -d "$RTSP_PATH" http://server/api/stop
The text was updated successfully, but these errors were encountered:
This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.
Describe the feature
I'd like to suggest a runOnUnready configuration directive which triggers when a stream that was ready becomes unready, i.e. the publisher has stopped publishing to the path. The purpose for that would be to enable calls to webhooks or similar if a stream becomes unavailable, e.g.
The text was updated successfully, but these errors were encountered: