London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!


Dec 27, 2011
  4306
(0 votes)

The EPiServer Relate Video Gallery Service

The EPiServer Relate Video Gallery Service is one of the lesser known features of EPiServer Relate.  It provides a simple, cost effective, elastic, reliable, and global solution for the encoding and delivery of videos uploaded to EPiServer Relate video galleries by members of your EPiServer Relate community.  

High Level Architecture

The Video Gallery Service consists of the following major components:

  • Video Conversion and Thumbnail Service - Encodes uploaded videos into the Flash video format.  Creates thumbnails of the videos to enable moderators to quickly preview the content without the need to watch the entire video.
  • Content Delivery Network (CDN) – Hosts and delivers static and streaming content using a global network of edge locations. Requests for videos are automatically routed to the nearest edge location, so content is delivered with the best possible performance. The CDN runs on Amazon CloudFront.
  • CDN  Provider –  Receives and processes events from the CDN, and relays the information to EPiServer Relate (e.g  upload complete, encoding complete, etc.).  The CDN Provider runs on your web servers.
  • Origin Server - An origin server is the location of the definitive versions of your videos that are replicated throughout the content delivery network.  The Origin Server runs in the EPiServer cloud.

Performance & Scalability

Because the CDN is based on Amazon CloudFront, you don’t need to worry about maintaining expensive web-server capacity to meet the demand from potential traffic spikes for popular content. The service automatically responds as demand increases or decreases without any intervention from you.

Video Encoding Formats

When using the default CDN provided with EPiServer Relate, uploaded videos are encoded to the Flash video format. A custom CDN provider can be implemented if you need to encode to other formats.  The following file types can be converted using the default CDN:

  • Container Files - AVI, MOV, MKV, ASF, MP4, 3GP
  • Video Codecs - DivX, Xvid, H.264, WMV, MPEG2, MSMPEG4, Sorensen
  • Audio Codecs - MP3, AAC, WMA, AC3

Using other Video Services and Content Delivery Networks

Because the Video Service is provider based, you can either use the default CDN provider or build your own to utilize another service (e.g. Akamai, Limelight, etc.).

Pricing Model

Monthly pricing is based on bandwidth usage per month.

Technical Details

See EPiServer Relate/Community SDK > Additional Content > Developers Guide > How To > VideoGallery for more technical details.

Dec 27, 2011

Comments

Feb 9, 2012 12:44 AM

Can one VIdeo Gallery Service account be used in several EPiServer sites?

Please login to comment.
Latest blogs
Helper method to encode query string properly

When using Url.ContentUrl() in Optimizely 12, encodes spaces as + in the query string. If you want to encode the spaces as %20, use the below helpe...

sunylcumar | May 13, 2025

Get ContentReference from GUID

Optimizely CMS 12 provides a Utility function to retrieve Content Reference from a Guid by ussing the below static method. var contentReference =...

sunylcumar | May 13, 2025

Creating a Dropdownlist in Optimizely CMS: Populate ISelectionFactory with values from another block's properties

Create a Block to hold selection options using EPiServer.Cms.Shell.UI.ObjectEditing.EditorDescriptors; using EPiServer.PlugIn; using EPiServer.Shel...

sunylcumar | May 12, 2025

Opal AI available in Optimizely CMS (SaaS)

Use Opal AI to translate your content!

Tomas Hensrud Gulla | May 12, 2025 |