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.

Dynamically using the first frame as poster in HTML5 video?

I'm wondering if there's any straightforward way to achieve this effect, without needing backend code to extract a frame, save …

javascript html html5-video poster
"webkit-playsinline" video tag attribute

The <video> tag attribute webkit-playsinline supposedly prevents the default go to fullscreen behavior of HTML5 videos. I added …

javascript html html5-video fullscreen
Executing function at end of html5 video

I have a html video, and I am wanting to run a function when a video ends. I have tried …

jquery html html5-video
Disable download button for Google Chrome?

Google Chrome is now shipping with a download button for videos that are just embedded videos (i.e. not MSE): …

google-chrome html5-video
VLC: How to convert from mp4 to webm

How can I convert from mp4 to webm using VLC, if possible? What codec should I choose? Do I need …

html5-video vlc codec video-codecs
Live video streaming with HTML 5?

I want to make live video streaming. For example there is discussion. And somebody is recording it. I want the …

html video-streaming html5-video live-streaming
Vimeo Video Player in HTML5

How to play vimeo videos on HTML5 player? Step 1: <video width="320" height="240" controls> <source src="http://player.…

html html5-video vimeo vimeo-api vimeo-player
HTML5 Video autoplay on Mobile Browser

I am using the following HTML5 and JQuery code to play a playlist of videos whose URLs are in an …

jquery html html5-video
Streaming mp4 with vlc to html browser

I have problems streaming my webcam picture (without sound) to a html page. I'm using the latest (v2.0.2 vlc for …

video-streaming html5-video vlc