From abb7ae54e3a03e6858b90848f094be9d82ad3fd0 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 20 Jul 2021 14:18:55 -0400 Subject: [PATCH] test2 --- ui/component/viewers/videoViewer/internal/videojs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/viewers/videoViewer/internal/videojs.jsx b/ui/component/viewers/videoViewer/internal/videojs.jsx index 62dd09a0c..552278a03 100644 --- a/ui/component/viewers/videoViewer/internal/videojs.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs.jsx @@ -509,7 +509,7 @@ export default React.memo(function VideoJs(props: Props) { // do we need to check if explicitly redirected // or is checking extension only a safer method if (response && response.redirected && response.url && response.url.endsWith('m3u8')) { - finalType = 'application/x-mpegURL'; + finalType = 'application/vnd.apple.mpegurl'; finalSource = response.url; }