• Sales: 1-800-961-2888
  • Support: 1-800-961-4454

Cloud Files Streaming with FlowPlayer Plugins


This article will help customers understand how to upload and stream videos from Cloud Files using the Akamai CDN.  Using FlowPlayer as your streaming video player lets customers get the streaming technology and web experience their customers are looking for without having to develop their own Flash players. 

Download your FlowPlayer Plugin.

You can set up your video for streaming in just a few simple steps:

  1. Upload your file to Cloud Files via our API or Control panel.  If your video file is more than 5GB, simply use our large object support.
  2. Download the FlowPlayer plugin above.This is required for your video to play on the Akamai network.   
  3. Upload the FlowPlayer plugins to your Cloud Files account, or on a server where the internet can access them. 
  4. Request your streaming URL, simply by doing a HEAD on your object.
  5. Use your streaming url to serve your content!

Embedding your video with FlowPlayer in your website code is simple. Just follow these few steps:

  1. Upload all the FlowPlayer components to a container.
  2. Call the flowplayer.js file using a <script> tag to include it in the HTML
  3. Link the flowplayer.css stylesheet for the Player frame
  4. Make any config changes to the flowplayer object
  5. Add in the swf player object and the player controls swf object and set the src for the video.

 For more information on streaming, please visit the Streaming for Cloud Files FAQ.



© 2011-2013 Rackspace US, Inc.

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License


See license specifics and DISCLAIMER

6 Comments

Here you can find the latest version:
http://mediapm.edgesuite.net/flow/

Ok I got this working with no problem but it doesn't stream on the iPad, is there a way to stream to iOS devices with Cloud Files streaming?

I'm afraid you'd need to look for an HTML 5 player for the iPad, since they don't support Flash.

Actually, there is a plugin for Flowplayer that will replace the actual player with a HTML5 player on the iPad. It works ok. What you'd really want to do though is a server-side browser check to display Flowplayer for flash-enabled browsers and HTML5 player for non-flash browsers.

The ultimate downfall here is that streaming won't work (correctly) in a HTML5 player.

Is there a way to restrict access by Domain? Following the above procedure, it will allow everybody to embed the video into other sides.

Unfortunately there is not a way to restrict the streaming URL to accept connections from specific domains or IP address ranges at this time.

Add new comment