You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Content Delivery Network: Influxis Adobe Flash Communication Server hosting

Overview

Quick Demo

The following shows a VOD (Video On Demand) stream from Influxis.

Below is the player configuration. You can use the Adobe Flash Communication Servers hosted by Influxis by using our RTMP plugin. See the RTMP plugin documentation for more info.

$f("playerbox", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", {

    // enable RTMP support
    plugins: {
    	influxis: {
    		url: 'flowplayer.rtmp-3.2.3.swf',
    		netConnectionUrl: 'rtmp://dk2isqp3f.rtmphost.com/flowplayer'
    	}
    },

    // clip uses the influxis cdn provider
    clip: { provider: 'influxis'}
});