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 <video> can play .mkv files?

So I accidentally opened an mkv video file with Chrome, and to my surprise it played it using the native …

html html5-video mkv
HTML5 solution to upload a webcam/camera video stream to server

Using getUserMedia I can capture video stream from client's webcam/camera. And using video tag I can show it on …

html websocket html5-video
HTML5 Video - Percentage Loaded?

Does anyone know what event or property I need to query in order to get a percentage figure of the …

javascript css video html5-video
How can I check if the browser support HTML5 file upload (FormData object)?

How can I check if the browser support HTML5 file upload (FormData object)? var fd = new FormData(); Following the answer …

javascript file-upload safari html5-video opera
Fully responsive HTML5 video

Is it possible to have a HTML5 in an absolutely positioned <video> element that resizes to the window …

javascript jquery html css html5-video
How do I get a HTML5 Video to work using IE10

I am hoping someone has an idea on what I can do to help me play HTML5 videos on my …

windows-7 iis-7 html5-video windows-server-2008-r2 internet-explorer-10
Styling browser-native video controls

Is it possible to cross-browser style the controls of a browser-native video such as video from HTML5's video tag? …

css cross-browser custom-controls html5-video
How can I play a local video in my IPython notebook?

I've got a local video file (an .avi, but could be converted) that I would like to show a client (…

html5-video ipython ipython-notebook
How can I play wmv video in HTML player?

I want to Play wmv video in browser, and place header and footer in the page. I am unable to …

html html5-video wmv
How to hide full screen button of the video tag in HTML5

I need to hide the full screen button of the video tag in HTML5. Is there any way to achieve …

html fullscreen html5-video