haproxy to icecast front end connection close -


i'm looking solution load balancing icecast, im using haproxy load balancer, although unlikely should haproxy go down need client connection still established backend icecast server

does know configuration this? have tried if stop haproxy client loses connection icecast stream.

many in advance

mooseh

there no reason put icecast behind "haproxy". it's incredibly stable , added complexity makes more problems occur. there e.g. known problems reverse proxying icecast.

for improved availability, i'd recommend having in direction of multiple icecast servers , e.g. round-robin dns or http redirector. icecast has master-slave capability replicate streams cluster.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -