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.