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.

Is there a way to use DRM on HTML5 video?

Since Flash is losing ground I would like to know if there are ways to protect html5 videos with DRM (…

html drm html5-video
Select the camera while using navigate.getUserMedia()

I am using navigate.getUserMedia() method to capture video on my mobile and do further processing on it. But as …

javascript html html5-video video-processing navigator
Autostart html5 video using android 4 browser

I want to auto-start android html5 video using android 4 ice cream sandwich browser. I tried many java-script functions and autobuffer …

android html5-video android-4.0-ice-cream-sandwich android-4.4-kitkat android-browser
Is it possible to play HTML5 video in reverse?

Is HTML5 <video> tag be play video in reverse, or I have to download 2 videos (forward and backword …

javascript html html5-video
Installing a TURN Server on Ubuntu for WebRTC

How can I install a TURN server on my ubuntu 12.04? Can you share tutorial? I read this tutorial: Implementing our …

video-streaming html5-video webrtc rfc5766turnserver coturn
HTML5 video element request stay pending forever (on chrome)

I have a weird issue in Chrome. Each time I load a <video> element, chrome will start two …

html google-chrome html5-video mediaelement.js video.js
Do I need both WebM and ogv formats when using HTML5 video?

From videojs.com's documentation, I had the impression that I needed to include both ogv and webm file formats (in …

html5-video ogg webm
Safari on iPad (iOS6) does not scale HTML5 video to fill 100% of page width

I am using the following CSS to display a video in full width (100%) on a responsive HTML5 page. The native …

html mobile-safari html5-video responsive-design
iPad Safari mobile seems to ignore z-indexing position for html5 video elements

I got a video element on a page that's working fine both in safari mobile and desktop. I have a …

ipad mobile-safari html5-video