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.
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.
-
Clone the repo.
-
Open demo/index.html
-
Input media server url and click play.
It will play the video and draw bounding rectangles around detected objects.
