videojs-record
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "videojs-record", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/collab-project/videojs-record", | ||
@@ -5,0 +5,0 @@ "description": "A video.js plugin for recording audio/video/image files.", |
{ | ||
"name": "videojs-record", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A video.js plugin for recording audio/video/image files.", | ||
@@ -5,0 +5,0 @@ "main": "src/js/videojs.record.js", |
@@ -52,4 +52,4 @@ Video.js Record | ||
```html | ||
<link href="//vjs.zencdn.net/5.0/video-js.css" rel="stylesheet"> | ||
<script src="//vjs.zencdn.net/5.0/video.js"></script> | ||
<link href="//vjs.zencdn.net/5.2.1/video-js.css" rel="stylesheet"> | ||
<script src="//vjs.zencdn.net/5.2.1/video.js"></script> | ||
``` | ||
@@ -267,3 +267,3 @@ | ||
<script src="videojs-record/dist/lang/nl.js"></script> | ||
<script src="//vjs.zencdn.net/5.0/lang/nl.js"></script> | ||
<script src="//vjs.zencdn.net/5.2.1/lang/nl.js"></script> | ||
``` | ||
@@ -270,0 +270,0 @@ |
@@ -13,3 +13,3 @@ (function (root, factory) | ||
// like Node. | ||
module.exports = factory(require('videojs')); | ||
module.exports = factory(require('video.js')); | ||
} | ||
@@ -795,3 +795,4 @@ else | ||
// https://www.fxsitecompat.com/en-US/docs/2015/mediastream-stop-has-been-deprecated/ | ||
// and https://bugzilla.mozilla.org/show_bug.cgi?id=1103188#c106) | ||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1103188#c106 and | ||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1192170) | ||
if (!this.isChrome()) | ||
@@ -798,0 +799,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
722986
2057