![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Trying to access live video at http://www.bloomberg.com/tv/ and keep getting message "No video with supported format and MME type found".
Same problem occurs in IE only the error message is "Error: unsupported video type or invalid file path".
Giải pháp được chọn
The "No video with supported format and MME type found" error is usually caused by web pages that use the HTML5 media player to play a video and either no suitable format is available or the server isn't configured properly and doesn't send the file with a supported MIME type.
- https://developer.mozilla.org/Properly_Configuring_Server_MIME_Types
- https://developer.mozilla.org/How_Mozilla_determines_MIME_Types
The Browser Console (Firefox/Tools > Web Developer) shos:
HTTP "Content-Type" of "audio/x-mpegurl" is not supported. Load of media resource http://live.bltvios.com.edgesuite.net/tv/us/master.m3u8 failed. tv All candidate resources failed to load. Media load paused.Đọc câu trả lời này trong ngữ cảnh 👍 1
Tất cả các câu trả lời (1)
Giải pháp được chọn
The "No video with supported format and MME type found" error is usually caused by web pages that use the HTML5 media player to play a video and either no suitable format is available or the server isn't configured properly and doesn't send the file with a supported MIME type.
- https://developer.mozilla.org/Properly_Configuring_Server_MIME_Types
- https://developer.mozilla.org/How_Mozilla_determines_MIME_Types
The Browser Console (Firefox/Tools > Web Developer) shos:
HTTP "Content-Type" of "audio/x-mpegurl" is not supported. Load of media resource http://live.bltvios.com.edgesuite.net/tv/us/master.m3u8 failed. tv All candidate resources failed to load. Media load paused.