Questions tagged as 'html5-video'

2
answers

Change cursor on event "onhover" for HTML5 video

I want to change the cursor to a "hand" when I move the mouse over the buttons: Play Stop Volume Fullscreen etc. for an HTML5 video player . At the moment, the mouse pointer when passing over the player does not give an idea that y...
asked by 09.03.2017 / 13:42
1
answer

Problems with HTML5 video caption

I made this little code based on what I read on the internet, but the captions do not appear in any browser I've tested. <div class="embed-responsive embed-responsive-16by9"> <video poster="filmes/A-cabana-HD.jpg" class="embed-respons...
asked by 27.07.2017 / 23:56
1
answer

Change maximum video size supported by server

I was testing a video on my page, but I came across a problem .... The line of my code is basically just this: <video id="video" src="arquivo.mp4" controls="true" /> Video resolution is the size of each frame set to 1920w x 1080...
asked by 21.10.2015 / 05:01
1
answer

Video as Background HTML 5 does not work in Safari and Chrome on Mac

I put a background video of a website with HTML 5, I open it in Chrome and Firefox in Windows and the video scrolls normal, but when I open the Mac (Chrome version 67.0.3396.40, and Safari 11.1) the video no scroll ... Anyone know of any solutio...
asked by 10.05.2018 / 22:42
1
answer

video open in javascript

I am a layperson in this area. I would like to know how I can reproduce this url link in this javascript file // SISTEMA HD videohd.click(function(){ var videoID = $(this).attr('data-videoID'); var videos = $('<div class="meuVideo">...
asked by 01.04.2018 / 06:29
0
answers

Download file with "4 connections" using AJAX?

I'm creating an extension for Google Chrome to streamline the file download, using multiple connections. I know that it is possible after youtube uses similar method, grabbing the video file and creating a main buffer. function load(url, sd)...
asked by 06.10.2017 / 13:36
0
answers

Check if autoplay was allowed

I'm working on a website that at home, has a background video and a text carousel over it. I would like, instead of trying to trick the browser and force autoplay , to load a background image. I already tried to put <p> inside...
asked by 05.09.2017 / 04:06
1
answer

Leave the video occupying 100% of the screen with fixed height

People would like to know how to make a video 100% of the screen with fixed height without it being smaller like the image below TheideaisthatthevideooccupyallthisspaceinlightgrayifIleavethevideowithoutaheight,itstays100%ofthescreenbutitisveryb...
asked by 11.08.2017 / 22:23
0
answers

How to install the VLC plugin in the browser?

I'm following several pages to play my example video in the browser, and I'm having a hard time with the VLC plugin because I just can not install it. Here's the sample video: http://dveo.com/downloads/TS-sample-files/San_Diego_Clip.ts...
asked by 19.06.2017 / 03:02
1
answer

Gray screen in videos

I'm playing videos on android (versions above 5 only) using a webview along with the <video> tag in the html. The video plays perfectly and fires all the events correctly, however every time a video is playing it always has a previe...
asked by 03.02.2017 / 19:57