Questions tagged as 'html5-video'

0
answers

Why video buttons do not work in browsers after using css?

I'm making an application that displays a video on the site with NodeJS, socket io, express. Only one page with the tag <video> . I want the video to click on play to be full screen, but that does not happen then I used this cs...
asked by 06.12.2016 / 19:43
0
answers

video without sound on iOS

I'm using the html 5 video tag, but when running on an iOS (an app using the phonegap) there is no sound, what can it be? I followed exactly the example used by W3SC, and even then there is no sound. Code: <div class="midia"> &...
asked by 14.03.2016 / 17:53
2
answers

How to run .mkv files in all browsers?

I'm trying to run a video in .mkv in Firefox, but the same error because of file extension. Is there any way to make the video work? <video> <source src="video.mkv" type="video/mp4"> </video> Using the above...
asked by 09.10.2017 / 21:56
1
answer

Change display according to select option

I am setting up a Selection Menu where the user selects a month, when the month is selected, a next selection menu is displayed to choose a day. What I need to do now is: when the user selects the day, a video is displayed. In this case, there i...
asked by 27.12.2017 / 04:12
1
answer

Choose the language of the player in HTML5

I have a video in dual audio (English and Portuguese) but when my page loads the audio is only in English. <video width="200" height="200" controls> <source src="video/lucifer/T03E01.mkv" type="video/mp4"> <source src="video...
asked by 11.12.2018 / 17:25