react-media-stream

1.0.1 • Public • Published

react-media-stream

Node Media Server live streaming client built on top of flv.js

NPM JavaScript Style Guide

Install

npm install --save react-media-stream

Usage

import React, { Component } from 'react'

import MediaLiveStream from 'react-media-stream'
import 'react-media-stream/dist/index.css'

class Example extends Component {
  render() {
    return <MediaLiveStream url="http://localhost:8000/live/SYSTEC.flv" />
  }
}

License

MIT © eltallerjsdev

/react-media-stream/

    Package Sidebar

    Install

    npm i react-media-stream

    Weekly Downloads

    28

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.96 kB

    Total Files

    7

    Last publish

    Collaborators

    • eltallerjs