Thanks to visit codestin.com
Credit goes to github.com

Skip to content

woody0105/lpmsclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lpmsclient

1. Overview

lpmsclient is an hls player for livestream. It is forked from hls.js. This version supports parsing object detection metadata in #EXT-X-DATERANGE tag.

2. Quick Start

For ease of testing, dist directory where the javascript bundles are built into is included in the repo. Developers can optionally remove dist directory and rebuild the js bundles with 'npm run-script build' command.

  1. Clone the repo.

  2. Open demo/index.html

  3. Input media server url and click play.

It will play the video and draw bounding rectangles around detected objects.

Alt text

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • TypeScript 23.4%
  • Other 1.4%