Questions tagged as 'html5-video'

1
answer

How do you create those preview videos on some tube sites?

Currently sites such as YouTube and some other adult content, play a preview video when we place the computer mouse over some thumb of a list of videos that is shown to us users. So how curious is this implemented?     
asked by 04.10.2018 / 21:08
1
answer

Disable download button HTML5 Video

After updating Opera and Chrome, using the video tag, the option to download the video appears as below: Doesanyoneknowhowtodisablethis?I'musingthefollowingcode:<videowidth="800" height="600" controls> <source src="...
asked by 27.12.2016 / 16:32
1
answer

How to put a Video within a Text with CSS? Is it possible to put a Video as a text background?

I saw this effect and I'm trying to put it in a project, but I do not know how to put a Video inside Text, I only managed with images ... HereI'veplacedanimageasatextbackground,buthowdoIputavideoasa%ofatext? body { background: #333; }...
asked by 23.10.2018 / 15:48
3
answers

Optimize video in HTML 5

I'm developing a website. In every header of this site will have a video, would be the same video for all 'headers'. I used the tag video of HTML5 even though it stayed like this: <div class="video-institutional hidden-...
asked by 13.12.2017 / 17:22
1
answer

Write video file after capture on site

I have a page that captures a video + user's audio using HTML5 and JavaScript. The code follows: <video width="600" height="400"></video> <input type="button" id="stopbt" value="stop"/> <script type="text/javascript">...
asked by 20.11.2015 / 12:15
1
answer

Problem with playing videos using HTML5 native tag

Recently I hosted a video file on MP4 on my server and used the native HTML5 tag for media playback on the website. The sound comes out normally and the video is not displayed (I tested it on my PC and it runs both audio and video). I...
asked by 17.06.2015 / 07:18
2
answers

How to refresh after updating the new video?

In my vision, I have an old video, when I upload new video, I want to automatically reload a new video after "upload". View : <div id="embed_video" class="embed-responsive embed-responsive-16by9"> <video class="embed-responsiv...
asked by 24.10.2016 / 14:43
1
answer

Insert HTML Video

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> I also tried as <video><source="video.mp4" type="video/mp4"></video> when I o...
asked by 04.08.2017 / 20:13
2
answers

How to put a video to open in fullscreen automatically in an HTML page?

Apparently for a video to be in fullscreen there needs to be interaction with the user. Most players , including the native HTML5 have ' fullscreen ' button. I'm building an interactive offline platform and need to click on a teaser but...
asked by 26.10.2017 / 16:49
1
answer

Unknown error caused by videojs library

The script works fine, but the console is giving the following error:    '// @ sourceURL' and '// @ sourceMappingURL' are deprecated, please use '// # sourceURL =' and '// # sourceMappingURL =' instead.   video.js: 86 Uncaught (in promise) DO...
asked by 31.08.2016 / 16:34