Skip to content

Releases: collab-project/videojs-record

2.0.6

15 Jan 02:51
4df9e3f
Compare
Choose a tag to compare
  • Fix compatibility with video.js 6.6.0 (#198)
  • Bump required version for videojs-wavesurfer to 2.1.4
  • Document how to stream upload to server using timestamp event (#176)

2.0.5

30 Dec 18:40
0b5c57b
Compare
Choose a tag to compare
  • Release stream tracks and close audioContext on stop recording in the
    lamejs plugin (#197 by @mafflin)

2.0.4

13 Dec 17:19
f83df4f
Compare
Choose a tag to compare
  • Fix issue with blinking time display (#175)
  • Bump required version for videojs-wavesurfer to 2.1.2
  • Bump required version for recordrtc to 5.4.6 for access to RecordRTC.version number

2.0.3

30 Nov 18:49
6c578db
Compare
Choose a tag to compare
  • Fix Windows build (#186)
  • Bumped required version for videojs-wavesurfer to 2.0.3

2.0.2

15 Nov 22:24
Compare
Choose a tag to compare
  • Fix issue with copying fonts during build (#185)
  • Bump required version for recordrtc to 5.4.5 for improved Safari 11 support (#181)

2.0.1

10 Nov 14:51
Compare
Choose a tag to compare
  • Fix MRecordRTC reference error (#177)

2.0.0

05 Oct 21:35
Compare
Choose a tag to compare
  • Refactor plugin using ES6 (#167, #149)
  • video.js 6.0 or newer is now required: older versions are no longer supported
  • videojs-wavesurfer.js version 2.0.1 or newer is now required: older versions
    are no longer supported
  • RecordRTC.js version 5.4.4 or newer is now required: older versions are no
    longer supported
  • New dependency: webrtc-adapter (version 5.0 or newer) is now recommended;
    the old WebRTC (getUserMedia) cross-browser support code has been removed
  • Support for the video.js fluid option for responsive layout (#166)
  • Replace usage of deprecated URL.createObjectURL(stream) (#169)
  • Added React example (#33)

Backwards-incompatible changes (when upgrading from a previous version):

  • Use player.record() instead of player.recorder to interact with the
    plugin, e.g. player.record().destroy()

1.7.1

23 Sep 20:17
Compare
Choose a tag to compare
  • Bumped required version for videojs-wavesurfer to 1.3.6 to restrict the wavesurfer.js dependency to anything lower than 2.0.0
  • Bugfix: properly update current time and duration display components

1.7.0

25 Jul 12:24
Compare
Choose a tag to compare
  • Get blobs after specific time-intervals using the timestamp event and
    timeSlice option (#3)
  • Bump required version for recordrtc to 5.4.2 for timeSlice support
  • Fix CSS styling for video.js 6.0 and newer (#149)
  • Take into account async stream loading before playing media on the Android
    version of the Chrome browser (#154 by @kperdomo1)
  • Bump required Chrome version to 60 or newer for ImageCapture support (#153)
  • Exclude video.js 6.2.0 or newer until video.js module export issue is
    resolved (#149)

1.6.2

27 May 01:30
Compare
Choose a tag to compare
  • Use video.js AMD module name (#123, #136)
  • Bump required version for videojs-wavesurfer to 1.3.3 for the correct
    video.js AMD module name