When I try to access a mp4 video url in IE 11 it prompts the user to download the video instead of playing it in the browser. But I am able to play the video in Chrome/Firefox. Here is a sample url, https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4
Is it because IE 11 does not have any in-built Media Player
How to make the video stream in IE 11 instead of prompting the user to download. Kindly help. I am using Windows 10 and IE 11.471.17134.0. Thanks!
Its because it is a file. It has extension .mp4
Any link with file in end will be downloading, except in modern browsers this option has changed to autoplay, since a player has been embeded in modern browsers. Thats why opening video or audio file with most popular extensions like .mp4 will be auto playable.
If on modern you want to download, then from menu toolbar choosing File->save (shortcut CTRL+S) on some for better faster response can right click and choose save video.
On IE it does just basic downloading.
Anyways would recommend to let IE stay on its own way and not use it for malware insecurities and vulnerabilities. Use from securest ones Chrome, Opera, Firefox or any other top browsers.
Related
I have a html5 video on my site and all was working well until client gave me a new video to replace the old one. The new video crashes Internet Explorer (IE10 and IE11 - haven't tried others). When trying to play, a second of video is shown then whole site freezes and a pop-up tells me it's not responding.
No other browser is affected.
Have tried transcoding video in Handbrake to make sure it's using H.264 codec, but still no luck.
All other videos on site work fine in IE.
Has anyone got any suggestions that I can try?
Ps. Sorry, but can't share the video file as it's confidential to the client.
Oops - found out it was not IE but Avast (anti virus) add on that was freezing video.
Disabled Avast and video played as normal.
Still don't know why it only affected one video.
When I enter a WebM video URL in a web browser on Windows 7, the video automatically starts playing. But in Firefox on a Linux system, when I enter a WebM video URL it asks me if I want to download that video file, rather than automatically playing it in the browser.
This may be a silly question with a super simple answer, but what do I need to do to make this video play within the browser, rather than asking me if I want to download it?
When I try the same thing in Chrome in my Linux environment, the video automatically plays within the web browser as I would hope, so it seems to be something specific to Firefox in Linux that I need to change.
Go to this link http://webm.html5.org to verify that you can play WebM videos and make sure you update to a newer version of Firefox.
I need to make a basic audio control: one audio file, play and pause buttons, no more.
I cannot use Flash at all - this website will only be used if the client does not have flash enabled.
HTML5 does not seem to be a good solution because my target clients (who do not enable Flash) most likely won't have modern browsers. Even worse, Safari does not seem to play the best solution available (jPlayer).
The lastest versions of all the main browsers (IE, Chrome, FF, Safari, Mobile Safari, Android) can play audio natively using the HTML5 audio element (so long as the media is encoded in a supported format).
IE6,7 and 8 can only play audio directly in the browser with the help of plugs-ins (e.g. Quicktime, Flash etc.).
So, if you have IE8 or less i'm afraid you cannot play audio directly in the browser without Flash or another plug-in.
here below are my codes i used:
The page works fine on Google Chrome, Safari and Opera browser but i cant get the video to play in firefox 6 and IE 9. can anyone please say what is wrong? I thought that .ogg file is compatible with firefox but still the video dont play at all.
here is my site: http://pages.intnet.mu/taoravi
Check the server headers:
It's worth re-emphasizing for the time being, that if the MIME types for Theora video are not set on the server, the video may not show or show a gray box containing an X (if JavaScript is enabled).
from https://developer.mozilla.org/En/HTML/Element/Video#Server_support
I have a .mov file embedded in a web page, using nested object and embed tags.
It displays fine in Firefox & Chrome, but just displays a Quicktime icon with a question mark over it in IE6-8.
Before it displays the icon, it runs the quicktime activex control and flashes the beginning of the movie up.
Any ideas on what could be the issue? I've tested that I have Quicktime and the Quicktime browser plugin correctly installed, and I can view other quicktime movies inside of IE8.
I suspect that it is the movie itself, but it still plays fine in Firefox and Chrome.
If I go to the file directly in IE, it runs correctly.
Maybe you have blocked Quicktime Activex or object tag is bad formed for IE try view source another website with Quicktime that work in IE and FX and download source code from view html
Or else you can use it
JW Video an File Streamer Server
It appears that the Quicktime plugin is just tetchy sometimes, so I ended up converting the file to Flash and posting it that way.