Build a Mini Netflix (with Vue)
  • Introduction
  • Enter Contest
  • Media Delivery and Transformation
  • Setting Up a Webtask Server
  • Provision and Configure a Database
  • Create Server Routes
  • Setting Up a Vue Client
  • Header and Navigation
  • Video Player Component
  • Playing Videos
  • Cloudinary Account and Initialization
  • List of Movies Component
  • Showing A List of Movies
  • New Movie Modal Component
  • Uploading Movies
  • Sharing on Twitter
  • Deploy to Heroku
  • What's Next
Powered by GitBook
On this page

Media Delivery and Transformation

PreviousEnter ContestNextSetting Up a Webtask Server

Last updated 7 years ago

The toughest content to manage on the Web is media, not text. Media comprise of almost anything that is not text: images, videos, PDFs, icons, audio, and so forth. You must pay attention to many related issues, such as size, latency, the upload process, the best delivery method, and manipulation on the fly.

Cloudinary is a SaaS company that offers solutions for efficiently and effectively uploading, manipulating, and delivering media content to the Web for both mobile and desktop apps.

Cloudinary

In addition, Cloudinary's full-featured, HTML5-based video player enables fast embedding of videos on your site and their subsequent delivery.

This simple demo shows you how to deliver a movie trailer on a Cloudinary server to a Web browser.