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".
Zgjidhje e zgjedhur
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.Lexojeni këtë përgjigje brenda kontekstit 👍 1
Krejt Përgjigjet (1)
Zgjidhja e Zgjedhur
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.