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.

Overlaying a DIV On Top Of HTML 5 Video

I need to overlay a div ON TOP of a div containing an HTML 5 video. In the example below the …

html css html5-video
Can I have a video with transparent background using HTML5 video tag?

We filmed a spokesperson on a green screen and have the video files ready in multiple formats. With Flash we …

html mp4 html5-video
video as site background? HTML 5

I want to use a video as a background instead of an image that automatically stretches to the whole screen (…

video html background html5-video
Stop/Close webcam stream which is opened by navigator.mediaDevices.getUserMedia

I opened a webcam by using the following JavaScript code: const stream = await navigator.mediaDevices.getUserMedia({ /* ... */ }); Is there any JavaScript …

javascript html html5-video webrtc getusermedia
Play local (hard-drive) video file with HTML5 video tag?

I want to achieve the following. <video src="file:///Users/username/folder/video.webm"> </video> The …

html video html5-video offline
How to open .mov format video in HTML video Tag?

I want to play .mov video like as this, but video doesn't play in any browser. <video width="400" controls …

html html5-video
current/duration time of html5 video?

I need a way of getting the total time length of the video and the current time with jquery and …

jquery html time html5-video duration
Javascript to stop HTML5 video playback on modal window close

I've got a html5 video element on a modal window. When I close the window the video continues to play. …

javascript modal-dialog html5-video
HTML5 video - show/hide controls programmatically

I am looking for a way to show or hide HTML5 video controls at will via javascript. The controls are …

javascript google-chrome html5-video
use video as background for div

I would like to use a video as background in CSS3. I know that there is no background-video property, but …

html css html5-video