Node Media Server live streaming client built on top of flv.js
npm install --save react-media-stream
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" />
}
}
MIT © eltallerjsdev