Hi,
I have an EC2 Load Balancer sitting in from of my Wowza EC2 servers.
When the user is recording, if the connection is dropped, the Flash component reconnects to the Load Balancer and then runs netstream.publish(“myStream”,“append”);
This works, unless the Load Balancer routes my new connection to another Wowza EC2 server. Evidently, this Wowza server doesn’t have the recording file to append to.
What’s the best way to fix this issue?
Thank you