Comparing version 5.5.0 to 5.5.1
{ | ||
"name": "recordrtc", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"authors": [ | ||
@@ -8,3 +8,3 @@ { | ||
"email": "muazkh@gmail.com", | ||
"homepage": "http://www.muazkhan.com/" | ||
"homepage": "https://muazkhan.com/" | ||
} | ||
@@ -11,0 +11,0 @@ ], |
{ | ||
"name": "recordrtc", | ||
"preferGlobal": false, | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"author": { | ||
"name": "Muaz Khan", | ||
"email": "muazkh@gmail.com", | ||
"url": "http://www.muazkhan.com/" | ||
"url": "https://muazkhan.com/" | ||
}, | ||
@@ -10,0 +10,0 @@ "description": "RecordRTC is a server-less (entire client-side) JavaScript library that can be used to record WebRTC audio/video media streams. It supports cross-browser audio/video recording.", |
@@ -43,3 +43,3 @@ # RecordRTC: WebRTC JavaScript Library for Audio+Video+Screen Recording | ||
| Microsoft Edge | [Normal Build](https://www.microsoft.com/en-us/windows/microsoft-edge) | **Only Audio** - No Video - No Canvas - No Screen | | ||
| Safari 11 | preview/beta (OSX/iOS11) | [Only StereoAudioRecorder](https://www.webrtc-experiment.com/RecordRTC/simple-demos/audio-recording.html) - No Video - No Canvas - No Screen | | ||
| Safari | iOS / MacOSX | Audio+Video (video requires "Safari Preview") | | ||
@@ -136,2 +136,6 @@ ## Frameworks | ||
**Safari:** | ||
<img src="https://user-images.githubusercontent.com/305679/50975925-f794b200-14ee-11e9-8540-1471e7003896.png" alert="RecordRTC on Safari" /> | ||
## RecordRTC Demos | ||
@@ -1209,2 +1213,15 @@ | ||
## How to Fix video seeking issues? | ||
```html | ||
<script src="https://cdn.webrtc-experiment.com/EBML.js"></script> | ||
<script> | ||
recorder.stopRecording(function(blob) { | ||
getSeekableBlob(recorder.getBlob(), function(seekableBlob) { | ||
invokeSaveAsDialog(seekableBlob); | ||
}); | ||
}); | ||
</script> | ||
``` | ||
## Credits | ||
@@ -1211,0 +1228,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
380665
1294
4792