Questions tagged as 'html5-video'

0
answers

WebView open Videos in VideoView

I have two activity.xml, one of the webview and the other of the videoview, and two Activity.java, MainAcitivty and VideoActivity, Main, the default webview code to open a url, and in VideoAcitivty I made a scheme for when a url contains "FullSc...
asked by 28.07.2018 / 19:15
0
answers

Add Next and Previous buttons embedded in HTML5 Video Player

I'm looking for a way to do something that Youtube has in their app, though, in an HTML5 video player using only HTML, CSS and Javascript / Typescript. See: I already have all the code and logic of the button operation. But I can not...
asked by 06.08.2018 / 17:03
0
answers

how to access a webcam in real time by asp.net mvc

I'm trying to access a webcam via asp.net. When I use IIS Express it works, but when I upload the application the system does not access. could anyone help? follow the code: var video = document.getElementById('video'); // Get ac...
asked by 21.07.2018 / 00:00
1
answer

Video Tag using youtube Stream

Would there be any way to include the youtube video without using the iframe provided by the API in the Incoporation method? I'd like to insert into a tag, for example. I have the following code below: <video id="meuVideo" controls au...
asked by 31.05.2018 / 02:46
0
answers

View large video with ASP.net

I found an ASP code using Web Api to display videos, but it does not work for large videos (like a 100MB I have). I already tried changing the buffer number and it did not work. Controller: public class PlayController :ApiController {...
asked by 29.01.2018 / 19:41
1
answer

How to implement a listener in a video?

Well, I have a button and when I click it, it will call a function that opens a page with a fullscreen video with autoplay="true". IT HAPPENS THAT, after finishing the video I need to redirect the user to another html page. Can someone tell me a...
asked by 25.10.2017 / 16:49
0
answers

Video does not load externally

I'm using the HTML5 video tag to load a .mp4 video, but when I try to externally it does not load. I checked the MIME Types of the server and it is correct. IIS 8.5 server. Does anyone have any idea what might be happening? <video wi...
asked by 15.08.2017 / 15:58
1
answer

Create button to advance video

I tried to create a function in javascript to allow it to be possible to skip a few seconds in a video, but clicking the button simply returns to the beginning. var video = document.getElementById("video1"); var segundos = 30; function skip(se...
asked by 05.05.2017 / 14:38
1
answer

How to darken a background video and how to insert a .png (a logo) on top of it?

I've already researched, I've seen about 10 tutorials and I could not figure out how to position my logo on top of that video. $('#my-video').backgroundVideo({ $videoWrap: $('#video-wrap'), $outerWrap: $(window), $window: $(wind...
asked by 07.02.2017 / 13:49
2
answers

Creation playList with select-option and video, object and embed elements

To play YouTube videos on a webpage with select-option playlist, I have a simple example: Code troca = function (link) { document.getElementById('video').innerHTML = '<iframe src="'+link+'" width="420" height="315" framebord...
asked by 25.01.2017 / 21:57