Trying to embed a video file in HTML5: ERROR=No video with supported format and MIME type found?

Hello all!
I am desparate for a solution. I am testing my site on Firefox and Explorer and still no sign of a functional video yet.
Firefox: I get the error: No video with supported format and MIME type found.
Explorer: I just get a distorted layout.
Here is the code I am working on:
<table id="Table_01" width="480" height="801" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td colspan="6">
            <img src="images/Video_01.jpg" width="480" height="114" alt=""></td>
    </tr>
    <tr>
        <td rowspan="3">
            <img src="images/Video_02.jpg" width="52" height="486" alt=""></td>
        <td colspan="4">
           <video controls width="376" height="221">
             <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).mp4" type="Video/Mp4"/>
             <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).webm" type="Video/WebM"/>
             <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).oggtheora.ogv" type="Video/Ogg"/>
             </video>
Please tell me that there is something missing in the code. I have spent a lot of time uninstalling-updating Firefox plugins, added MIME types in the Internet Information Manager (I'm on Windows 7)
and  seriuously hit a dead end with this!
Any advice would be muchly appreciated!!!
Thanks
~LA

As Jon said, you must declare the page as HTML5.
And your server may not be set up to deliver video as a binary file if it is an .OGG file. I have not seen this problem with .MP4 or .M4V in the past, but every server is a little different.
To add a MIME type, you need to change your .htaccess file on an Apache server thusly:
AddType audio/ogg .oga
AddType video/ogg .ogv
AddType application/ogg .ogg
AddHandler application-ogg .ogg .ogv .oga
Additionally, MIME types can usually be changed on a server's Control Panel. One can also ask one's hosting provider to do this as well.
Firefox makes it necessary to use OGG files. Webkit-based browsers will deal with .M4V or .MP4 and I understand Internet Exploder will work with the latter two as well.

Similar Messages

  • No video with supported formate and mime type found

    I am able to view videos on all but 1 website: http://www.start-american-sign-language.com/free-sign-language-asl1.html
    When I view that page, the video box only shows the x with "no video with supported formate and mime type found" being displayed.
    I have updated to the most recent palemoon (25.3.0) and have the following plugins installed
    DRM 9.0.0.4503
    Shockwave flash 16.0.0.305
    Silverlight 5.1.30514.0
    VLC Web Plugin 2.2.0.0
    Windows media Player Dynamic Link LIbrary 3.0.2.629
    I have cleared my cache and cookies, and am unable to view the video in question. If I go to https://www.youtube.com/html5, it indicates that I have an operable Webelement player and Web VP8, and all others are exclamation points.
    Does anyone know why I can't watch the (mp4) video(s) in question? I have turned up no viable solutions using the forums or google.
    Thanks!

    This happens when there is no support in your Windows XP version to play any of the media file formats that the website offers with the HTML5 media player (i.e. not a Flash player is used, but a video tag).
    That are MP4 files with type="video/mp4"
    *VLC shows: Codec: H264 - MPEG-4 AVC (part 10) (avc1)
    You might be out of luck on Windows XP and your only option would be to use an external media player and paste the links in its location field.

  • Many youtube videos will not play in Firefox - I get the error message - "no video with supported format and MIME type found"

    this is a recent problem - the videos play in Chrome and Explorer, but not in Firefox

    This happens if Firefox uses the HTML5 media player and can't play the media file.
    Detecting Playback (HTMLMediaElement.prototype.canPlayType):
    *https://developer.mozilla.org/Apps/Build/Audio_and_video_delivery/H.264_support_in_Firefox

  • No video with supported format and mime-type found firefox 20 windows 7 and mac os 10.8.3

    This code work in explorer, crome, omniweb and safari but not in firefox. I have also tried on other computers.
    <pre><nowiki><video width="540" height="380" poster="../image/min_släkt.png" controls="controls" >
    <source src="../film/mata_in.webm" type="video/webm"/>
    <source src="../film/mata_in.mp4" type="video/mp4"/>
    <source src="../film/mata_in.ogg" type="video/ogg"/>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="540" height="380" id="FLVPlayer">
    <param name="movie" value="FLVPlayer_Progressive.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=../film/infoga_bild&amp;autoPlay=false&amp;autoRewind=true" />
    <param name="swfversion" value="8,0,0,0" />
    <!-- Den här parametertaggen uppmanar användare med Flash Player 6.0 r65 eller senare att hämta den senaste versionen av Flash Player. Ta bort den om du inte vill att användare ska se uppmaningen. -->
    <param name="expressinstall" value="../../Scripts/expressInstall.swf" />
    <!-- Nästa objekttagg är för webbläsare som inte är IE. Dölj den för IE med hjälp av IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="540" height="380">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=../film/infoga_bild&amp;autoPlay=false&amp;autoRewind=true" />
    <param name="swfversion" value="8,0,0,0" />
    <param name="expressinstall" value="../../Scripts/expressInstall.swf" />
    <!-- Webbläsaren visar följande alternativa innehåll för användare med Flash Player 6.0 eller äldre. -->
    <div>
    <h4>Innehåll på den här sidan kräver en nyare version av Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Hämta Adobe Flash Player" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </video></nowiki></pre>
    Is there anyone who can explain what I do wrong?

    Cor-el you can try: peterahs.se/test/login.php
    it's no problem to show the film when I put the page outside the protected area, and it's exactly the same code as the page that is password protected. ???
    The protected area is to address http://www.distanskurs.net/Slaktforskning/klass1/Dokument/lektion2_doc.php
    user and password are test8

  • No video with supported format and mime type found since upgrading to FF 36.0 in Linux

    Unlike others with this problem I just started experiencing this after an upgrade to 36.0 and instead of Windows I'm running Ubuntu Linux however I'm not running the 'Ubuntu version'.

    ''capot1948 [[#question-1048565|said]]''
    <blockquote>
    Unlike others with this problem I just started experiencing this after an upgrade to 36.0 and instead of Windows I'm running Ubuntu Linux however I'm not running the 'Ubuntu version'.
    </blockquote>
    I neglected to mention that this is only in Facebook

  • I'm trying to play a video but it does not work or load up, issue? No video with supported format or MIME type found issue in Firefox 28.0 Windows vista

    no playback of videos -latest flash player installed and updated add-ons but it still dosn't work. only youtube works but no other site.

    Will you not post the link to the video like I requested, or at least let us know if you can play the videos on the pages I linked to? It would prevent more random guesswork.
    Firefox doesn't try to play files it can't handle. When coming across a direct link to a file that could be handled by a plug-in, but that plug-in isn't installed, Firefox would display a download prompt.<br>
    That's not the issue here, where there's an unsupported format error. That suggests an MP4 file that can't be played. Even if a plug-in that can handle MP4 files were installed, Firefox probably wouldn't use it due to bug 861090.
    Firefox has supported HTML5 H.264 video on Windows Vista since version 22.0. There's no point in installing the very old — and likely abandoned — Windows Media Player plug-in.

  • What is the best converter for video files in mpeg, avi, wmv, mps, etc for imovie and what type of video files does the iMovie use? I recently purchased a MacBook Pro -version 10.10.1. I make movies, but the iMovie does not support my video files.

    What is the converter for video files, to use in the iMovie? My files are mpeg, wmv, mts, avi, etc.  I recently purchased a MacBook Pro - version 10.10.1.

    AppGeeker will do the job.

  • Since I have installed Lion onto my iMac it's impossible to to copy any video file from the mac to an external support (ups-stick, Timecapsule). What's happened? What can I do?

    Since I have installed Lion onto my iMac it's impossible to to copy any video file from the mac to an external support (ups-stick, Timecapsule). What's happened? What can I do?

    If you just did upgrade Lion, give it some time. I recall having similar problems and some articles mention heavy background work after install - such as re-indexing for Spotlight etc. I couldn't even copy from folder to folder or e.g. iphoto to folder on the same disk. Went away after a day or two though.
    I do however still have a problem with AFP access to one of the lion machines - kills it's network adaptors rather quickly. No luck solving this so far :|

  • Video files are playing audio without video (just a black screen)

    Video files are playing audio without video. It just shows a blank screen. These same videos work just fine in Chrome, thogh.

    Try to disable hardware acceleration in Firefox (you need to close and restart Firefox).
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • If am trying to open Indesign cs4 files am getting error plugins required

    i have Adobe Indesign cs4, If am trying to open Indesign cs4 files am getting error plugins required, following plugins are required SCOTCH ROLES.RPLN, SANGAM SERVICER - MAPPER.RPLN, OTICAL KERING.RPLN etc
    After pressing ok again am getting error

    Go to Help > Configure Plugins... and make sure those listed in the first screen are listed and have a checkmark next to them to indicate they are active. That may fix the dictionary problem as well.
    You may also need to reset the prefs. See Replace Your Preferences

  • While trying to import photos from my Canon 5D markIII, iPhoto displays an error message which says unreadable format and the following files could not be imported. Please advise???

    While trying to import photos from my Canon 5D markIII, iPhoto displays an error message which says unreadable format and the following files could not be imported. Please advise???

    the screen shot does not display (a Forum bug ) and if it did it does not answer the questions
    Seriously we can not see you and if you refuse to answer simple questions we can not help
    Need information to help
    what version of iPhoto? Is OS X 10.8 as you state correct for the OS? Has it ever worked? What has changed since it worked? Will Image Capture  ( in your applications folder) import the photos? How are you importing - USB to the camera? USB card reader? built in card reader?
    Any other clues that would help a total stranger who can not see you or your computer assist you?
    LN

  • HT204382 Got a 75MB video file tagged ".flv"  Won't open with Quicktime. What do I need?

    Got a 75MB video file tagged ".flv"  Won't open with Quicktime. What do I need?

    Download vlc player. It plays most formats of video and audio.
    Ryan

  • When I load pages with video contents like m3u8 I can't see the content from firefox because it says "video format or MIME type is not supporte"

    When I open a link like this:
    http://video.gazzetta.it/puntata-milan-kaka-fa-fuori-faraone/4494065a-13b0-11e3-a11e-38d7c867cc00
    I can't see the video content and I get this error message: video format or MIME type is not supported
    I have adobe flash updated
    I tried to reset firefox
    I have vlc installed
    I can correctly see this link with internet explorer. This is a PARADOX!
    Can somebody help me?

    I see that message when the Flash plugin is disabled.<br />
    If the Flash plugin is enabled or set to click-to-play then a Flash player plays the video.<br />
    Otherwise a video tag is created with a link to an m3u8 stream that Firefox apparently doesn't support.
    You can try to disable all other plugins that deal with media files (start with VLC) to see if that helps.

  • How To Get FileType and MIME Type from a File

    Hi,
    I am using following ways to get FileType and MIME Type.
    I am able to get file type, but I am getting MIME Type as */*
    Can any one please let me know how to get MIME Type, but it should not be time consuming process.
    For File Type I am using following Code:
    private String getFileData(InputStream inStream) {
    fileName = C:\temp\temp.tiff
    String filePath = Util.createTempFile(fileName);
    RandomAccessFile raf = new RandomAccessFile(filePath, "rw");
    while (inStream.available() > 0) {
         byte[] buf = new byte[inStream.available()];
         inStream.read(buf);
         raf.write(buf);
    inStream.close();
    raf.close();
    File file = new File(filePath);
    JFileChooser chooser = new JFileChooser();
    String fileType = chooser.getTypeDescription(file);
    file.delete();
    //MIME Type I am getting from
    DataHandler data = new DataHandler(new DocumentSource(inStream));
    data.getContentType();
    data.getContentType() is not working well in all cases.
    Can any one help me on this.
    Thanks in advance,
    Ram.
    Edited by: javausers07 on Apr 15, 2009 4:25 PM

    javausers07 wrote:
    Hi,
    I am using following ways to get FileType and MIME Type.
    I am able to get file type, but I am getting MIME Type as */*
    Can any one please let me know how to get MIME Type, but it should not be time consuming process.
    For File Type I am using following Code:
    private String getFileData(InputStream inStream) {
    fileName = C:\temp\temp.tiff
    String filePath = Util.createTempFile(fileName);
    RandomAccessFile raf = new RandomAccessFile(filePath, "rw");
    while (inStream.available() > 0) {
         byte[] buf = new byte[inStream.available()];
         inStream.read(buf);
         raf.write(buf);
    inStream.close();
    raf.close();
    File file = new File(filePath);Why do you do all above?
    JFileChooser chooser = new JFileChooser();
    String fileType = chooser.getTypeDescription(file);
    file.delete();
    //MIME Type I am getting from
    DataHandler data = new DataHandler(new DocumentSource(inStream));
    data.getContentType();
    data.getContentType() is not working well in all cases.That's because there's no way to get MIME type of all files on all filesystems.
    Kaj

  • Pages is not saving document correctly.  After saving the changes either do not appear or you can not open the file. The error is "not a valid format"  I am in Pages '09 4.1 (923).  I also use Parallels.  Anyone having similar issues?

    Pages is not saving document correctly.  After saving the changes either do not appear or you can not open the file. The error is "not a valid format"  I am in Pages '09 4.1 (923).  I also use Parallels.  Anyone having similar issues?

    I'm not sure that Lion AutoSave feature apply to network servers.
    I'm just sure that the Versions feature doesn't.
    Yvan KOENIG (VALLAURIS, France) samedi 21 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

Maybe you are looking for