Extension:BlueSpicePlayer: Difference between revisions
Appearance
Content deleted Content added
MLRodrigue (talk | contribs) No edit summary |
general content review for latest version |
||
| Line 1: | Line 1: | ||
<languages/> |
|||
{{External_help|[https://community.bluespice.com BlueSpice Community Forum] |
{{External_help|[https://community.bluespice.com BlueSpice Community Forum]}} |
||
{{BlueSpiceExtensionInfobox |
|||
|compatibility= |
|compatibility= |
||
|phabricator= |
|phabricator= |
||
| Line 23: | Line 24: | ||
* In IE and flv, the HTML5 player falls back to a Flash version (default in VideoJS) |
* 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 |
* For compatibility reasons, ''bs: jwplayer'' is also supported as a tag |
||
== External links == |
|||
* Helpdesk: [https://en.wiki.bluespice.com/wiki/Reference:BlueSpicePlayer Player (BlueSpice)] |
|||
{{BlueSpiceExtensionFooter|BlueSpicePlayer|download-with=BlueSpice pro|support-links=[http://hallowelt.com Hallo Welt! GmbH]}} |
{{BlueSpiceExtensionFooter|BlueSpicePlayer|download-with=BlueSpice pro|support-links=[http://hallowelt.com Hallo Welt! GmbH]}} |
||
Latest revision as of 14:21, 9 June 2026
| 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 | edit source]- 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
Installation
[edit source]- 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.

