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
Tag: mediarecorder
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