Extension:BlueSpicePlayer
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum
. If you need help, you should post there, and not on the talk page. |
Release status: stable |
|
|---|---|
| Description | Play uploaded videos. |
| Author(s) | Hallo Welt! GmbH |
| Maintainer(s) | Hallo Welt! GmbH |
| Latest version | - |
| Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
|
|
| Licence | GNU General Public License 3.0 only |
| Download | |
The extension Player is a video player that enables you to play all the usual HTML5 video formats in your wiki. The videos must be uploaded to the wiki.
Usage / features
[edit]- Activated with the <bs: showtime> Video.mp4 </ showtime> tag,
- Settings:
- change the size
- start the video immediately (autoplay)
- play the video in a loop
- Supported formats: mp4, ogv, flv and webm
- It is possible to include multiple videos on one page
- In IE and flv, the HTML5 player falls back to a Flash version (default in VideoJS)
- For compatibility reasons, bs: jwplayer is also supported as a tag
External links
[edit]- Helpdesk: Player (BlueSpice)
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpicePlayer.git) as a "vcs repository" and the package name (mediawiki/BlueSpicePlayer) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpicePlayer.git" } ], "require": { "mediawiki/BlueSpicePlayer": "BlueSpicePlayer" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpicePlayer' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

