diff --git a/ui/component/viewers/videoViewer/internal/videojs.jsx b/ui/component/viewers/videoViewer/internal/videojs.jsx index a23bd5dd2..a67c80139 100644 --- a/ui/component/viewers/videoViewer/internal/videojs.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs.jsx @@ -510,7 +510,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; }