8000 Release JW Player 7.2.0 · jwplayer/jwplayer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JW Player 7.2.0

Compare
Choose a tag to compare
@robwalch robwalch released this 15 Nov 23:18
· 6748 commits to master since this release

This is the open-source release of JW Player 7.2.0. To find out more about the commercial release and features see http://support.jwplayer.com/customer/portal/articles/1403726-jw-player-7-release-notes

Features

Content Preload - Provides faster video startup by preloading media metadata, and/or starting to download the actual media. This is configured by setting a "preload" value of "metadata", "auto" or "none" in the setup options. If no value is set, the player will default to "meta". For html5 playback this maps to the video tag's preload attribute.

jwplayer('player-container').setup({
    file: 'video.mp4',
    preload: 'auto'
});

CDN Hosted Player

The commercial build is available at these locations. This release also includes updates to the sharing and related video plugins:
http://ssl.p.jwpcdn.com/player/v/7.2.1/jwplayer.js
https://ssl.p.jwpcdn.com/player/v/7.2.1/jwplayer.js

0