Questions tagged as 'video'

1
answer

By clicking on a change link within the video tag the value to be for the clicked link

I have a list of mp4 movies on the page in a li list and there are 1000 links that open directly in the browser. The issue is that I created an iframe that receives the links it will target plus some links it starts a mp4 download. So I wa...
asked by 19.06.2017 / 13:58
1
answer

Remove automatic JavaScript script play

Good evening, everyone. I found a code here in the stack for random audio playlist and adapted it so I could run videos, however I'm new to Javascript and I do not know how to do almost anything. I even need a tutorial all of a sudden. More comp...
asked by 18.05.2017 / 02:23
0
answers

Video html5 with advertisement

I have a code to put video ad 5 seconds, but I can not put it on top of the video in the right corner, I can even use css but with full screen it does not work, someone has an idea var media = document.getElementById("media"); function...
asked by 17.05.2017 / 20:50
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
0
answers

Tag Video in Html does not support in firefox and works on the internet explore

I'm implementing a video module in my company's system, but I want to get a video of the C: disk of the server, to be displayed inside the system, more on the internet explore and edge works normal and even in the browser of the eclipse opens, m...
asked by 07.04.2017 / 20:11
0
answers

How to stream videos with PHP by hiding video URL

I'm setting up my website, I want to watch videos on it, the site stays in the hosting and videos on a VPS server. I also do not want users to know the source link of the videos (stay hidden) or even have access to download them. The langu...
asked by 14.03.2017 / 01:53
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
0
answers

Iframe problem in android

I'm looking for a help ... I'm developing an application that is using an iframe to roll video in the app ... The problem is this: When I test in Intel XDk's AppPreview the video shows up fine but when I generate the APK testo on the phone does...
asked by 12.12.2016 / 18:44
0
answers

Material Color in Phong Shading Model

I'm implementing a lighting model using the Phong formulation as a reference. It was not clear to me how Phong introduces the color of the illuminated material into the equation. The basic equation that I am using for each pixel, for a point of...
asked by 15.03.2016 / 21:54
1
answer

Videoview resizing for video size

I have a problem in my application, in the app I make a sequence of videos, but at the time I made the structure and inserted the video (not very graphic quality so the app does not get too big) VideoView means resized and got very small, anyone...
asked by 14.03.2016 / 00:41