$f("streams", "html5player/lib/flowplayer-3.2.7.swf", {
    clip: {
        streams:[{
            url: 'flv:'+livevideoname
        }],
        live: true,
        provider: 'rtmp',
        autoPlay: true
    },
    plugins: {
        rtmp: {
            url: 'html5player/lib/flowplayer.rtmp-3.2.3.swf',
            netConnectionUrl: livestreamurl
        }
    },
    play: {
        opacity: 0
    },
    showErrors: false,
    debug: false
});
