Fork me on GitHub
.. - .----. ... / .... .- .-. -.. / - --- / ..-. --- .-. --. . - / ... --- -- . --- -. . / .-- .... --- / --. .- ...- . / -- . / ... --- / -- ..- -.-. .... / - --- / .-. . -- . -- -... . .-. .-.-.-

一款兼容Electron的WebRTC编码工具包

kurento-utils-js is a browser library that can be used to simplify creation and handling of RTCPeerConnection objects, to control the browser’s WebRTC API. However, the official kurento-utils-js is no longer maintained, and problems might occur when using the official library.

This library is an optimized version of kurento-utils-js, currently it adds supports for screen sharing and mixed media sharing for mainstream browsers (as well as Electron, since v6.18.6) without extra plugins.

Installation Instructions

Be sure to have installed Node.js in your system:

1
2
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

To install the library, it’s recommended to do that from the NPM repository:

1
npm install kurento-utils-universal
查看全文 ...