You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "UserManual:Extension/Player"
/tmp/bshtmldiff/helpdesk_en-hw_/17725.html (Datei oder Verzeichnis nicht gefunden)
<bookshelf src="Book:User manual (published)" /> {{DISPLAYTITLE:Video Player}} __TOC__ ==About the video player== The video player allows you to embed local video files in a page. These files have to be uploaded to your wiki first. If you want to embed videos from a video sharing service such as Youtube, you can use the installed extension EmbedVideo. EmbedVideo is documented at [[UserManual:Mediawikiwiki:Extension:EmbedVideo|mediawiki.org]]. ==How to use the video player== Use the tag <code><nowiki><bs:showtime>Video.mp4</bs:showtime></nowiki></code> anywhere in an article to activate the player. Upload the video into your wiki first. You can upload the video just like an image (''Global actions > Upload file''). The following video formats are supported: '''mp4, ogv, flv, webm''' ===Optional arguments=== You can configure the player with the following arguments: {| class="contenttable-blue" |- ! class="background-color" style="width:100px;" |Argument ! class="background-color" style="width:300px;" |Description ! class="background-color" style="width:150px;" |Type ! class="background-color" style="width:150px;" |Default |- ||''width'' ||Width of the video ||int ||320 |- ||''height'' ||Height of the video ||int ||240 |- ||''autostart'' ||Automatically starts the video when the page is loaded ||bool ||false |- ||''repeat'' ||Automatically repeats the video in a loop ||bool ||false |} '''Example syntax''': <code><nowiki><bs:showtime width="960" height="760" autostart="true">Testvideo.mp4</bs:showtime></nowiki></code> ===Compatibility matrix=== For technical reasons, not all video formats can be played in all browsers. {| class="contenttable-blue" |- ! class="background-color" style="width:150px;" |Format ! class="background-color" style="width:150px;" |Firefox ! class="background-color" style="width:150px;" |Chrome ! class="background-color" style="width:150px;" |Internet Explorer |- ||mp4 ||yes ||yes ||yes |- ||flv ||yes ||yes ||yes |- ||ogv ||yes ||yes | style="" |<span class="col-red">no</span> |- ||webm ||yes ||yes | style="" |<span class="col-red">no</span> |} '''Please note:''' due to VideoJS standards, the player is set back from HTML5 to Flash when playing an flv-file or using Internet Explorer. == Technical details == The video player is enabled by the extension BlueSpicePlayer. An administrator has to add the necessary video extensions to the allowed file extensions in the [[UserManual:Extension/BlueSpiceConfigManager|Config Manager]]. {{Box Links-en|Topic1=[[UserManual:BlueSpicePlayer]]}}<br /> [[en:{{FULLPAGENAME}}]] [[UserManual:De:Handbuch:Video Player]] [[Category:Content]]
Line 1: | Line 1: | ||
− | <bookshelf src="Book:User manual | + | <bookshelf src="Book:User manual" /> |
{{DISPLAYTITLE:Video Player}} | {{DISPLAYTITLE:Video Player}} | ||
__TOC__ | __TOC__ |