你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Azure Media Services modules for JavaScript

Azure Media Services is an extensible cloud-based platform that enables developers to build scalable media management and delivery applications. Media Services is based on REST APIs that enable you to securely upload, store, encode, and package video or audio content for both on-demand and live streaming delivery to various clients (for example, TV, PC, and mobile devices).

With Azure Media Services, you can:

  • Build end-to-end workflows using entirely Media Services.
  • Use third-party components for some parts of your workflow. For example, encode using a third-party encoder. Then, upload, protect, package, deliver using Media Services.
  • Stream your content live or deliver content on-demand. The topic also links to other relevant topics.

Management Package

Install the npm module

Install the Azure media services npm module

npm install @azure/arm-mediaservices

Samples

  • Examples for using this module in Node.js as well as browser applications can be found in the README for the module

  • For more code samples that use various Azure packages, explore the JavaScript samples.