mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
---
|
|
title: 4.2.2 Patch Release
|
|
description: Video.js 4.2.2 fixes two critical bugs including a Firefox race condition during video loading that broke playback and an issue where duration would get stuck at 0:00 when loading the player dynamically.
|
|
canonical: https://videojs.org/blog/4-2-2-patch-release
|
|
tags:
|
|
- version
|
|
authors: [steve-heffernan]
|
|
---
|
|
|
|
|
|
Two bugs have been squashed with this patch:
|
|
|
|
- An issue most commonly seen in Firefox where video playback would break when a race condition would occur during video loading ([#756](https://github.com/videojs/video.js/issues/756))
|
|
- An issue where the duration would get stuck at 0:00 when loading the player dynamically ([#775](https://github.com/videojs/video.js/issues/775))
|
|
|
|
[See the changes made](https://github.com/videojs/video.js/pull/776/files)
|
|
|
|
This version can be downloaded on [videojs.com](http://www.videojs.com), is available on the CDN, and the existing /4.2/ CDN version has been updated to 4.2.2\. (may take time to propagate to your area)
|
|
|
|
Cheers,
|
|
|
|
-heff
|