When you set up your Video Cloud account, you choose whether you want your media content delivered by streaming or by progressive download. (Read more about these different options in the document, Content Delivery Options.) While streaming delivery has a number of advantages, there are use cases, such as when delivering podcasts and mobile video, where you may need to deliver content by progressive download. The Video Cloud universal delivery service feature enables you to do both.
In this document, you will learn how to deliver media by progressive download from your streaming account. First, you need the following:
Universal delivery service (UDS) is only available if your account is set up as a streaming account that uses the Video Cloud Streaming Content Delivery Network (CDN) for delivery. If you are using your own Bring Your Own (BYO) CDN, your CDN provider must configured your account to provide an HTTP path to your streaming assets. After doing so, you can contact Brightcove Customer Support to have your account updated with this new path to enable universal delivery service.
If your account is set up to use progressive download, UDS is not relevant to you; your videos are always delivered via HTTP.
Note that UDS does not work with remote assets.
Once your account is set up for universal delivery service, you can enable HTTP access for delivery:

After you enable universal delivery service, the setting applies to all the existing streaming videos in your account, as well as any you add to your account thereafter.
Once you have set up your account for universal delivery service and enabled HTTP delivery of media, you can use the Media API to deliver videos by HTTP. To do this, use the Media API read methods with the optional media_delivery=http argument. For example:
http://api.brightcove.com/services/library?command=find_video_by_id&video_id=149210661776 &video_fields=name,shortdescription,FLVURL&media_delivery=http&token=0Z2dtxG1bB0usDPY8E.
This is not a working example. You must substitute your own read token with URL access enabled and a video ID that exists in your Video Cloud account.