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".
선택된 해결법
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.문맥에 따라 이 답변을 읽어주세요 👍 1
모든 댓글 (1)
선택된 해결법
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.