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.

Similar Messages

  • 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.

  • 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

  • Itunes does not open,everytime i try it says "The itunes application could not be opened. The required folder cannot be found" I have tried the shift key option but that does not work. help!!

    I cannot open itunes. Everytime i try it says "The itunes application could not be opened.The folder cannot be found." I have tried the shift key option but this does not work. Please help.!!

    Try the actions here for that driver.
    iOS: Device not recognized in iTunes for Windows
    I would first do this:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • FaceTime is trying to check my Email but it does Not work

    While i am trying to Start FaceTime it allways whants to check my Email Adress. But my adress is confirmed Long ago. Also Ehen i am whating it tells my After some time it sends my a New confirmation but i do Not receive any Email. Sorry for my bad english but on iPad with German writing correction its Quote difficult to write propper.

    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.

  • Bought IMAC sept2012 after updates gray screen shows up with logo at start up. Please help! I don't know the system as I just start using it and the package did not come with CD to reinstall system. I tried to reboot holding shift but it does not work.

    Please help.
    I bought the IMAC 21.5" /2.5QC /2X2GB /500GB /6750M sept2012. After the automatic update run when restart computer the screen is on the gray screen with the logo and wont' do anything else. I tried to reboot holding the shift key without success. The package did not come with a CD so I can not reinstall the previous system. I even don't know what is the system that came with the computer because I just start using it. I bought in the US but am in Brazil. HELP PLEASE, how can I get the previous system so I can reinstall it? I do not mind loosing data but I need to work on it. PLEASE HELP! Thanks!

    Try booting into the Recovery HD which is on the HD. Restart holding down Command+r and at the screen with four choices select Disk Utility>Macintosh HD and click on 'repair disk'. If any changes are made click on repair disk again until you get a clear pass. Restart as normal from the Apple menu.
    More about the Recovery HD:
    http://support.apple.com/kb/HT4718

  • Hi I am trying to verify my icloud on my phone, it has given me my very old email address to use, but I no longer have access to that address, hw can I update email address. I have tried going into my account but it does not work that way.

    Hi icloud is asking me to verify using a very old email address that I no longer have access to. Apple are acknowledging me on a different email, so how come icloud have a very old one?

    This site didn't say anything about one wrong ID, but only talks about changing the Apple ID.  If it didn't work the first time why should it work now?

  • TS1559 But it does not work in my iPad 2. Any more support?

    Hi, there!
    Even after trying out all suggestions, I can't still solve out the issue of greying out wifi in my iPad2; is there anyone who can support on this?
    Many thanks

    You may want to try A to D
    (A) Restart iPad
    1. Hold down the Sleep/Wake button until the red slider appears.
    2. Drag the slider to turn off iPad.
    3. Turn iPad back on, hold down the Sleep/Wake until the Apple logo appears
    (B) Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.
    (C) Reset all settings
    Settings>General>Reset>Reset all settings
    (D) Restore iPad
    1. Connect your device to your iTune (computer).
    2. Select your iPad when it appears in iTunes.
    3. Select the Summary tab.
    4. Click the Restore button.
    Note: Data will be lost

  • My web site works in deskptops,tablets BUT IT DOES NOT WORK IN ANY SMARTPHONES!

    My web site works in deskptops,tablets BUT IT DOES NOT WORK IN ANY SMARTPHONES! I call Adobe support and they say that they cannot gelp me , I call godaddy and they say that i have to call adobe !!! Man I DONT KONOW WHAT TO DO !!!PLEASE I NEED SOME HELP!!! WHEN I TRY TO ENTER TO MY WEB SITE SITE IN MYIPHONE IT SEND ME TO ANOTHER OF MY DOMAINS!!! ANY ADVICE ?

    I believe you have figured out the solution as the site opens fine on my end.
    Thanks,
    Sanjit

  • Greetings, I am working in Final Cut Pro 7. In the timeline some clips show as offline. I tried going to sequence and reconnecting to media but it does not work. I can still see the video in the timeline and work with it. It just has the red box.

    Greetings, I am working in Final Cut Pro 7. In the timeline some clips show as offline. I tried going to sequence and reconnecting to media but it does not work. I can still see the video in the timeline and work with it. It just has the red box. Thanks! Olga

    If the clips are not actually missing, you could try to refresh the timeline by using cmd-0 and then going to the timeline options tab. Then select name only where it says "thumbnail display". Press ok to accept the change, then repeat the process to add thumbnails back to your timeline.

  • I have no sound for games in my iPad. I have tried the reset but it does not work. The speakers work as I have sound for music and videos.

    I have no sound for games in my iPad. I have tried the reset but it does not work. The speakers work as I have sound for music and videos.

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) http://support.apple.com/kb/ht1430
    Check your settings. The iPads have a small switch on the right edge. http://support.apple.com/kb/ht1430 It can be used as a rotation lock to keep the screen from automatically reorienting itself as you move around, but you need to have the tablet’s settings configured properly. That same switch, right above the volume buttons, can also be set to function instead as a mute button to silence certain types of audio.
    If the switch is set to work as a mute button, you can change its purpose to “screen-rotation lock” by tapping the Settings icon on the home screen. On the Settings screen, tap General on the left side, and on the right side of the screen flick down to “Use Side Switch to.” Tap to select Lock Rotation or Mute to set the button’s function. Even if you set the side switch for your preferred use, you can still mute the Mini or lock the screen. Just double-click the Home button, and when the panel of apps appears along the bottom edge of the screen, flick the row from left to right with your finger. Tap the icon on the far left side of the row to either lock the iPad’s screen or mute the iPad’s alerts, notifications and sound effects. Music, podcasts and video are not muted unless you turn the volume all the way down.
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    iPhone: Can’t hear through the receiver or speakers
    http://support.apple.com/kb/ts1630
    http://www.atreks.com/app-no-sound-on-ipad-4-%E2%80%93-what-to-do/
    To solve some sound problems, just follow these simple steps
    1. Go to Settings
    2. Tap on General
    3. Tap on Reset
    4. Tap on Reset All Settings
    What this effectively does is to reset some of your Settings to factory default. It’s not a complete removal of settings. It removes all of your preferences for Wi-Fi, Bluetooth, Do No Disturb, Notifications, General, Sounds, Brightness & Wallpaper and Privacy. It doesn’t affect your data. All of your email accounts will remain intact, as well as any SMS text or iMessages.
     Cheers, Tom

  • I was trying to put my password but it is not working. My Ipod touch is showing "Ipod is disabled, connect to Itunes". But I tried to connect but the Itunes tells me that I need the password first to connect.I do not know the password. what should I do?

    I put the password in my Ipod and now I am trying to put it again but it is not working....I tried to connect with the Itunes and it is not working because to the Itunes work with my Ipod, I need the password first, which I do not know. In my Ipod is showing "Ipod is disable, connect to Itunes". I was trying to connect but I can't...what should I do ?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                          
    If recovery mode does not work try DFU mode.                         
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings         
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

