Skip to content

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

Notifications You must be signed in to change notification settings

eltallerjs/react-media-stream

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published