How to stop/start streams in bulk? #5427
Unanswered
Mohit-3196
asked this question in
FAQs
Replies: 1 comment 2 replies
-
Currently there is no direct API to sop all the stream at once , But what you can do this by using this approach.
we need to call management REST services to get all the streams which are available in an application.for that we need to use JWT to access the APIs. Management REST service requires security mechanism to call it. Alternatively, user can access to the REST methods of the application directly. Here is how to Use JWT to access the resources for the management panel 1. get all he running streams from the server side.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have over a hundred streams running on my Ant Media Server and I usually have to start/stop them individually.
Is there a way to stop/start all the streams at once?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions