html5-video Questions

5

I am trying to prevent the default scrolling within a web app which contains an HTML5 video element on Mobile Safari. Handling document.ontouchmove and calling e.preventDefault() has been the stand...
Bargainbasement asked 5/4, 2011 at 17:4

8

Solved

Can HTML5 <video> tag be played in reverse, or do I have to download 2 videos (forward and backward play)? I'm looking for a solution that avoids a user from downloading 2 videos.
Approve asked 11/3, 2011 at 19:13

2

Solved

I'm using the HTML5 video tag to get a video playing in my ionic app. Here's my code: <video autoplay loop class="video" webkit-playsinline> <source src="videos/polina.mp4" type='video/m...
Azikiwe asked 29/11, 2015 at 11:44

3

I have a private website that hosts training videos using the HTML5 video tag and the video.js plugin. It was working in Chrome/Firefox/Safari up until last Spring, but now the videos no longer wor...
Fairleigh asked 30/9, 2015 at 13:9

2

I need some help. What is the best way to set up LIVE STREAMING over the web from my WEBCAM to the server and back to multiple users? Essentially I'm trying to create a group video chat application...

4

I encounter an error trying to autoplay video in Chrome, which says: DOMException: play() failed because the user didn't interact with the document first. There is a solution for that for 'normal'...
Metalinguistic asked 13/11, 2018 at 12:2

2

<video onended="prtlog('play again?');"> When the video ends, "play again" will show under the video. How can I change/add code to my program that then when user clicks "play again", the vi...
Isoagglutinin asked 25/11, 2011 at 17:25

6

For a given video on YouTube, you can visit http://youtube.com/watch?v=[code] on any iOS device to see the video. However, if you use the http://youtube.com/embed/[code] URL — for instance, in an ...
Hausa asked 10/6, 2012 at 14:6

2

Solved

I am using video.js project to play videos on my web page. I implemented it perfectly on my web page but i required to retrieve the video's current playing time how can i do that ?
Fayalite asked 26/3, 2012 at 10:33

4

I am trying to play a video in my angular app, and it seems to work in every browser except with Safari : <video controls autoplay muted class="media"> <source src="https://my-site/files...
Rohrer asked 19/9, 2018 at 8:21

2

Solved

I'm using WebRTC to stream video between peers, but changes in network conditions for some clients often produce quality changes in the received video stream. People blame the service for these qua...
Hobbyhorse asked 30/7, 2014 at 11:17

12

I've got a html5 video element on a modal window. When I close the window the video continues to play. I'm a total newbie to JS. Is there an easy way to tie a video playback stop function to the wi...
Vivica asked 11/5, 2011 at 1:4

10

Solved

I know this is not advisable. But still need this feature to be implemented. Tried everything from onseeking,onseeked to media controller. Nothing worked. Are there any external libraries to disabl...
Thicken asked 10/8, 2012 at 14:15

20

I'm getting the error message.. Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. ..when trying to play video on desktop using Chrome ...
Orfurd asked 19/4, 2018 at 21:44

2

Solved

Netflix doesn't provide control for the playback rate in its user interface. What should I put in the google chrome console to set the playback rate that I want?

5

My video won't load and is hosted on github. Does github not allow videos? I have tried many src="Links" <video width="320" height="240" controls> <source src="../../Websiteland/Twitter/...
Gerda asked 28/1, 2019 at 5:19

3

Solved

I am editing a video with ffmpeg where I have to keep in view the timestamp further deep from seconds to milliseconds. I know such command : ffmpeg -i a.ogg -ss 00:01:02 -to 00:01:03 -c copy x2.ogg...
Bosquet asked 19/4, 2014 at 15:32

5

When I use the HTML5 video and audio tags in my code, video and audio appears when I load the file in a browser. They also appear when I use a HTML preview package in Atom, however, they appear gre...

10

Solved

I want to use a 4:3 video as a background on a site. However, setting the width and height to 100% doesn't work since the aspect ratio is kept intact, so the video doesn't fill the whole width of t...
Agenesis asked 22/10, 2010 at 20:45

17

Solved

I opened a webcam by using the following JavaScript code: const stream = await navigator.mediaDevices.getUserMedia({ /* ... */ }); Is there any JavaScript code to stop or close the webcam?
Bingaman asked 25/7, 2012 at 4:51

3

Solved

I'm trying to display on the web videos (using the HTML5 video tag) emailed directly from an iPhone SE using iOS 12.2. The file extension is .mov, and the codecs used are H.264 and AAC. I'm trying ...
Discover asked 16/7, 2019 at 14:58

8

Solved

I'm new to ReactJS (0.13.1), and I've created a component in my app to display HTML5 video. It seems to work perfectly but only for the first selection. The video that is actually displayed and p...
Moya asked 27/3, 2015 at 1:12

7

Solved

In one of my module, I need to browse video from input[type='file'], after that I need to show selected video before starting upload. I am using basic HTML tag to show. but it is not working. Her...
Bayne asked 16/3, 2016 at 12:28

3

Solved

I would like to show a small clip from a long video file that is over 10 minutes long. This segment of video would start at time offset /seek time of 90 seconds and would have a duration of 45 seco...
Jagir asked 23/3, 2012 at 19:43

3

I have a background video on my site olegefimkin.ru which should start playing automatically on page load. And it does on PC and some phones, but doesn't on some phones and tablets (e.g. iPhone). I...
Rootless asked 28/12, 2016 at 10:53

© 2022 - 2024 — McMap. All rights reserved.