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; }