Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
Is your feature request related to a problem? Please describe.
Yes, I need to have a backup url if the primary fails. But there is no built-in solution for that.
Describe the solution you'd like
There will be primary and backup streams for a stream.
There will be no encoding on primary and backup streams at the same time.
Primary and backup should have the same output and it should be configurable.
If primary stream fails for some reason, backup stream will be activated and it starts to encodes according to the bitrates.
Primary and backup streams will be on the same application but they can be on different origins.
Player never knows if it plays primary or backup because primary and backup will have the same output.
Is your feature request related to a problem? Please describe. Yes, I need to have a backup url if the primary fails. But there is no built-in solution for that.
Describe the solution you'd like