
Tag: WEBRTC
Chrome – Tunnel WebRTC UDP traffic through proxy
A user’s IP address is typically leaked by WebRTC, even when using a proxy. This is a big deal for security, but not why I’m interested. Some sites, like www.omegle.com,…
nest – SDP Offer WebRTC
I’m trying to execute the sdm.devices.commands.CameraLiveStream.GenerateWebRtcStream command on a Nest Battery Cam which only support WebRTC streams. The request should be as follows: POST /enterprises/$project-id/devices/$device-id:executeCommand { “command” : “sdm.devices.commands.CameraLiveStream.GenerateWebRtcStream”, “params”…
Accepted libjs-webrtc-adapter 8.1.0~ds-2 (source) into unstable
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 Format: 1.8 Date: Thu, 09 Dec 2021 09:23:43 +0100 Source: libjs-webrtc-adapter Architecture: source Version: 8.1.0~ds-2 Distribution: unstable Urgency: medium Maintainer: Debian Javascript Maintainers <pkg-javascript-de…@lists.alioth.debian.org>…
node.js – adapter not defined in nodejs webrtc-adapter
I would like to write a webRTC application using nodejs. I installed webrtc-adapter from npm and it’s there D:2021projectsWebRTCJanek>npm webrtc-adapter –version 7.24.0 In my app.js I have ”’ app.use(‘/scripts’, express.static(__dirname…