$f("fms", "http://releases.flowplayer.org/swf/flowplayer-3.2.6.swf", {
clip: {
url: 'metacafe',
// configure clip to use influxis as our provider, it uses our rtmp plugin
provider: 'influxis'
},
// streaming plugins are configured under the plugins node
plugins: {
// here is our rtpm plugin configuration
influxis: {
url: 'flowplayer.rtmp-3.2.3.swf',
// netConnectionUrl defines where the streams are found
netConnectionUrl: 'rtmp://tv.aplicanet.com.br/live'
}
}
});