Top "Html5-video" questions

HTML5 video is an element introduced in the HTML5 draft specification for the purpose of creating a standards-compliant, plugin-free way for playing videos and movies, partially replacing the object element.

Correct mime type for .mp4

I have two applications as mentioned below: Admin application through which I am able to upload a .mp4 file to …

video html5-video mime-types
How to handle "Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first." on Desktop with Chrome 66?

I'm getting the error message.. Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. ..…

javascript google-chrome video html5-video
How to set the thumbnail image on HTML5 video?

Is there a way to set thumbnail image on HTML5 video? I want to see some pictures before play. My …

html html5-video preloading
Make HTML5 video poster be same size as video itself

Does anyone know how to resize the HTML5 video poster such that it fits the exact dimensions of the video …

css html attributes html5-video
Start HTML5 video at a particular position when loading?

I need HTML5 video to start at certain point. Let's say at time 50 seconds onward. I tried but its not …

javascript html5-video
Video 100% width and height

I have a video, and I want it to FILL 100% of the width, and 100% of the height. And keep the …

html css html5-video fullscreen
Detect if HTML5 Video element is playing

I've looked through a couple of questions to find out if an HTML5 element is playing, but can't find the …

javascript html video html5-video dom-events
HTML5 - mp4 video does not play in IE9

I have an mp4 video that I want to play in IE9 using HTML5 <video> tag. I added …

html internet-explorer-9 html5-video
How to change the playing speed of videos in HTML5?

How to change the video play speed in HTML5? I've checked video tag's attributes in w3school but couldn't approach …

javascript html performance video html5-video
Playing HTML5 video on fullscreen in android webview

Well, I've been searching few days already, how to display HTML5 video in full-screen mode on android WebView. I managed …

android android-webview html5-video