Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 602 Bytes

React TV

A Web Based HLS Playlist Video Player.

It takes .m3u master playlists as input and shows the different media items. It can be a list of video clips or even live TV streams (this is what the app was designed for).

You can either find playlists with clips and live stream on the internet. Alternatively you can build your own, see this example.

Works best with Safari.

Developing and Running

Developing

npm install
npm start

Then browse http://localhost:8091.

Building

npm run build

Will output the bundled files in ./dist.