Skip to main content

Questions tagged [html5-video]

HTML5 video is an element introduced in the HTML5 draft specification for the purpose of creating a standards-compliant, plugin-free way for playing videos and movies, partially replacing the object element.

1 vote
0 answers
23 views

How would I remove the effects of an event listener on a nested element via a chrome extension?

I have a chrome extension that works as a video overlay to allow for specific timestamp playback. The extension is activated via keyboard command, and uses a form to input specific time stamps. The ...
Chris's user avatar
  • 138
-2 votes
0 answers
55 views

Cant change the currentTime of a Video or Audio Tag

I have 2 audio file with 2 button with it, the first one src is from my local file and the second is from another website. var audio = document.getElementById('audio'); var button = document....
user26373247's user avatar
0 votes
0 answers
26 views

Background video not loading on any mobile phones

So here is my code: <!-- VIDEO OVERLAY--> <div class="video_overlay"> <header> <!-- This div is intentionally blank. It creates the transparent black ...
PSS's user avatar
  • 1
1 vote
0 answers
64 views

how can I make to have the audio from the video playing to be the only one active

here is the code of the video slider. i tried the script shown below and it worked to bring audio on and off when clicking on the video but when i slide to the next video and if i haven't clicked to ...
John Quintero's user avatar
0 votes
1 answer
38 views

Zod > video file duration check (Javascript mastery required)

I'm trying to use Zod and validate video file input duration. The issue is that to load metadata, there needs to be async / await and this is where I've reach my Javascript mastery limit. This is what ...
Jeekim's user avatar
  • 653
0 votes
0 answers
10 views

how can i get camera access in ios12 application embedded h5

i can sure the app already hava the camera access, but in the embedded html, i still cannot open the camera. And this HTML page is work at Safari, but cant work on app when the page is embedded in app....
athena's user avatar
  • 1
2 votes
1 answer
45 views

Form overlay cannot be filled or submitted on already existing video.js video element

I made a chrome extension that uses a basic form to input specific time stamps onto videos present on web pages. The extension is currently working for both Youtube and Spotify videos as is: I can ...
Chris's user avatar
  • 138
0 votes
3 answers
53 views

HTML <video> element: how to remove the dark area around the timeline control when it appears?

When a video plays normally: The timeline control will appear when one pauses the video or moves the mouse. In a WebKit-based browser like Chrome, it looks like this: So there is a dark area around ...
Ziyuan's user avatar
  • 4,422
0 votes
0 answers
29 views

in Node.js how to dynamically crop/trim mp4 video file from AWS S3 and return it via streaming to HTML Video player

const res = await pipeline( initiateObjectStream(videoKey, start, end), response, ); I have the functionality of a webinar platform. It has a recorded video that needs to be ...
turaiev's user avatar
  • 21
0 votes
1 answer
64 views

Dash.js fetches .m4s files when setting video.currentTime and results in errors. Errors when setting video.currentTime in dash.js

Basically I need to start playing my .mpd file from a given duration using dash.js I am able to play my .mpd file properly from start to end using dash.js in browser. But when I want to play it from a ...
YadneshD's user avatar
  • 426
0 votes
0 answers
43 views

RTSP stream to web

I am trying to render a RTSP stream from my cam, I have tried using RTSPToWeb, when I open the RTSPToWeb proxy server, I only see MSE working (for other streams, I can see the four formats that the ...
Pabl0's user avatar
  • 1
0 votes
1 answer
44 views

How to get a fragment of an mp4 video file from the middle, but keep the file metadata using nodejs aws

export async function* initiateObjectStream( Key: string, start: number, end: number, ): AsyncGenerator<any, any, unknown> { const streamRange = `bytes=${start}-${end}`; const ...
turaiev's user avatar
  • 21
-2 votes
1 answer
32 views

Way to autoplay the video without muted [closed]

<div class="tab-img"> <video id="autplay-video" width="320" height="240" controls autoplay poster="https://solax-prod....
Gautam TechMarcos's user avatar
-1 votes
0 answers
38 views

How to hide video download button in html sandbox iframe

I went to hide download button from my video iframe.Now what can I do? Note:I can't use video tag because my video host in 3rd party site & they offer iframe with ads so I use sandbox for remove ...
MD Siam Ehosun Sun's user avatar
-1 votes
0 answers
60 views

Why do my embedded videos show a blank screen when forced into full screen mode on iOS17 (v17.5.1)?

Having a problem with videos showing a blank screen when first played on iPhone (iOS V17.5.1). On desktop I have the videos playing inside a modal, but for iOS I force the videos to full screen by ...
DieselHashtag's user avatar

15 30 50 per page
1
2 3 4 5
535