Skip to content

Releases: jwplayer/jwplayer

JW Player 7.8.0

30 Nov 22:16
Compare
Choose a tag to compare

This is the public source release of JW Player 7.8.0.

The commercial release has been tagged 7.8.1 and contains additional features and fixes not present in this project. Create an account at https://dashboard.jwplayer.com/ to gain access to our video platform and commercial player.

Follow our product release notes here https://developer.jwplayer.com/jw-player/docs/developer-guide/release_notes/release_notes_7/#version78

v7.4.3

26 May 20:28
Compare
Choose a tag to compare
7.4.3

v7.4.2

13 May 14:01
Compare
Choose a tag to compare

v7.3.3

24 Feb 23:27
Compare
Choose a tag to compare
7.3.3

JW Player 7.3.2

22 Feb 22:06
Compare
Choose a tag to compare

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

Items addressed in this release:
https://github.com/jwplayer/jwplayer/issues?utf8=%E2%9C%93&q=milestone%3Av7.3.2

JW Player 7.3.1

19 Feb 22:27
Compare
Choose a tag to compare

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

JW Player 7.3.0

01 Feb 22:35
Compare
Choose a tag to compare

This is the open-source release of JW Player 7.3.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

JW Player 7.2.1

17 Nov 16:49
Compare
Choose a tag to compare

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

Changes since 7.2.0

The default preload setting in now unset. If preload is not defined in the setup options, a preload attribute will not be added to video tags, and no preloading will occur in the Flash player. Preload must explicitly be set to "auto", "metadata" or "none". "metadata" is also disabled in Flash for progressive downloads because it could lead to the entire mp4 being downloaded.

CDN Hosted Player

The commercial build is versioned at 7.2.2 and depends on this build. It is available at these locations:
http://ssl.p.jwpcdn.com/player/v/7.2.2/jwplayer.js
https://ssl.p.jwpcdn.com/player/v/7.2.2/jwplayer.js

JW Player 7.2.0

15 Nov 23:18
Compare
Choose a tag to compare

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

JW Player 7.1.4

07 Oct 15:59
Compare
Choose a tag to compare

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

Fixes

This patch deals specifically with Flash playback issues caused by Chrome's Power Save feature. The player UI now hides when in a throttled state, displaying only the swf object element. Clicking on the throttled "play" button or right clicking and selecting "Run Flash" resumes playback from where it left off.

Known Issues

We have not yet dealt with handing Chrome's Power Saving impact on audio only players (#679). Two work-arounds are available - self host the jwplayer.flash.swf on the same origin or query the object tag and set it's width and height to less than 5 pixels. The latter will be the default behavior for audio only players in 7.2.

CDN Hosted Player

The commercial build is available at these locations:
http://ssl.p.jwpcdn.com/player/v/7.1.4/jwplayer.js
https://ssl.p.jwpcdn.com/player/v/7.1.4/jwplayer.js