jwplayer filter CDN Video Filter

Filters ::: filter_botr
Maintained by Guido bei der ArbeitGuido Hornig
Put videos from Jwplayer.com into your moodle text.

jwplayer filter CDN Video Filter 2.0 for Moodle 3.7 (Build: 2019101600)

Moodle 3.5, 3.6, 3.7
Released: 2019年 10月 30日(週三) 20:10

moodle_filter_botr

Content Delivery Network - filter for moodle3.7 using content at "JWPlayer" (formerly "Bits on the run"). This filter turns JWPlayer video links into signed URLs. This effectively prevents leeching. No HTML or SCRIPT tags needed.

JWPlayer is a comercial video CDN service and offers free professional CDN for everybody. This makes it very attractive for teachers and schools to put large size content there instead of loading videos to the moodle data server.

Example:

[botr 2lje3kQV] with default player (see settings)

[botr 2lje3kQV-g3rjbt3f] with individual player (see settings)

These plain text links can be inserted into any text (page, forum, quiz etc.) in moodle, that is filtered. A link will be translated into a singed link to the external resource at jwplayer.com video CDN service.

Use the moodle_repository_botr https://github.com/actXc/moodle_repository_botr plugin to get the links very easy from the JWPlayer platform.

Option: signed links with timeout

If a timeout is specified, a link can not be used longer than the timeout defines. If the link is stolen, if becomes useless after a while. This does not protect you video from beeing screen copied, but it makes it really difficult to reuse the link some where else.

Settings

The settings need to be set in the moodle settings using the admin interface: - API-Secret and API-Key (provided to every user of jwplayer.com (at API-dashboard)

  • Timeout (how long the link will remain)

  • DNS-Mask (your content can have one. If you need one, DNS mask contentserver to serve feeds, players, thumbs and videos under your own domain. To make this work, set a CNAME record in your domain DNS settings. Contact your hosting provider.

  • default player (create a player in Player-dashboard and add the code here to play every video with the same player, or add a player-code individual to a link.)

The filter was created by Guido Hornig, http://actXcellence.de and comes without any warranty. It worked for me and my environment. Do not expect any service.

Installation:

  1. put all files into the folder moodle/filter/botr
  2. go to moodle site administration -> notification (the filter should be listed)
  3. install
  4. do the set up

Set up:

  1. go to site administration -> plugin -> filter ->botr filter
  2. add you credentials etc.
  3. enable the filter where it is needed, by default the botr filter is disabled. You can change this under Plugins > Filters. The plugin in can be activated for every entity or for a whole course etc.

Report your experience here.

Version information

Version build number
2019101600
Version release name
2.0 for Moodle 3.7 (Build: 2019101600)
Maturity
穩定版
MD5 Sum
46239a0b36376081a5dfd142ea7324aa
Supported software
PHP 5.6, PHP 7.0, PHP 7.1, PHP 7.2, Moodle 3.5, Moodle 3.6, Moodle 3.7
  • Latest release for Moodle 3.5
  • Latest release for Moodle 3.6
  • Latest release for Moodle 3.7

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
moodle_37
VCS tag
v2019101600

Default installation instructions for plugins of the type Filters

  1. Make sure you have all the required versions.
  2. Download and unpack the filter plugin.
  3. Place the folder (eg "myfilter") in the "filter" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation