I am working on a project where I need the user to be able to record screen, audio and microphone. At the moment I could only make it recognize screen and audio. First I am capturing the screen and the audio from it and saving it to a variable. And then I am capturing that variable to show the a
Tag: recordrtc
recording canvas animation playback issue with chromium browsers
If i use the following code to record a canvas animation: The video plays fine and i can seek it in chrome/edge/firefox etc. When i download the video using the following code: The video downloads and plays fine, and the seekbar updates like normal. If i then move the seekbar to any position, as soon as I move it I
How can I add predefined length to audio recorded from MediaRecorder in Chrome?
I am in the process of replacing RecordRTC with the built in MediaRecorder for recording audio in Chrome. The recorded audio is then played in the program with audio api. I am having trouble getting the audio.duration property to work. It says If the video (audio) is streamed and has no predefined length, “Inf” (Infinity) is returned. With RecordRTC, I