Skip to content

Commit

Permalink
restrict recordrtc to 5.5.9 until muaz-khan/RecordRTC#615 (comment) i…
Browse files Browse the repository at this point in the history
…s fixed
  • Loading branch information
thijstriemstra committed May 17, 2020
1 parent 0f30022 commit 4469d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/demo/video-only-webm-wasm.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="//unpkg.com/@mattiasbuelens/web-streams-polyfill/dist/polyfill.min.js"></script>

<script src="//vjs.zencdn.net/7.6.6/video.min.js"></script>
<script src="//unpkg.com/recordrtc/RecordRTC.js"></script>
<script src="//unpkg.com/recordrtc@5.5.9/RecordRTC.js"></script>
<script src="//unpkg.com/webrtc-adapter/out/adapter.js"></script>

<script src="//unpkg.com/videojs-record/dist/videojs.record.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"opus"
],
"dependencies": {
"recordrtc": ">=5.5.9",
"recordrtc": "<=5.5.9",
"video.js": ">=7.0.5",
"videojs-wavesurfer": ">=3.0.4",
"webrtc-adapter": ">=7.6.0"
Expand Down

0 comments on commit 4469d4f

Please sign in to comment.