Skip to content

RecordRTC v5.2.2

Compare
Choose a tag to compare
@muaz-khan muaz-khan released this 08 Oct 18:36
· 346 commits to master since this release

This release fixes Firefox longer recording issues; as well as 1-sec or 2-sec recording issues. Ref. #47

The relevant commit: 2446780

Note: Now RecordRTC sets 1-milliseconds interval for ondataavailable event to be fired which increases CPU usage but returns most accurate result comparing older hacks.

1-milliseconds is the lowest possible value can be set in Firefox. However chrome allows setting 0 as well.