Skip to content

AreChen/openplayer-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPlayer Official Plugins

English · 中文

Official plugin source, examples, build tooling, and release packages for OpenPlayer.

The player repository owns the plugin host API, runtime behavior, and security model. This repository owns official plugin implementation code and packaged .opplugin release assets.

Repository Layout

plugins/
  capture-tools/
    manifest.json
    README.md
  network-stream/
    manifest.json
    README.md
  subtitle-typography/
    manifest.json
    README.md
scripts/
  validate-manifest.mjs
  package-plugin.mjs
dist/

Each directory under plugins/ is one plugin package. A plugin must include a root manifest.json. Optional runtime source and assets should live inside the same plugin directory.

Official Plugins

  • Capture Tools - screenshots and lightweight mpv stream recording with selectable screenshot and recording formats.
  • Subtitle Typography - subtitle font, scale, position, color, outline, and shadow controls.
  • Network Stream - RTSP, RTMP, and HTTP(S) stream playback entry points backed by OpenPlayer's native stream dialog and recent stream history.

Build

npm run build

The build validates every plugin manifest and writes .opplugin packages to dist/.

Install

Download an .opplugin file from the releases page and install it from OpenPlayer's Plugins settings page, or drag the package into the player window.

License

MIT. See LICENSE.

About

Official OpenPlayer plugin collection and release packages

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors