videos v0.19.1

Version: 0.19.1


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.19.1 is a bugfix release, it addresses an issue when there are multiple videos embedded on a single page with the new embedding mechanism.

  • Fixes websites/videos.bentasker.co.uk#5

As of the release of v0.19, embeds should refer only to the minified embed script and should embed using the div method:

<div style="width: 60%">
    <script type="text/javascript" 
            src="https://videos.bentasker.co.uk/resources/embed/embed.min.js"></script>
    <div class="embedBensPlayer" data-src='2017/201705_Lua_split_string/lua_string_split.mp4_master.m3u8'></div>
    </script>
</div>

Player example

The following player uses release 0.19.1