Release Notes
- Details
-
Parent Category: Release Notes
-
Published: Sunday, 15 December 2019 13:49
-
Written by Ben Tasker
Version: 0.15
Project Info
videos.bentasker.co.uk is used to embed platform agnostic videos into various sites, including www.bentasker.co.uk and https://snippets.bentasker.co.uk.
It provides the means to organise videos as well as to trivially reference them from other locations.
Release Notes
Version 0.15 implements support for M3U playlists whilst resolving browser lockup issues where an incorrect mimetype is supplied
An overview of issues for this release can be seen in the JIRA Mirror
New Features
- VID-5: M3U Support
- VID-14: Browser tab will lock up if video is not HLS and mimetype omitted
Read more: videos v0.15
- Details
-
Parent Category: Release Notes
-
Published: Friday, 19 April 2019 11:09
-
Written by Ben Tasker
Version: 0.13
Project Info
videos.bentasker.co.uk is used to embed platform agnostic videos into various sites, including www.bentasker.co.uk and https://snippets.bentasker.co.uk.
It provides the means to organise videos as well as to trivially reference them from other locations.
Release Notes
Version 0.14 is a feature release, and implements support for request tokenisation
An overview of issues for this release can be seen in the JIRA Mirror
New Features
- VID-10: Embed script now supports fetching a client specific token from a minting endpoint
- VID-11: Example token minter
- VID-12: Example token validator
- VID-13: Example minter/validator extended to support protection of entire HLS stream
Read more: videos v0.14
- Details
-
Parent Category: Release Notes
-
Published: Wednesday, 27 March 2019 18:49
-
Written by Ben Tasker
Version: 0.12
Project Info
videos.bentasker.co.uk is used to embed platform agnostic videos into various sites, including www.bentasker.co.uk and https://snippets.bentasker.co.uk.
It provides the means to organise videos as well as to trivially reference them from other locations.
Release Notes
Version 0.12 is the first release into production, and implements various new features
An overview of issues for this release can be seen in the JIRA Mirror
New Features
- VID-2 - Minification of various JS resources
- VID-3 - Certain JS dependancies are only loaded if the video is of a type that demands them
- VID-4 - Support for multiple players on the same page
- Details
-
Parent Category: Release Notes
-
Published: Tuesday, 02 April 2019 17:57
-
Written by Ben Tasker
Version: 0.13
Project Info
videos.bentasker.co.uk is used to embed platform agnostic videos into various sites, including www.bentasker.co.uk and https://snippets.bentasker.co.uk.
It provides the means to organise videos as well as to trivially reference them from other locations.
Release Notes
Version 0.13 is a feature release, and brings some general improvements
An overview of issues for this release can be seen in the JIRA Mirror
New Features
- VID-6: Inserted pings to analytics so video performance can be tracked
- VID-7: Identified and documented non-player caused playback issue on Android
- VID-8: Created a player page (https://videos.bentasker.co.uk/Player.html)
- VID-9: Schema.org microdata markup is also now injected into the page
- VID-1: Minified the embed code
As of the release of v0.13, embeds should refer only to the minified embed script:
<div style="width: 60%">
<script type="text/javascript"
src="https://videos.bentasker.co.uk/resources/embed/embed.min.js"></script>
<script type="text/javascript">
embedBensPlayer('2017/201705_Lua_split_string/lua_string_split.mp4_master.m3u8');
</script>
</div>
Player example
The following player uses release 0.13