React wrapper for the azure media player
npm install --save react-azure-mp
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" }]}
/>
)
Supports server-side rendering
MIT © SidKH