Maybe you are looking for

  • Images not appearing in jar file

    Hi, i've created an executable jar file for my project in order to send it out for user evaluaution. The problem is, none of the images contained in my project resources package show up when the jar is run (e.g. the start up screen image, GIF/JPG/PNG

  • Help creating a script for backup

    Hi everybody, I would like to make some backups using rman and recovery flash area on oracle10g on my Debian. I would like to make a full backup level 0 on Sunday and make incremental backups from Monday to saturday.The best would be to have one for

  • Msg basic type idoc_type   unknown ?

    Hi, i am workin on file 2 idoc scenario. on XI  created rfc destination using sm59          went to idx1 created port and assigned the rfc destin     In idx2 i was able to load one idoc but remaining      shows the message basic type <idoc_type> unkn

  • Plz help don't know how to create a query and link it to a UDF

    hi, i am new to business one and however hard i am trying to use a query to link it to a UDF, it is not working. i think i am doing the whole thing wrong,so ill just post one problem i have and if any one of u can explain to me in steps i may be able

  • Vendor name in g/l line item display

    Hi, I have a requirement to get the name of the Vendor in line item display of Rec. G/L code. In standard reports FBL1N and FAGLL03 we can get only vendor code. Is there any possibility to insert the vendor name in standard report or any alternative