Stream content from Influxis
Configuration
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.11.swf", {
// enable RTMP support
plugins: {
influxis: {
url: "flowplayer.rtmp-3.2.10.swf",
netConnectionUrl: 'rtmp://dk2isqp3f.rtmphost.com/flowplayer'
}
},
// clip uses the influxis cdn provider
clip: { provider: 'influxis'}
});