Content Delivery Network: SimpleCDN
Overview
- Affordable
- About 20 edge servers around America and Europe. Asia is planned for summer 2009
- RTMP streaming (Flash streaming) and HTTP progressive download
- FLV and h.264
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'
}
}
});