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...
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...
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...
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...
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...
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....
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...
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...
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?...