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.

HTML5 track captions not showing

I am trying to make the simplest html5 video player in the world: <!DOCTYPE html> <html> &…

html html5-video closed-captions
ffmpeg video editing command in milliseconds timestamp

I am editing a video with ffmpeg where I have to keep in view the timestamp further deep from seconds …

ffmpeg command html5-video milliseconds
getUserMedia() video size in Firefox & Chrome differs

I'm using getUserMedia(), and when implementing constraints (see below) they only work in Chrome and not Mozilla. The size in …

javascript google-chrome firefox html5-video getusermedia
How to mute/unmute mic in webrtc

I have read from here that how i can mute/unmute mic for a localstream in webrtc:WebRTC Tips & …

html5-video webrtc html5-audio simplewebrtc
Look for fastest video encoder with least lag to stream webcam streaming to ipad

I'm looking for the fastest way to encode a webcam stream that will be viewable in a html5 video tag. …

ffmpeg video-streaming html5-video gstreamer vlc
Initialize a Video.js player on a ajax loaded part of the page

The video player actually loads fine. My actual problem is when I refresh some parts of my page with AJAX …

javascript html html5-video video.js
How do I add new Video entirely from JavaScript?

I am trying to add a new VideoJS object and set it up entirely from JS, without having a DOM …

javascript html html5-video video.js
Having custom controls still apply when go fullscreen on a HTML5 video?

I've made custom controls for my HTML5 video but I don't know how to have that CSS still apply when …

html custom-controls html5-video fullscreen
Sending camera video from browser to server

Im trying out the new and exciting features of chrome canary 19. I can basically grab the video from the web-cam …

html client-server webcam html5-video
Getting a full-screen HTML5 Video Background Blur to work?

I've seemed to try all the tricks in the book here, and nothing's working. I have a full-screen, absolute positioned …

css html html5-video css-filters