cjags Posted February 17 Share Posted February 17 Hi Is it possible to schedule timings for start and stop for live streams and AMS service itself, especially IP cameras? Thanks Link to comment Share on other sites More sharing options...
0 usama Posted February 17 Share Posted February 17 you can create a crone job on your server which will be called on your desired time ant media provides REST APIs which can be called to start and stop the live streams Starting the broadcast https://antmedia.io/rest/#/BroadcastRestService/startStreamSourceV2 Stop the broadcast https://antmedia.io/rest/#/BroadcastRestService/stopStreamingV2 you can call these APIs to stop and start the Broadcasts using curl 1 Link to comment Share on other sites More sharing options...
Question
cjags
Hi
Is it possible to schedule timings for start and stop for live streams and AMS service itself, especially IP cameras?
Thanks
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Feb 17
2
Top Posters For This Question
usama 1 post
cjags 1 post
Popular Days
Feb 17 2023
2 posts
Popular Posts
usama
you can create a crone job on your server which will be called on your desired time ant media provides REST APIs which can be called to start and stop the live streams Starting the broadcas
1 answer to this question
Recommended Posts