
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@playkit-js/advanced-audio-description
Advanced tools
[](https://github.com/Kaltura-PS/playkit-js-advanced-audio-description/actions/workflows/run_canary_full_flow.yaml) [
playkit-js-advanced-audio-description is a kaltura player plugin that Audio description gives detail and imagery in order to make visual content accessible to individuals who are blind or have low vision and provide these viewers with a similar experience to a sighted viewer.
It relies on kaltura player core API for managing UI features.
playkit-advanced-audio-description is written in ECMAScript6 (*.js
) and TypeScript (*.ts
) (strongly typed superset of ES6),
and transpiled in ECMAScript5 using Babel and the TypeScript compiler.
Webpack is used to build the distro bundle and serve the local development environment.
Extended Audio Description is a service that pauses the video to allow for longer descriptions when there is not enough space to sufficiently describe the visuals in your video.
“Extended Audio Description“ is a type of audio description that is suitable for videos that have few natural pauses, but that contains a lot of visual content.
“Extended Audio Description“ workflow → when a user press play, the video, and description begin playing. Then, the source video pauses temporarily, while the description continues. After that portion of the description is complete, the video resumes playing again
# First, checkout the repository and install the required dependencies
git clone https://github.com/Kaltura-PS/playkit-js-advanced-audio-description.git
# Navigate to the repo dir
cd playkit-js-advanced-audio-description
# Run dev-server for demo page (recompiles on file-watch, and write to actual dist fs artifacts)
npm run dev
# Before submitting a PR - Run the pre commit command
npm run pre:commit
# this command will run:
# 1. types check
# 2. lint check
# 3. generate/update types
# 4. generate/update docs
The dev server will host files on port 800x. Once started, the demo can be found running at http://localhost:800x/.
Before submitting a PR, please see our contribution guidelines.
ui: {
showAdvancedAudioDescButton: true, // for showing AAD in Gear setting, default state is off
translations: {
en: {
'plugin-advanced-audio-description': {}
}
}
},
plugins: {
pluginAdvancedAudioDescription: {} // for adding the plugin
}
Run linter:
npm run lint:check
Run linter with auto-fix mode:
npm run lint:fix
Run prettier to format code
npm run prettier:fix
Run type-check to verify TypeScript types
npm run types:check
Run all tests at once:
npm test
Run unit tests in watch mode:
npm run test:watch
An overview of this project's design, can be found here.
https://kaltura.github.io/playkit-advanced-audio-description/demo/index.html
https://externaltests.dev.kaltura.com/player/sandBox/playerv7/aad/
playkit-advanced-audio-description is only compatible with browsers supporting MediaSource extensions (MSE) API with 'video/MP4' mime-type inputs.
playkit-advanced-audio-description.js is supported on:
playkit-advanced-audio-description.js is released under Apache 2.0 License
FAQs
[](https://github.com/Kaltura-PS/playkit-js-advanced-audio-description/actions/workflows/run_canary_full_flow.yaml) [
We found that @playkit-js/advanced-audio-description demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.