Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature suggestion: runOnUnready #1735

Closed
sgofferj opened this issue Apr 25, 2023 · 2 comments
Closed

Feature suggestion: runOnUnready #1735

sgofferj opened this issue Apr 25, 2023 · 2 comments
Labels
enhancement New feature or request general

Comments

@sgofferj
Copy link

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.

runOnReady: curl -X POST -d "$RTSP_PATH" http://server/api/start
runOnUnready: curl -X POST -d "$RTSP_PATH" http://server/api/stop
@aler9 aler9 added enhancement New feature or request general labels May 28, 2023
@aler9
Copy link
Member

aler9 commented Sep 10, 2023

duplicate of #1464

@aler9 aler9 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 10, 2023
Copy link
Contributor

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.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request general
Projects
None yet
Development

No branches or pull requests

2 participants