Azure-Samples / media-services-3rdparty-player-samples

Azure Media Services samples for using popular 3rd party player frameworks that support HLS or MPEG-DASH delivery
Other
28 stars 21 forks source link

page_type: guide languages:

Media Services 3rd Party Player Samples

IMPORTANT NOTE : Azure Media Services have been retired on June 30, 2024. Please see the retirement guide.

Overview

This repository contains samples, documentation, and platform/browser feature tables for using popular 3rd party player frameworks that support HLS and/or MPEG-DASH delivery from Azure Media Services (AMS).

These are the main components of this repository:

  1. Set up

  2. Samples

  3. Test results

Set up

This project uses PowerShell setup scripts to generate content (VOD and Live) in Azure Media Services and provides tools to test the 3rd party players in different combinations of features, streaming formats, and content protection.

For example, this is the Index page generated after running the setup scripts. It contains the playback endpoints for all the features, formats, and content protection options available in Azure Media Services along with links to test them on each 3rd party player sample:

Index

Samples

The repository contains a sample implementation of each player. The sample is a minimal player implementation using captioning and content protection (DRM and Encryption).

To see the sample code, please check:

The samples were tested with VOD and Live content generated with the setup script in the following browsers:

To see the test results, please check:

How to set up your player

To set up your player, follow the below instructions:

Root contents

File/folder Description
src Folder with 3rd party player samples
docs Folder with test results
setup Folder with AMS setup scripts
.gitignore Define what to ignore at commit time
CHANGELOG.md List of changes to the sample
CONTRIBUTING.md Guidelines for contributing to the sample
LICENSE The license for the sample
README.md This README file

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.