Questions Regarding Stream Management and Timeout Configuration in Ant Media #6853
-
We are currently exploring Ant Media for our streaming needs and have a few questions we couldn’t find answers to in the documentation or GitHub discussions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello @ankit-akteena 1. Single-use Stream: You can achieve this from your application side. Before publishing the streaming you can check this on your db that this stream exist or not, If stream published earlier you can either append something to streamid OR display any error. Here is the documentation for webhook. You can find liveStreamEnded event. |
Beta Was this translation helpful? Give feedback.
Thank you @rahul78275 :)
I also have a workaround solution for the single-se stream @ankit-akteena
This will ensure that the stream is deleted and used only once. Even if someone tries to broadcast the stream again, it will not be accepted by the server.
In the case of WebRTC streams, you can …