探索,發現,愛好、學習,記錄,分享。
學海無涯,天涯若比鄰,三人行,必有我師。

关于内外网全站播放器更换的通告

本日起,网站正式更换播放器啦。

原有的媒体播放器代码都会在本日全部转换成新的格式,为了方便大家嵌入使用,现在公布使用的代码。

##Video Shortcode Options

mp4

The location of the h.264/MP4 source for the video.

[videojs mp4="http://video-js.zencoder.com/oceans-clip.mp4"]
[videojs mp4="https://drive.thefreesky.com/file/2014XXXX.mp4" width="640" height="480" ]

ogg

The location of the Theora/Ogg source for the video.

[videojs ogg="http://video-js.zencoder.com/oceans-clip.ogg"]

webm

The location of the VP8/WebM source for the video.

[videojs webm="http://video-js.zencoder.com/oceans-clip.webm"]

youtube

The location of the YouTube source for the video.

[videojs youtube="http://www.youtube.com/watch?v=DJU6ppZAaec"]

poster

The location of the poster frame for the video.

[videojs poster="http://video-js.zencoder.com/oceans-clip.png"]

width

The width of the video.

[videojs width="640"]

height

The height of the video.

[videojs height="264"]

preload

Start loading the video as soon as possible, before the user clicks play. Use ‘auto’, ‘metadata’, or ‘none’. Auto will preload when the browser or device allows it. Metadata will load only the meta data of the video.

[videojs preload="auto"]

autoplay

Start playing the video as soon as it’s ready. Use ‘true’ or ‘false’.

[videojs autoplay="true"]

loop

Causes the video to start over as soon as it ends. Use ‘true’ or ‘false’.

[videojs loop="true"]

controls

Use ‘false’ to hide the player controls.

[videojs controls="false"]

id

Add a custom ID to your video player.

[videojs id="movie-id"]

class

Add a custom class to your player. Use full for floating the video player using ‘alignleft’ or ‘alignright’.

[videojs class="alignright"]

Tracks

Text Tracks are a function of HTML5 video for providing time triggered text to the viewer. To use tracks use the [track] shortcode inside of the shortcode. You can set values for the kind, src, srclang, label, and default attributes. More information is available in the Video.js Documentation.

[videojs][track kind="captions" src="http://video-js.zencoder.com/oceans-captions.vtt" srclang="en" label="English" default="true"][/videojs]

All Attributes Example

[videojs mp4="http://video-js.zencoder.com/oceans-clip.mp4" ogg="http://video-js.zencoder.com/oceans-clip.ogg" webm="http://video-js.zencoder.com/oceans-clip.webm" poster="http://video-js.zencoder.com/oceans-clip.png" preload="auto" autoplay="true" width="640" height="264" id="movie-id" class="alignleft" controls="false"][track kind="captions" src="http://example.com/path/to/captions.vtt" srclang="en" label="English" default="true"][/videojs]

##Video.js Settings Screen

The values set here will be the default values for all videos, unless you specify differently in the shortcode. Uncheck “Use CDN hosted version?” if you want to use a self-hosted copy of Video.js instead of the CDN hosted version. Using the CDN hosted version is preferable in most situations.

If you are using a responsive WordPress theme, you may want to check theResponsive Video checkbox.

Uncheck the Use the shortcode? option only if you are using WordPress 3.6+ and wish to use the tag for MediaElement.js. You will still be able to use the [videojs] tag to embed videos using Video.js.

版權聲明:本文采用知識共享 署名4.0國際許可協議 [BY-NC-SA] 進行授權
轉載事宜:如需轉載需徵得應允,轉載必須注明來源於本站的信息。
文章名称:《关于内外网全站播放器更换的通告》
文章链接:https://www.thefreesky.com/blog/6874.html
本站資源僅供個人學習交流,請於下載後24小時內刪除,不允許用於商業用途,否則法律問題自行承擔。

評論 抢沙发