1.0.5 • Published 4 years ago

react-azure-mp v1.0.5

Weekly downloads
566
License
MIT
Repository
github
Last release
4 years ago

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

MIT © SidKH

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago