Most voted "html5-video" questions
HTML5 video is an element introduced in the HTML5 specification project for the purpose of creating a standard-compliant way, free from the need to use plugins for video and movie playback, partially replacing the - `Object`.
Learn more…64 questions
Sort by count of
-
10
votes2
answers686
viewsHow are those thumbnail preview videos created in players?
Currently websites like Youtube and some others of adult content, play a preview video when we position the computer mouse on some Thumb from a list of videos that is shown to us users. In order to…
-
8
votes1
answer5807
viewsHow to create a new. M3U file correctly? (Since I already have streaming .TS)
I’m starting to study to make an online teaching site (live video), but the examples I’m using from the internet are giving me the most varied errors, as the example I use... In this example, he is…
-
7
votes2
answers3863
viewsDisable HTML5 Video Download Button
After updating Opera and Chrome, using the tag video started to appear the video download option, as below: Does anyone know how to disable this? I am using the following code: <video width="800"…
-
6
votes1
answer954
viewsRecord video file after capture on site
I have a page that captures a video + audio from the user using HTML5 and Javascript. The code follows: <video width="600" height="400"></video> <input type="button" id="stopbt"…
-
6
votes1
answer525
viewsHow to place a Video inside a CSS Text? Is it possible to place a Video as a text background?
I saw this effect and I’m trying to put in a project, but I don’t know how to put a Video inside Text, I only got with images... Here I put an image as text background, but how do I put a video like…
-
5
votes3
answers1291
viewsOptimize HTML video 5
I’m developing a website. In each header this site will have a video, it would be the same video for all headers. I used the tag video of HTML5 even stayed and so: <div class="video-institutional…
-
4
votes1
answer308
viewsVideo playback problem using HTML5 native tag
I recently hosted a video file on MP4 on my server and used the native HTML5 tag for playback of the media on the website. The sound comes out normally and the video is not displayed (I tested it on…
-
4
votes2
answers186
viewsHow to make a video start and restart automatically?
Good evening, I’m making a website and in the middle of it I put a video that I want to start and restart automatically without the user having to click the play button or the restart button, can…
-
3
votes2
answers147
viewsHow to give a "refresh" after updating the new video?
In my view, I have an old video, when I "upload" new video, want to automatically reload a new video after "upload". Follows the code View: <div id="embed_video" class="embed-responsive…
-
2
votes1
answer341
viewsHow to "capture" an IP stream stream stream using HTML 5
I am using the Viewer DVB to transmit TV signal over the network. Using, for example, the VLC, I "pick up" the network stream and have the broadcast. I would like to know how to do this using HTML.…
-
2
votes1
answer54
viewsVideos with quality and the smallest size possible
I’ve seen websites putting up a video short to be displayed as if they were background of a div and it looks very beautiful ! Someone can guide you on how to compress to the maximum and the…
-
2
votes1
answer64
viewsUnknown error caused by videojs library
The script works normal, but the console is giving the following error: '//@ sourceURL' and '//@ sourceMappingURL' are deprecated, Please use '//# sourceURL=' and '//# sourceMappingURL=' Instead.…
-
2
votes1
answer1008
viewsVideo stream with Nodejs and Socket.io
I need help to stream with Nodejs and Socket.io. I’m using the rtsp-ffmpeg library to stream. I was able to execute it transmitting in img format according to the specific documentation itself, but…
-
2
votes2
answers3864
viewsHow to remove video download option
I would like to remove the video download options (I know this will not prevent downloading it through other means. But the idea is just to make it harder for more lay users). I have the following…
-
2
votes1
answer40
viewsHow to detect download event in audio and video tags?
I have the following code in a JS file, which I use to detect when someone "plays" or "downloads" audio and video files. $("audio").on("play", function() {...}); # Funciona $("video").on("play",…
-
2
votes1
answer281
viewsInsert Video into HTML
I’m trying to insert a video into a page that uses html and php. I tried to use this tag <video src="video.mp4"></video> tried also as <video><source="video.mp4"…
-
2
votes1
answer168
viewsTag video inside Slick
I’m having a problem in my project, installed the Slick Carousel, put the images and worked, however, I added a tag containing the video path and the video does not work, just appears a black…
-
2
votes2
answers7653
viewsHow to put a video to open in fullscreen automatically in an HTML page?
Apparently for a video to stay on fullscreen there needs to be user interaction. Most players, including the native HTML5 has button 'fullscreen'. I’m building an interactive platform offline, and I…
-
2
votes1
answer1641
viewsHow to play a video automatically on google Chrome?
I developed a website for a company and this requested a video just below the menu, and that this video be played automatically, until then nothing else used the following code: <video…
javascript google-chrome video html5-video video-playerasked 6 years, 2 months ago Alex Xavier Rosa 21 -
2
votes1
answer28
views<video> does not respect preset height and Object-fit:cover in Google Chrome
I’m calling a video on a father div with the following definition: div { width: 100%; height: 400px; } And as child element the tag <video> with: video { height: 400px; width: 100%;…
-
1
votes1
answer303
viewsChange maximum video size supported by server
I was testing a video on my page, only I came across a problem.... The line of my code is basically just that: <video id="video" src="arquivo.mp4" controls="true" /> The video resolution is…
-
1
votes1
answer99
viewsTreat 404 on video Html5
How can I handle errors like 404 in the Html5 video tag? I took a look at all the available events and the only one who was supposed to serve in this case was the onerror, however, when I define it…
-
1
votes2
answers129
viewsChange cursor in "onhover" event to HTML5 <video>
I want to change the cursor to a "hand" when I move the mouse over the buttons: Play Stop Volume Fullscreen etc.. to a video player HTML5. At the moment, the mouse pointer when it passes over the…
-
1
votes1
answer368
viewsGrey screen in videos
I’m playing videos on android (versions above 5 only) using a webview along with the tag <video> of html. The video plays perfectly and triggers all events correctly, but every time a video…
-
1
votes1
answer465
viewsProblems with captioning HTML5 videos
I made this little code based on what I read on the Internet, but the captions don’t appear in any browser I tested. <div class="embed-responsive embed-responsive-16by9"> <video…
-
1
votes3
answers332
viewsIs it possible to force Html5 video to play videos with other extensions, as if it were normal video?
I have this client, who for reasons only he could understand, recorded thousands of videos and saved them with weird extensions, ending in .ts, .mp3, .mp4, .mpg, .blib, .reuniao, .banco, .manut,…
-
1
votes0
answers775
viewsHow to install the VLC plugin in the browser?
I’m following several pages to play my sample video in the browser, and I’m having great difficulties with the VLC plugin, because I just can’t install.. Here is the example video:…
-
1
votes0
answers50
viewsCheck if the autoplay has been allowed
I’m working on a website that at home, has a background video and a carousel of text on top. I would like to, instead of trying to cheat the browser and force the autoplay, to upload a background…
html5-videoasked 7 years, 2 months ago Lucas Maraal 125 -
1
votes1
answer474
viewsLet the video occupy 100% of the screen with fixed height
People would like to know how to leave a video 100% of the screen with fixed height without it being smaller than the image below The idea is that the video occupies all this space in light gray if…
-
1
votes0
answers55
viewsDownload file with "4 connections" using AJAX?
I’m creating an extension for Google Chrome to speed up file downloading, using various connections. I know that it is possible to post youtube using similar, snagged video file method and creating…
-
1
votes2
answers88
viewsDisplay a different video for each visitor
I am making an HTML page with Javascript and would like for each user who visits the initial video to be changed. I have 5 videos, so on the first access the video 1 would be displayed, then the…
-
1
votes1
answer26
viewsProblems with site resizing
Good afternoon! I’d like your help with a personal website project of mine, I’m facing one or two problems with it, but let’s start at the beginning. First: When I resize the site to below 375px…
-
1
votes1
answer93
viewscheck if a video link is still working
I am developing a site and I use a link q in time in time It gets off, I already have the system I run to update this link but it is in manual mode to run. I was wondering if you have any way to…
-
1
votes1
answer675
viewsVideo like Background HTML 5 doesn’t work on Safari and Chrome on Mac
I put a video as background of a site with HTML 5, I open in Chrome and Firefox on Windows and the video rolls normal, but when I open on Mac (Chrome version 67.0.3396.40, and Safari 11.1) the video…
-
1
votes1
answer492
viewsActivating sound in video background html page
I have a question, it seems simple, and I believe it is: I have a video that I use as background, and it has the attribute "mute" to run in the browsers, but I want to provide a button for the user…
-
1
votes1
answer546
viewsCaptions do not appear in HTML5 video tag
Hi, I’m creating a movie system and I wanted to put subtitles on English movies but for some reason they don’t show up and when I turn them on and click the button it disappears and subtitles don’t…
-
1
votes1
answer61
viewsDisplay preview of the video the user selects by input
In my application the user can select a video to add to the form, but before sending it I would like it to display the video when the user selects the file. I managed to do this already with images…
-
0
votes0
answers81
views<video> no sound on iOS
I’m using the html 5 video tag, but when running on an iOS (an app using phonegap) there is no sound, which can be? I followed exactly the example used by W3schools and even then there is no sound.…
-
0
votes0
answers55
viewsWhy do video buttons not work in browsers after using css?
I’m making an application that displays a video on the site with Nodejs, socket io, express. Only has 1 page tagged <video>. I want the video when clicking on play to be in full screen,…
-
0
votes2
answers319
viewsCreate playlist with select-option and video elements, Object and embed
To play Youtube videos on a playlist web page select-option, I bring a simple example: Code troca = function (link) { document.getElementById('video').innerHTML = '<iframe src="'+link+'"…
-
0
votes2
answers423
viewsHow to disable "full screen" of Html5 video in any browser?
How can I disable full screen in any browser ? Follow the image where there’s a red circle: Some solution ?…
html5-videoasked 7 years, 7 months ago Matheus Miranda 5,375 -
0
votes1
answer56
viewsTag video by createelement
I’m creating a full page by the Document.createelement() method, only I’m facing a problem creating a video tag. It creates the element but does not play the video, I wonder if the video tag works…
-
0
votes1
answer822
viewsCreate button to advance video
I tried to create a javascript function to allow you to skip a few seconds in a video, but when you click the video button it just starts again. var video = document.getElementById("video1"); var…
-
0
votes1
answer47
viewsHow to implement w3c bandwidth requests?
The video plays right. However I can’t skip the video time. Example: Skip time from 05:00 to 10:00. It just keeps spinning, and I can’t skip time. I searched on the internet and they say you have to…
html5 asp.net-mvc-5 entity-framework-6 html5-videoasked 7 years, 7 months ago Matheus Miranda 5,375 -
0
votes0
answers39
viewsVideo does not load externally
I am using the HTML5 video tag to upload a video. mp4, but when testing externally it does not load. I checked the server’s mime types, and it’s correct. IIS server 8.5. Does anyone have any idea…
-
0
votes1
answer30
viewsHow to implement a "Liener" in a video?
Well, I have a button and when clicking it, it will call a function that opens a page with a fullscreen video with autoplay="true". IT HAPPENS THAT, after the end of the video I need to redirect the…
-
0
votes2
answers88
viewsHow video sharing sites perform autoplay with audio on Chrome
google Chrome (desktop) has policies that block the autoplay of videos with audio on: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#new-Behaviors But video sharing sites,…
-
0
votes0
answers80
viewsAdd Next and Previous buttons embedded in HTML5 Video Player
I’m looking for a way to do something that Youtube has in their app, however, in an HTML5 video player using only HTML, CSS and Javascript/Typescript. Look at: I already have all the code and logic…
-
0
votes1
answer42
viewsHtml5 - 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…
-
0
votes2
answers91
viewsCopy <video> with its respective attributes
I have an HTML5 player using the tag <video>, only that I have the video (which is streamed via DASH protocol) to be loaded to the tag using a bookstore javascript. I need to have exactly the…