Questions tagged as 'video'

2
answers

Full customization of the Youtube player

I have this mission and I have seen some questions but none has suppressed my need. My goal was to have just the screen and video, and fully customize the player of the Youtube, pause, stop, volume, fullscreen buttons, control all these fea...
asked by 11.06.2015 / 20:37
1
answer

How to play a video automatically in google chrome?

I developed a website for a company and it requested a video just below the menu, and that this video was automatically reproduced, until then nothing else I used the following code: <video preload="auto" autoplay="true" loop style="height...
asked by 06.09.2018 / 14:03
0
answers

Stream video with Nodejs and Socket.io

I need help streaming with Nodejs and Socket.io. I am using the rtsp-ffmpeg library to perform the stream. I was able to execute it by transmitting in img format according to the specific documentation itself, but I can not send an mp4 even afte...
asked by 17.03.2017 / 17:11
1
answer

Insert text using FFMPEG, but only in a portion of the video

I use the code below to generate new videos (from the respective folder) by entering the student's name and CPF in each video. However, compilation takes a long time, since the compilation time is the time of the video. I need something faste...
asked by 04.10.2015 / 00:28
0
answers

Protect uri from the content player

Next, I would like to use some player component in html that does not display the uri of access to the running content. Someone has already seen some scheme that renders a player in the browser, but when someone inspects the element, the...
asked by 24.09.2015 / 16:48
2
answers

Events do not work with dynamic video?

I'm using a page where content is loaded dynamically with ajax, the problem is that some events, especially video, are not working as they should, for example: My functions.js loaded when entering the site: $(document).on("timeupdate...
asked by 04.05.2017 / 14:23
2
answers

How to stop playing a video when closing modal

I'm using a css3 to open a modal window. Everything works perfectly, however when I close the modal window the video continues to play. What should I do to stop the video playing when closing the modal? CSS: .modal { position: fixed;...
asked by 06.04.2018 / 18:26
2
answers

Jquery video exchange

I can not get you to change the video after clicking the button I wanted the video to change on the top, but it appears 2 after clicking the ... function setvideo(src) { document.getElementById('div_video').innerHTML = '<video au...
asked by 22.07.2015 / 00:31
1
answer

Jquery final event of the video

Good morning, I have a problem, I wanted to display a modal at the end of each video, the first video worked correctly, but in the second I can not ... Follow the code below ... If anyone can help, thank you very much! var vid = do...
asked by 22.07.2015 / 13:28
2
answers

Extract information from a video at the time of upload

Uploading any video is the easy part, but I'd like to explore this upload moment more. I'd like to extract some information from the video at the time of upload. This information would be the time the video has and the amount of MB of it. And I...
asked by 01.11.2014 / 13:56