I have setup live origin wowza instance and live edge (edge1) and that is working fine. I need to setup now another live edge instance (edge2) to fetch streams from edge1. So everything to be connected as following:
origin <-- edge1 <-- edge2 <–client
So when a client connect to edge2 it will initiate connection to edge1 and edge1 will pull stream from origin.
How to achieve above scenario? It is important to connection be on demand and not persistent.
Thanks for the answer but in that case, it won’t be on demand. Edge1 will always send streams to edge2. I created a temporary solution with Nginx proxy instead edge2 and that seems to work.