From bed6bec6270166d533a1c7c0193acd5e9c29bb29 Mon Sep 17 00:00:00 2001 From: Matthew Neil Date: Tue, 27 Jun 2017 14:20:34 -0400 Subject: [PATCH] update mux.js to 4.1.5 and videojs-contrib-media-sources to 4.4.6 (#1180) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * `hls-608` usage event triggered on `tech` * Only flush PES packets from TS parsing front end when they are complete * Complete is defined as any time PES_packet_length matches the data’s length OR is a video packets * Works around an issue with incomplete packets getting sent down the pipeline when the source has audio PES packets split between segments --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f65361d..172fa533 100644 --- a/package.json +++ b/package.json @@ -92,10 +92,10 @@ "aes-decrypter": "1.0.3", "global": "^4.3.0", "m3u8-parser": "2.1.0", - "mux.js": "4.1.4", + "mux.js": "4.1.5", "url-toolkit": "1.0.9", "video.js": "^5.19.1", - "videojs-contrib-media-sources": "4.4.5", + "videojs-contrib-media-sources": "4.4.6", "webworkify": "1.0.2" }, "devDependencies": {