Socket
Socket
Sign inDemoInstall

@100mslive/hls-player

Package Overview
Dependencies
3
Maintainers
17
Versions
202
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @100mslive/hls-player

HLS client library which uses HTML5 Video element and Media Source Extension for playback


Version published
Weekly downloads
2.6K
decreased by-18.86%
Maintainers
17
Install size
17.8 MB
Created
Weekly downloads
 

Readme

Source

@100mslive/hls-player is currently a wrapper on hls.js with easy to use interface and few add-ons for 100ms's interactive live streaming feature.

Sample usage:

import {
  HLSPlaybackState,
} from "@100mslive/hls-player";

// hlsUrl is the url in which the hls stream is ongoing
// videoElement is the video element where you want to play the stream
const player = new HMSHLSPlayer(hlsUrl, videoElement);
player.play()

More details to be added soon.

FAQs

Last updated on 26 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc