<div class="scaleengine">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
</script><script src="http://static.flowplayer.org/js/flowplayer-3.2.6.min.js">
</script><script src="http://static.flowplayer.org/js/flowplayer.playlist-3.0.8.min.js">
</script><a id="se" style="display:block;width:626px;height:344px"></a>
<script language='javascript'>
$(function() {
$f("se", "/wp-content/themes/flowplayer.commercial-3.2.7.swf",{
key: '#$decafbaddecafbad',
clip: {
provider: 'scaleengine', live: true,
streams: [
{ url: '<?=strtoupper(ICL_LANGUAGE_CODE);?>' }
] },
plugins: { controls: null,
scaleengine: {
url: '/wp-content/themes/flowplayer.rtmp-3.2.3.swf',
netConnectionUrl: 'rtmp://dfw1-1.videocdn.scaleengine.net/yourplaylist',
}
}});
});
</script>
</div>
<!-- end .video -->
</div><!-- end #post -->
Often we call services internally, whether it is a mail gateway or a web service. In production, if high availability is a requirement, we want to create a virtual ip for the service and add two or more physical servers as listeners.
I usually use layer 7 service pools when network load is low, and the overhead of going through the stack to get to the layer 7 headers is acceptable. For SSL offloading it is essential. Note that I don’t use the load balancer to do the redirect; I like to use nginx for that. Often, conditions will arise (force secure for this url) that are easier to manage with nginx, and I like the flexibility of being able to use the nginx feature set for customer requests.
However, on a Barracuda, the only way to create an internal load balancer pool is to use “TCP Proxy” service type, not “Layer 4 – TCP”. Does not seem to be documented anywhere, but this is the only way it works.
Assuming you are running at least version 3.6 firmware, you can create the Service Name, and give it an IP and Real Servers, and expose the Virtual IP to the LAN.
The lynx browser is updated at version 2.8.8dev9 – I have blogged about using it to restream IP camera video.
I’m doing a fair amount of interesting video streaming with Scale Engine. We are engineering geo-located fast-start high bandwidth h264 video on demand and live streaming.