Skip to content

Seedess/seedess-p2p-video-player-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seedess Video Player for Reach

Video Player with 4K video streaming over P2P BitTorrent

Install

No releases have been made. Use only for development.

git clone https://github.com/Seedess/seedess-p2p-video-player-react.git
cd ./seedess-p2p-video-player-react
npm install

Development

You can start the react dev server and edit the code

npm start

Use in your React App

After you have cloned the github repo into a directory such as seedess-p2p-video-player-react you can include it in your project as:

Example for a file VideoPlayer.js

import SeedessVideoPlayer from './seedess-p2p-video-player-react'

export const VideoPlayer = ({ url }) => (
  <div className="video-player">
    <SeedessVideoPlayer src="{url}">
  </div>
)

About

P2P Video Player React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors