Firefox issue with VideoJs MP4 videos

Firefox issue with VideoJs MP4 videos

by Matt Sawatzky -
Number of replies: 1

I wrote a custom plugin for our company, to display videos in a gallery.

We want to use videojs as the player, since that's installed as default in Moodle.

We launch a modal which is populated with the template below for each video.

The video source is rendered correctly.

My implementation is as follows in a mustache template:


Everything works great with the Chrome browser but testing in Firefox, some but not all of the videos will forever spin the wheel.

No console errors except for two warnings:

- All candidate resources failed to load. Media load paused
- MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead.

Once one video spins the wheel the rest of the videos will do the same.

In the code above preload is set to none. It was first failing with auto and I was testing it with none. Same result.
Average of ratings: -
In reply to Matt Sawatzky

Re: Firefox issue with VideoJs MP4 videos

by PAUL RAINE -

Hi Matt, did you ever find a solution to this problem?

I am having similar issues with Video JS stream MP4 from AWS S3. Videos play in Chrome but not FF.

I'm guessing it must be a codec issue.


Cheers,

Paul

Attachment Screen Shot 2020-07-02 at 5.54.12 PM.png