node-webrtc-examples
node-webrtc-examples copied to clipboard
MediaStream and RTCDataChannel examples using node-webrtc
because create offer by server need client call api twice. but if create offer by client and connect status is always "new"?
Hello ! I would like to modify the example record-audio-video-stream so that it sends the data to an RTMP page instead of recording the video in mp4. Is this possible...
has it been tested with a remote host
GET https://registry.npmjs.org/bodyParser - Not found
https://github.com/node-webrtc/node-webrtc-examples/blob/f1d7b9a8483fac1a5b2b48da0dde3b2366b5225f/lib/common/pitchdetector.js#L64 maybe you mean? ```js function averageDifference(xs) { return pairs(xs).reduce((y, [x1, x2]) => (x2 - x1) + y, 0) (xs.length - 1); } ```
I was trying to make my nodejs application to record videos from clients through webrtc. Even if I addTrack on client side and verified that negotiation was successful, 'frame' event...
All examlpes here confuse me a lot. Too many encapsulations or requires in those examples, so if there is a no-extra-dependency example or just an example that import modules from...
I'm trying to get a stream from a nodejs server running on a headless raspberry pi, to an electron computer. I'm using simple-peerjs (simple-peer and peerjs combined) to setup the...
I would like to run record-audio-video-stream at windows platform, but it seems the program only support UnixStream. May I know if it is possible to provide a window platform example...
Hi, thanks for your help, I have the following code, I make the connection correctly and receive the MediaStream, but when I want to use RTCVideoSink , it does not...