Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webrtc-native

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-native

WebRTC for NodeJS

  • 1.3.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
Maintainers
1
Weekly downloads
 
Created
Source

WebRTC for NodeJS

Chromium

webrtc-native is using WebRTC from chromium project. code is compiled with branch 50.

Install

npm install webrtc-native --save

Compatibility x64

NodeJS / Io.JSWindows 8.1OSXUbuntu 14.04
IoJS-v2.3.2Old Releasexx
IoJS-v3.3.1Old Releasexx
NodeJS-v0.10.38Old Releasex-
NodeJS-v0.12.5Old Releasex-
NodeJS-v4.2.1-xx
NodeJS-v4.3.2-xx
NodeJS-v4.4.0-xx
NodeJS-v5.0.0-xx
NodeJS-v5.1.1-xx
NodeJS-v5.2.0-xx
NodeJS-v5.3.0-xx
NodeJS-v5.4.1-xx
NodeJS-v5.5.0-xx
NodeJS-v5.6.0-xx
NodeJS-v5.7.1-xx
NodeJS-v5.8.0-xx
FeaturesWindows 8.1OSXUbuntu 14.04
Audio CaptureUntestedxUntested
Camera CaptureUntested-Untested
Dtls-Srtp DataChannelsUntestedxx
RTP DataChannelsUntestedxx
Video StreamingUntested-Untested
Audio StreamingUntestedxUntested
Video Recording from MediaStreamUnimplementedUnimplementedUnimplemented
Audio Recording from MediaStreamUnimplementedUnimplementedUnimplemented

TODO

  • Add ARM support (BeagleBone, Raspberry Pi)

API

Usage

var WebRTC = require('webrtc-native');
WebRTC.RTCPeerConnection
WebRTC.RTCIceCandidate
WebRTC.RTCSessionDescription
WebRTC.RTCDataChannel
WebRTC.MediaStream
WebRTC.MediaStreamTrack
WebRTC.getUserMedia
WebRTC.getSources
  • Returns array of available device inputs
WebRTC.RTCGarbageCollect()
  • Notify V8 Engine to attempt to free memory.
WebRTC.setDebug(boolean)
  • Enable / Disable WebRTC log messages

Build from source

git clone https://github.com/vmolsa/webrtc-native
cd webrtc-native
export BUILD_WEBRTC=true
npm install

Prerequisite software

Windows

You must build with Visual Studio 2013 Update 4, no other versions are supported.
You must have Windows 7 x64 or later. x86 OSs are unsupported.
You must run "npm install" with administrator privileges.

OS X

XCode 3.0 or higher

Linux (Ubuntu, Fedora, ...)

Checkout prerequisites

Keywords

FAQs

Package last updated on 28 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc