Questions tagged as 'video'

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
1
answer

Different ways to stream a video

I'm developing an application where the administrator will upload videos and then students will watch. A distance learning portal. I currently use the LocaWeb hosting service, and I'm thinking of uploading the videos to that server, and point...
asked by 13.09.2014 / 15:00
2
answers

Video loop in html5 doing infinite re-downloads. Burst bandwidth consumption

I'm using a background video from the top area of the site. Identical to this site , which uses <iframe> pointing to a video on YouTube. The biggest problem I've noticed in all sites that use video like this is that the video...
asked by 25.03.2015 / 13:47
1
answer

View Camera IP video

Gentlemen, I'm no expert in PHP, I'm starting now, and would like a direction on how to display the video from my IP Camera - P2P snapshot.php <?php $img="http://usuario:senha@ipddns:portacamip/mjpeg.cgi?user=usuario&password=sen...
asked by 16.03.2015 / 12:36
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

How to create video through an image sequence?

I want to create a video using a set of images of the same type and size. I searched some examples but did not succeed in performing the algorithm. Of the examples, this link was the most complete: link However, the answer does no...
asked by 05.08.2016 / 15:39
1
answer

Manage video with PHP

I'm setting up a file management system, but I'm having trouble displaying the videos. It has an interpreter and in some part I have an "ignorer". $mime = mime_content_type($path); if(in_array($mime, self::$ignore)){ $len = filesize($p...
asked by 21.09.2017 / 18:51
1
answer

How to get the length of a video formatted in Html5? [duplicate]

I'm developing a player in Html5. I'm in the part where I need to display the total duration time and the current time. But I only know how to get the values through the float. Example console.log(video.duration); // 6605 console.log(vi...
asked by 06.05.2018 / 01:16
1
answer

How to pause videos on YouTube when a new video is played?

I have a website where I made a YouTube video carousel using the iframe, but when I navigate through the carousel the video keeps playing. How can I automatically pause when a new video plays?     
asked by 16.09.2017 / 18:41
1
answer

How to create a 2d animation as if it were a video, vignette or cutscene [closed]

Hello, I'd like to know how to create a complex animation in HTML5 / Javascript. By complex animation I mean non-cyclic animation as usually shown in tutorials. I need to create an animation like a cutscene with images, transformations on the...
asked by 28.07.2017 / 15:49