Simple DNS load-balancing is implemented in 0.9.19. When remote host name is resolved to multiple addresses then stream is pulled or pushed sequentially from all those addresses.
application myapp { live on; pull rtmp://video.example.com/someapp; }
Suppose video.example is resolved to 192.168.0.1 and 192.168.0.2. When the first server is unavailable the next connection attempt will be made to the second server.
It's good options. Thanks for work.
ReplyDelete