Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you have an .mp4 or .flv file that uses the H.264 video codec, you can attach the video to any confluence page and allow it to be played embedded inside the page, with the help of jwplayer. I've created two custom Confluence macros for this purpose:

...

Example

This wiki markup embeds the an mp4 video. It requires three parameters:

  1. num (the unique number of this video on the page)
  2. height (the height of the player)
  3. width (the width of the player)
  4. url (the url of the .mp4 attachment)

The flv Macro

Code Block

{mp4:num=1|width=352|height=240|url=https://wiki.duraspace.org/}

Here's what it looks like when viewed on a page:

Mp4
num1
width352
urlhttps://wiki.duraspace.org/
height240

If you have an flv video, just use flv as the name of the macro insteadThis does exactly the same thing as the mp4 macro, but says "Download FLV" instead of "Download MP4".

JWPlayer Attachments

The following attachments are from the jwplayer distribution, and are available via http://static.duraspace.org/jwplayer/

...