OMwiki:Reuse

(Difference between revisions)
(publish instructions on remote embedding)
m (Embed code: fix line breaking)
Line 13: Line 13:
Use the embed code for either the entire meeting or a clip -- note the embed code changes according to if you are looking at the entire meeting (click "Meeting Overview") or just a clip (streams default to the first 20 min.).  This provides a playback wrapper and bundled transcripts.
Use the embed code for either the entire meeting or a clip -- note the embed code changes according to if you are looking at the entire meeting (click "Meeting Overview") or just a clip (streams default to the first 20 min.).  This provides a playback wrapper and bundled transcripts.
-
Example: [http://html5videotest.blogspot.com/ http://html5videotest.blogspot.com/]
+
:''Example'': [http://html5videotest.blogspot.com/ http://html5videotest.blogspot.com/]<br>
:Be sure to click the caption button on the bottom edge.
:Be sure to click the caption button on the bottom edge.
Line 20: Line 20:
<pre><script src='http://openmeetings.org/w/js2/mwEmbed/mv_embed.js' type='text/javascript'></script></pre>
<pre><script src='http://openmeetings.org/w/js2/mwEmbed/mv_embed.js' type='text/javascript'></script></pre>
-
bit into the HTML <pre><head></pre>.  Note that use of transcluded JavaScript is not necessarily "safe" from a browser security standpoint, and that remote site traffic data is sent to OpenMeetings.org.
+
bit into the HTML <code><head></code>.  Note that use of transcluded JavaScript is not necessarily "safe" from a browser security standpoint, and that remote site traffic data is sent to OpenMeetings.org.
-
 
+
===Copying raw video===
===Copying raw video===

Revision as of 06:46, 10 February 2010

Contents

Remote Embedding

Simple hyperlinking, plan A

Link to the Internet Archive item description page. This is "safe" but the video is slightly obfuscated pending better in-browser playback.


Simple hyperlinking, plan B

Link directly to any OpenMeetings.org page. This should be fine for playback in mid-Atlantic area, but fairly spotty for other areas due to a lack of a content delivery network and use of shared hosting. This goes for embed code too, but perhaps to a lesser extent as there's less JavaScript involved.


Embed code

Use the embed code for either the entire meeting or a clip -- note the embed code changes according to if you are looking at the entire meeting (click "Meeting Overview") or just a clip (streams default to the first 20 min.). This provides a playback wrapper and bundled transcripts.

Example: http://html5videotest.blogspot.com/
Be sure to click the caption button on the bottom edge.

Also, it may help to move the:

<script src='http://openmeetings.org/w/js2/mwEmbed/mv_embed.js' type='text/javascript'></script>

bit into the HTML <head>. Note that use of transcluded JavaScript is not necessarily "safe" from a browser security standpoint, and that remote site traffic data is sent to OpenMeetings.org.

Copying raw video

Copy the raw video, or clips thereof, into the remote site via the <video> tag. This approach is a bit advanced; the embed code takes care of a lot of in-browser playback magic.

To obtain valid clips, use a URL of the following form:

http://openmeetings.org/archives/name.ogv?t=0:20:00/0:24:22

Also, please check that the wiki has the correct MIME types registered for Xiph media: see http://wiki.xiph.org/index.php/MIMETypesCodecs http://wiki.xiph.org/index.php/MIMETypesCodecs

All videos and text are published under the CC-BY 3.0 U. S. or CC-BY-SA 3.0. copyright licenses.  Details.