Top "Video" questions

Video is an electronic medium for the recording, copying, and broadcasting of moving visual images.

How to handle "Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first." on Desktop with Chrome 66?

I'm getting the error message.. Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. ..…

javascript google-chrome video html5-video
Force HTML5 youtube video

Regarding the Youtube API Blog they are experimenting with their new HTML5 Video Player. Apparently to play a video in …

html video youtube
How to embed YouTube videos in PHP?

Can anyone give me an idea how can we show or embed a YouTube video if we just have the …

php html video youtube youtube-api
What are all codecs and formats supported by FFmpeg?

I need a list of codecs and formats supported by FFmpeg. Where can I find it?

video ffmpeg
How to make an embedded Youtube video automatically start playing?

In my project, there is a video gallery module. In this module, there are two options: direct FLV uploading, and …

iframe video youtube embed
Clicking HTML 5 Video element to play, pause video, breaks play button

I'm trying to get the video to be able to play and pause like it does YouTube (Using both the …

html video youtube
an attempt was made to access a socket in a way forbbiden by its access permissions. why?

private void StartReceivingData(string ipAddress, int iPort) { try { if (!_bContinueReciving) { //initializeMainSocket(ipAddress, iPort); _mSocket = new Socket(AddressFamily.InterNetwork, SocketType.Raw, …

c# sockets video streaming
Detect if HTML5 Video element is playing

I've looked through a couple of questions to find out if an HTML5 element is playing, but can't find the …

javascript html video html5-video dom-events
Writing an mp4 video using python opencv

I want to capture video from a webcam and save it to an mp4 file using opencv. I found example …

python opencv video