videojs-record
Advanced tools
Changelog
1.6.1 - 2017/04/09
videojs.registerPlugin
in video.js 6.0.0 and newerChangelog
1.6.0 - 2017/02/26
pause
and resume
methods (#61)getDuration
and getCurrentTime
methods (#129)progressRecord
event that fires continuously during recording (#128)MediaStreamTrack.takePhoto
for image-only mode (#96)dist
directory with minified filesgetDuration
and getCurrentTime
methodsChangelog
1.5.1 - 2016/12/02
saveAs
method that shows a browser dialog window where the user can store
the recorded media locally (#97)Changelog
1.5.0 - 2016/09/30
audioMimeType
and videoMimeType
settings for H264 support (#92)tap
events to support touch on mobile (#71)exportImage
method (#91)Changelog
1.4.0 - 2016/05/25
reset
method to reset the plugin without destroying it (#73)Changelog
1.3.0 - 2016/03/25
enumerateDevices
API (#16)formatTime
(#46 by @zang)Changelog
1.2.0 - 2016/02/27
navigator.mediaDevices.getUserMedia
instead of deprecated
navigator.getUserMedia
if availableMediaStream.stop()
; use MediaStreamTrack.stop()
insteadaudioRecorderType
and videoRecorderType
optionsaudioModuleURL
optionChangelog
1.1.0 - 2016/01/19
audioChannels
, frameWidth
and frameHeight
(#35)loop
option permanently (#42)getUserMedia
browser support (#38 by @xlc)AudioContext
on stop in libvorbis.js plugin (#36, #37 by @xlc)