Questions tagged as 'html5-video'

3
answers

Is it possible to force html5 video to play videos with other extensions like normal video?

I have this client, who for reasons that only he could understand, recorded thousands of videos and saved them with strange extensions, ending in .ts , .mp3 , .mp4 , .mpg , .blib .reuniao , .banco , .man...
asked by 31.05.2017 / 05:11
2
answers

How video sharing sites perform autoplay with audio in chrome

google chrome (desktop) has policies that block the autoplay of videos with audio connected: link But video sharing sites such as globoplay, youtube, dailymotion, autoplay videos with audio in google chrome. What is the configuration req...
asked by 15.06.2018 / 16:58
1
answer

Html5 - onContextMenu, block other events

Hello, I'm using the onContextMenu event with e.preventDefault() to create a custom menu. The problem is that if it is the "native" behavior of the browser, events like Scroll and Zoom are deactivated, and by using this way they are still...
asked by 07.12.2018 / 09:33
1
answer

WEBCAM without Flash

I'm trying to take a picture with a webcam ... I'm relatively new to Javascript and I'm taking a chorus! Follow my code: //função para iniciar a camera function startCamera(){ navigator.mediaDevices.getUserMedia({ vide...
asked by 20.07.2018 / 15:05
2
answers

Copy video with its attributes

I have an HTML5 player using the <video> tag, but I have the video (which is transmitted via DASH protocol) to be loaded into the tag using a bookstore javascript. I need to have exactly the same video in a popup that the user can...
asked by 14.12.2017 / 12:27
2
answers

How to disable "full screen" of html5 video in any browser?

How can I disable full screen in any browser? Follow the image where it has a red circle: Any solution?     
asked by 14.04.2017 / 07:03
1
answer

How to implement w3c byte range requests?

The video plays right. But I can not skip the video time. Example: Skip time from 05:00 to 10:00. It just keeps running, and I can not seem to skip the time. I searched the internet and said that it has to make flow or range or buffer....
asked by 06.04.2017 / 07:35
1
answer

Video tag by createelement

I'm creating a whole page using the Document.createElement () method, but I'm having a problem creating a video tag. It creates the element but does not play the video, I would like to know if the video tag works with createElement. var ta...
asked by 09.02.2017 / 11:14
0
answers

Subtitles do not appear in HTML5 video tag

Hello, I'm creating a movie system and I wanted to put subtitles in English movies but for some reason they do not appear and when I activate them and click the button it disappears and subtitles do not appear. I have a .vtt file with the same o...
asked by 18.12.2018 / 15:55
0
answers

How can I hide only a few attributes of HTML5 video controls?

I would like to leave in the video only the volume and play / pause controls. With the option to download the video, the FULL-WIDHT button to see the enlarged video and the progress bar. What is the easiest way to do this using html and or js?...
asked by 09.09.2018 / 01:57