node-datachannel icon indicating copy to clipboard operation
node-datachannel copied to clipboard

Easy to use WebRTC data channels and media transport. libdatachannel node bindings.

Results 24 node-datachannel issues
Sort by recently updated
recently updated
newest added

Currently we are linking OpenSSL as dynamically and want to change that. https://github.com/murat-dogan/node-datachannel/blob/a07715d4a13c89e1a79b0bad54b2490beb999ce5/CMakeLists.txt#L27-L30

### Versions: - node-datachannel: `0.5.3` - vitest: `1.3.1` - simple-peer: `9.11.1` - node: tested `18` and `20`, same behavior All latest at the time of the creation of this issue....

Ubuntu 22.04.2 LTS (GNU/Linux 5.19.0-1025-aws aarch64) Node v19.9.0 ``` npm ERR! code 137 npm ERR! path /home/ubuntu/node_modules/node-datachannel npm ERR! command failed npm ERR! command sh -c prebuild-install || (npm install...

help wanted

Currently, we are linking OpenSSL dynamically and want to change that. https://github.com/murat-dogan/node-datachannel/blob/a07715d4a13c89e1a79b0bad54b2490beb999ce5/CMakeLists.txt#L27-L30

This is a follow-on to #215, I think the problem still exists, even after `[email protected]`. These references can keep threads alive: ``` # ThreadSafeCallback callback node:internal/async_hooks:202 file:///Users/alex/Documents/Workspaces/libp2p/js-libp2p/node_modules/node-datachannel/polyfill/RTCPeerConnection.js:63 file:///Users/alex/Documents/Workspaces/libp2p/js-libp2p/packages/transport-webrtc/dist/test/peer.spec.js:40 file:///Users/alex/Documents/Workspaces/libp2p/js-libp2p/packages/transport-webrtc/dist/test/peer.spec.js:62 #...

I use node-datachannel 0.5.4 to do an echo-test from the browser. I succeeded to send and receive my audio/video streams back and forth. The offer is initiated by the browser...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

I'm seeing this error on Electron in GitHub actions: ``` /home/runner/.cache/electron/416b9e4fe8fa4ae9903a8176cd1cba59f4b1273f87bab9aaf5ca425d2b7602fc/electron: symbol lookup error: /home/runner/work/js-libp2p/js-libp2p/node_modules/node-datachannel/build/Release/node_datachannel.node: undefined symbol: EVP_MAC_fetch ``` Weirdly I can't replicate it locally on Linux or Mac OS...