html5-video Questions

3

On android, using html5 video tag to load a video, before video loads, the placeholder image is a grayish image with a big "play" icon on it, suppose I don't have a poster image for the video so I ...
Danielledaniels asked 5/10, 2016 at 13:19

6

Solved

I created a jsx variable to embed a video into my html. Every other answer says to include muted defaultMuted, and playsinline (which I already have). The videos autoplay in safari, chrome and f...
Finch asked 19/12, 2019 at 6:57

4

Solved

I tried searching on stack overflow and google but found no article that could help me. It shows a paused video even though i have used autoplay. Can anyone please help me ? I'm new to react.js im...
Runnerup asked 20/10, 2017 at 8:34

9

For some reason on Chrome, I get a white bottom border at the bottom of my video container element. <video id="cover" src="video.mp4" autoplay="" loop=""></video> Does anyone know ho...
Gossip asked 4/11, 2016 at 21:56

2

The HTML 5 source element has a src and a type attribute, like this: <source src='url' type='mime/type; codec="codec-name"' /> Where is a complete list of the MIME types for the type attri...
Bohs asked 15/4, 2011 at 5:45

6

I have read from here that how i can mute/unmute mic for a localstream in webrtc:WebRTC Tips & Tricks When i start my localstream mic is enable at that time by default so when i set audioTrac...
Nobe asked 19/2, 2016 at 18:26

11

Solved

I am trying to make the simplest html5 video player in the world: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ST Media Player</title> </h...
Rizzi asked 7/3, 2013 at 10:23

6

Solved

Is there a good way to delete a single TextTrack added via JavaScript to a HTML5 <video> tag? The following code is a simple demo of how to add a track, but I haven't found a good way to remo...
Breezeway asked 27/3, 2015 at 17:43

5

Solved

link to the page I'm trying to get sorted I've got some html5 video on this page and I've managed to get it sorted so that I'm happy with it working in most browsers and displaying an image in tho...
Ceres asked 15/2, 2012 at 11:53

4

Solved

When googling for 'disable HTML5 video fullscreen' most of the answers suggest that I disable custom controls of the <video> tag and build myself custom ones but right there on the MDN site, ...
Killian asked 5/11, 2020 at 10:13

9

Solved

I'm wondering if there's any straightforward way to achieve this effect, without needing backend code to extract a frame, save it as a jpg and database it somewhere. An effect whereby the first fr...
Salo asked 6/9, 2011 at 16:19

5

Solved

I have a Chrome extension in which I'm trying to jump forward or backward (based on a user command) to a specific time in the video by setting the currentTime property of the video object. Before t...
Pennsylvanian asked 23/4, 2017 at 5:37

3

Solved

I know that similar questions have been asked before but none has been able to solve this specific problem, they only solve parts of it. I want to achieve the following: We have a bunch of videos....
Coster asked 26/9, 2018 at 9:34

15

Solved

How to change the video play speed in HTML5? I've checked video tag's attributes in w3school but couldn't approach that.
Livialivid asked 12/6, 2010 at 6:11

3

I wanted to do a basic fragmented mp4 broadcast program with avformat libs and HTML5 video and MSE. This is a live stream and I use avformat to copy h264 data to mp4 fragments. Here is my basic d...
Ahrendt asked 7/3, 2020 at 17:49

2

Solved

I'm trying to load and play a HTML5 video onClick event. But i'm not able to accomplish this :-/ Here's my HTML5: <div id="divVideo"> <video id="video" controls width="560"> <sou...
Imparipinnate asked 9/9, 2013 at 17:16

2

What's the most efficient way to acquire the webcam stream directly into WebGL as a texture? The standard process (as documented in Three.js) is to use the video tag, then manipulate it in a canva...
Diverting asked 17/6, 2019 at 22:51

2

how can I remove the black background from a html5 video? It appears for a few seconds while loading. Using CSS didn't work. The HTML: <div id="start-screen"> <video id="video-element"&...
Caoutchouc asked 31/7, 2014 at 12:50

7

Is it possible to style text tracks (like subtitles and captions) in HTML5 video players? I already found a way to do so for Chrome: video::-webkit-media-text-track-container { // Style the cont...
Pyelitis asked 27/8, 2015 at 14:36

9

Solved

Well, I've been searching few days already, how to display HTML5 video in full-screen mode on android WebView. I managed to play HTML5 videos on my webview. Problems are arising when displaying vi...
Necessity asked 2/4, 2013 at 16:5

3

I have a website that I put my videos/audios on it. I use HTML5 and tag to show videos. But videos/audios can be downloaded if client opens view source page and then copy the file address. How can...
Taciturnity asked 2/5, 2016 at 16:57

6

Using the below, Chrome is not respecting the media queries to display the correct video source based on the device width. Chrome is just playing the first source it finds as you can see here: http...
Cosmetic asked 18/9, 2014 at 8:38

7

I am trying to use HTTP Live Streaming (HLS) to stream video to my computers and my iPhone. After reading through the Apple 'HTTP Live Streaming Overview' as well as 'Best Practices for Creating an...
Poundal asked 5/11, 2013 at 5:22

14

Solved

I am interested in setting up an HTML page with multiple video clips such that each video clip plays only while visible and then pauses when out of view. I have found this great example of how th...
Paleontography asked 16/1, 2014 at 13:56

6

I have this webpage: http://healthpad.net/dashboard/ It have 10 <video> elements on it. For some reason, when I load the page on an iPad, it is not showing the video posters. Try the follo...
Tetanus asked 4/9, 2013 at 12:10

© 2022 - 2024 — McMap. All rights reserved.