Socket
Socket
Sign inDemoInstall

@netless/app-media-player

Package Overview
Dependencies
0
Maintainers
10
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @netless/app-media-player

Netless App Media Player


Version published
Maintainers
10
Created

Readme

Source

@netless/app-media-player

Netless App for playing video and audio files.

Usage

See playground.

m3u8 support

HLS support is provided by video-dev/hls.js.

NOTES:

  • To reduce the package size, hls.js is loaded dynamically using script tag.
  • If you do not believe in this cdn, you can prepare window.Hls before this app downloads.
  • If you do not need HLS, you can set window.Hls to false or null to disable this loading, in which case you will not able to play hls streaming unless the browser support it natively.

autoplay not working

Autoplay is generally not recommended as it is seen as a negative user experience. It is also disabled in many browsers. Before raising issues, do your homework. More info can be found here:

Licence

MIT @ netless

FAQs

Last updated on 07 Mar 2022

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