videos v0.17

Version: 0.17


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.17 implements support for Privacy Friendly Analytics and removes references to the old Piwik system.

  • Switches to using a docker based uglify (keeping my desktop a bit tidier)
  • Remove Piwik call and uses privacy friendly analytics instead

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.17