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: SimpleCDN

Overview

Quick Demo

The following shows a high quality RTMP stream from SimpleCDN.

Below is the player configuration. You can use the streaming servers hosted by SimpleCDN 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", {

clip: {  
        url: 'mp4:sfexamples/videos/bbb_640x360_h264.mp4',  
        provider: 'simplecdn',  
		accelerated: true
    }, 
    plugins: { 
        simplecdn: {  
            url: 'flowplayer.rtmp-3.2.3.swf',  
            netConnectionUrl: 'rtmpt://e1f1.simplecdn.net/play'  
        } 
    }
});