Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
videojs-playlist-ui
Advanced tools
A playlist video picker for video.js
Include the plugin script in your page, and a placeholder list element
with the class vjs-playlist
to house the playlist menu:
<!-- Include the playlist menu styles somewhere in your page: -->
<link href="videojs-playlist-ui.vertical.css" rel="stylesheet">
<!-- The playlist menu will be built automatically in here: -->
<ol class="vjs-playlist"></ol>
<!-- Include video.js, the videojs-playlist plugin and this plugin: -->
<script src="video.js"></script>
<script src="videojs-playlist.js"></script>
<script src="videojs-playlist-ui.js"></script>
<script>
// Now you can initialize the plugin and build the playlist whenever
// you're ready!
videojs(document.querySelector('video')).playlistUi();
</script>
There's also a working example of the plugin you can check out if you're having trouble.
You may pass in an options object to the plugin upon initialization. The PlaylistMenu is a regular video.js Component so you may pass in any option that is accepted by Components. In addition, this object may contain this specialized property:
Type: string
Default: "vjs-playlist"
The name of the class to search for to populate the playlist menu.
Type: Boolean
Default: false
The default behavior is that the play state is expected to stay the same between videos, if playing continue playing and if paused stay paused when playlist menu items are clicked. When this boolean is set to true, clicking on the playlist menu items will always play the video.
The Playlist Menu automatically adapts to ad integrations based on videojs-contrib-ads. When a linear ad is being played, the menu will darken and stop responding to click or touch events. If you'd prefer to allow your viewers to change videos during ad playback, you can override this behavior through CSS. You will also need to make sure that your ad integration is properly cancelled and cleaned up before switching-- consult the documentation for your ad library for details on how to do that.
FAQs
A user interface for the videojs-playlist API
The npm package videojs-playlist-ui receives a total of 2,051 weekly downloads. As such, videojs-playlist-ui popularity was classified as popular.
We found that videojs-playlist-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 178 open source maintainers collaborating on the project.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.