webrtc-native
webrtc-native copied to clipboard
WebRTC for NodeJS
I get ` throw new Error('prebuilt module not found. See the instructions from https://github.com/vmolsa/webrtc-native/wiki/Getting-started#building-from-source for building module from source.'); ^ Error: prebuilt module not found. See the instructions from https://github.com/vmolsa/webrtc-native/wiki/Getting-started#building-from-source...
Hi, I could not find any Windows x64 release for this module. I could not install or build the source following the instructions, either. Could you please provide a Windows...
When building on Node > v7, I get compilation issues. WeakCallbackData was removed from V8 and is not available anymore in Node. ``` [2026/2037] CXX ../../src/webrtc.Observers.o FAILED: ../../src/webrtc.Observers.o ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD...
How can I use HTMLCanvasElement.captureStream() in this library?
Let’s get started with automated dependency management for webrtc-native :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
Hi, is it possible to publish v2.0.0 to npmjs.com ?
Add an example about how to consume the MediaStream and MediaStreamTracks objects from Node.js, and how to add them programatically. There are some modules like node-ffmpeg or node-speaker that could...
I successfully build the code using buildwebrtc. when I tried to build it using another tool I got this error. `Error: /mnt/disk/node-webrtc-native/build/Release/webrtc.node: undefined symbol: jsimd_extxrgb_ycc_convert_sse2` I need to use the...
Using Ubuntu 14.04, WebRTC.getSources() returns an empty array. I have Alsa devices available and getUserMedia successfully returns an (seemingly) empty stream.
Built the latest version `e10bc4e1` on Windows, and while it seems to work fine, it throws a few stack traces before running, saying ``` (node) v8::ObjectTemplate::Set() with non-primitive values is...