Skip to content

chollier/react-tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Web Based HLS Playlist Video Player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published