1.0.5 • Published 2 years ago

react-azure-media-player v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Intro

This project is a fork of react-azure-mp. The forked project seems to be out of maintenance. This project intends to build on its origin repository and extend with new features.

React Azure media player

NPM JavaScript Style Guide

React wrapper for the azure media player

Install

npm install --save react-azure-mp

Usage

import React from 'react'
import { AzureMP } from 'react-azure-mp'

const Example = () => (
  <AzureMP
     skin="amp-flush"
     src={[{src: "http://amssamples.streaming.mediaservices.windows.net/91492735-c523-432b-ba01-faba6c2206a2/AzureMediaServicesPromo.ism/manifest", type: "application/vnd.ms-sstr+xml" }]}
   />
)

Sandbox examples:

SSR

Supports server-side rendering

License

Released under same license as origin project (MIT)