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

Install on Mac M1, and got error: ``` npm ERR! [ npm ERR! '/usr/local/bin/node', npm ERR! '/Users/king/Tests/sctp-to-webrtc/node_modules/node-datachannel/node_modules/.bin/cmake-js', npm ERR! 'rebuild', npm ERR! '--runtime-version=16.15.1', npm ERR! '--arch=arm64', npm ERR! '--runtime=node' npm...

help wanted

Signed-off-by: caner

Hello, I'm running into a problem with the library, as `node_datachannel.node` has been built for OS X 10.15 and I'm currently on OS X 10.13, I get this error on...

help wanted

I'm trying to install an application that uses node-datachannel on AWS Linux 2 on Amazon Elastic Beanstalk. Installation fails on the following permission error: ``` 2022/06/21 09:21:25.291718 [INFO] Executing instruction:...

need-more-info

Just: ```js require('node-datachannel') ``` And got error on UBuntu 16.04: ``` Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /app/webrtc-test/node_modules/node-datachannel/build/Release/node_datachannel.node) at Object.Module._extensions..node (node:internal/modules/cjs/loader:1189:18) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at...

While testing for Node v15 and v13 got the error below. @paullouisageneau any suggestion? ``` 2022-09-09 14:16:43.629 DEBUG [184380] [rtc::impl::Init::doInit@120] Global initialization 2022-09-09 14:16:43.634 DEBUG [184398] [rtc::impl::Certificate::Generate@223] Generating certificate (OpenSSL)...

Using Node LTS (v16.17.0), I tried to load and execute node-datachannel into a Node worker_threads. It seems to start correctly, but I have the following error: FATAL ERROR: HandleScope::HandleScope Entering...

Hi Would it be possible to also expose the WebSocket functionality of libdatachannel in node-datachannel? There are the well-known websocket packages for nodejs (ws, websocket, and uWebSockets), but they all...

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Hey, is it posssible to add support for bun.js ? For now, when trying to run a server using node-datachannel, that's what I get : ![image](https://github.com/murat-dogan/node-datachannel/assets/134150764/3b53f6e3-98c0-4361-bb5f-c88291aac1d7)

enhancement