From ca9eaa054d615a21a411fb2543af1fc835f036db Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 20 Jul 2021 13:17:45 -0400 Subject: [PATCH] test --- 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 44a2f8fab..a23bd5dd2 100644 --- a/ui/component/viewers/videoViewer/internal/videojs.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs.jsx @@ -639,7 +639,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; }