JW Player multimedia filter (split from Re: Wasn't there a dedicated forum for videos?)

JW Player multimedia filter (split from Re: Wasn't there a dedicated forum for videos?)

by Ruslan Kabalin -
Number of replies: 4
Picture of Core developers Picture of Moodle HQ Picture of Moodle Workplace team Picture of Peer reviewers Picture of Plugin developers

Just a comment that JW Player Moodle filter new version (with JW7 support) has just been released: https://moodle.org/plugins/filter_jwplayer

It has been refactored to use AMD API.  Among another big things is logging, so that user actions in player interface are reflected in course reports. And obviously it brings all new JW 7 features to your Moodle as well smile

Average of ratings: -
In reply to Ruslan Kabalin

Re: Wasn't there a dedicated forum for videos?

by Matt Bury -
Picture of Plugin developers

Hi Ruslan,

Thanks for sharing. I'm trying it out now. Some preliminary observations:

Plays back WebM video without issues from:

Plays back MP4 video from:

However, came across an issue with the audio playing on page load independently of the video play back. Purging all caches seemed to stop that from happening.

Plays back F4V video over RTMP from: rtmp://cp67126.edgefcs.net/ondemand/mp4:mediapm/osmf/content/test/sample1_700kbps.f4v automatically switching over to the JW Flash Player.

Doesn't affect Youtube links, but Moodle's standard multimedia filter does, and JW Player appears to take priority, overriding video links that it does embed.

I set it to "responsive" in the admin settings and the player window adjusts to the available width on the page. Nice! smile

Had a look at the course live logs. The last 3 entries reported as:

Time
User full name
Affected user
Event context
Component
Event name
Description
Origin
IP address
2 Dec, 14:12Matt Bury-Forum: Video embed (for testing filters and players)filter_jwplayerMedia playback completedThe user with id 2 has completed viewing the video sample1_700kbps.f4v in the context 70 with instance id 3.web127.0.0.1
2 Dec, 14:12Matt Bury-Forum: Video embed (for testing filters and players)filter_jwplayerMedia playback stoppedThe user with id 2 has stopped playback of the video rtmp://cp67126.edgefcs.net/ondemand/mp4:mediapm/osmf/content/test/sample1_700kbps.f4v at 112.3sweb127.0.0.1
2 Dec, 14:11Matt Bury-Forum: Video embed (for testing filters and players)filter_jwplayerMedia playback startedThe user with id 2 has started playback of the video rtmp://cp67126.edgefcs.net/ondemand/mp4:mediapm/osmf/content/test/sample1_700kbps.f4vweb127.0.0.1
Appended: The audio playback issue seems to happen on this forum which presumably isn't using the JW Player filter and uses the standard multimedia filter. Bug?
In reply to Ruslan Kabalin

Re: Wasn't there a dedicated forum for videos?

by Matt Bury -
Picture of Plugin developers

Ruslan, are there any plans to create an Atto JW Player wizard so that users can set some of the parameters of embedded videos, similar to what I've suggested earlier in this discussion?

In reply to Matt Bury

Re: JW Player multimedia filter

by Ruslan Kabalin -
Picture of Core developers Picture of Moodle HQ Picture of Moodle Workplace team Picture of Peer reviewers Picture of Plugin developers

No plans to have atto plugin for now. But with JW Player filter you can pass player parameters using data-jwplayer-* tag in the link, for instance you can add subtitles or poster screen that will be shown before play button is clicked, or configure some other player parameters.