Video Macro
Displays videos from YouTube, Dailymotion, Vimeo, attachement videos and DASH videos |
Type | XAR |
Category | |
Developed by | Oana Tabaranu, Sergiu Dumitriu, Ludovic Dubost, Vincent Massol, Yann Flory, Mohamed Boussaa |
Active Installs | 307 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
The Video Macro displays videos from YouTube, Dailymotion, Vimeo and plays a video attached to your wiki page using Video.js library. mp4, webm and ogv formats are supported.
The Video Macro can also play attached videos using Dynamic Adaptive Streaming over HTTP (DASH) technique.
You can create DASH videos in your wiki using the XWikiTube extension. Find more details here: XWikiTube application
Usage
Play a video online:
Play a video in an attachment:
Play a Dynamic Adaptive Streaming over HTTP video (DASH).
Parameters definition
Name | Value | Description |
---|---|---|
url | String | The URL of your video's page. It has to be the address of a Google video, a YouTube video (including shorten URLs), a Vimeo video or a Dailymotion or Dailymotion Cloud video taken from its original page. |
width | Number | The width of the embedded video, in percentages. By default a size of 100% is used. |
height | Number | The height of the embedded video, in pixels. By default a height of 400 pixels is used. |
reference | String | The name of the entity to consider in case of an attachment video. See the Model module to understand the concept of references. Available since XWiki 3.4M1. |
attachment | String | The name of the video attachment. |
dash | String | The document in which the manifest.mpd file and the video streams are attached. |
videoPoster | String | The poster of the video is an image attachment that will be displayed before starting playing the video. |
ratio | String | Possible values: '1:1', '4:3', '16:9' and '21:9'. When this parameter is provided, the width and height are reset to 100% and the video is fit in the parent container. Available since version 1.13 of the macro. |
Sample Code
{{video url="http://www.youtube.com/watch?v=Titn-yAh74A" ratio="16:9"/}}
{{video url="http://youtu.be/Titn-yAh74A" /}}
{{video url="http://y2u.be/Titn-yAh74A" /}}
{{video url="http://www.dailymotion.com/relevance/search/xwiki/video/x9x04h_wiki-et-reseau-social-xwiki-et-blue_tech"/}}
{{video url="http://api.dmcloud.net/player/embed/4e709e80f325e11e5f000025/4f60ab6af325e17d8b0006e4?auth=1353013153-0-o40jn5ab-bd93c99f957be98e0723359e78436552" /}}
{{video url="http://www.vimeo.com/6433080"/}}
{{video attachment="my-video.mp4" reference="page1.page2.WebHome"/}}
{{video attachment="my-video.webm" videoPoster="poster.jpg"/}}
{{video dash="Videos.MyVideo"/}}
Screenshots
YouTube video
Vimeo video
Dailymotion video
Attachment video
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.
You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:
- Log in the wiki with a user having Administration rights
- Go to the Administration page and select the Import category
- Follow the on-screen instructions to upload the downloaded XAR
- Click on the uploaded XAR and follow the instructions
- You'll also need to install all dependent Extensions that are not already installed in your wiki
Call the macro using the wiki editor (use {{video url="URL"/}} syntax ) or the Wysiwyg editor ( choose Macro>Insert Macro... from the menu and then Video from the list of macros).
Release Notes
v1.14.1
v1.14
v1.13
v1.12
v1.11
v1.10
v1.9
v1.8
No changes!
v1.7
v1.6
v1.5
Dependencies
Dependencies for this extension (org.xwiki.contrib:macro-video 1.14.1):
- org.xwiki.platform:xwiki-platform-rendering-macro-velocity 7.4
- org.xwiki.platform:xwiki-platform-rendering-macro-code 7.4
- org.xwiki.rendering:xwiki-rendering-macro-html 7.4
- org.webjars:video-js 4.11.4
- org.webjars:dash.js 1.4