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.