node-webrtc / node-webrtc-examples

MediaStream and RTCDataChannel examples using node-webrtc
508 stars 161 forks source link

recording-audio-video-stream windows patch #50

Open ctnava opened 2 years ago

ctnava commented 2 years ago

Windows Compatibility Patch (custom fluent-ffmpeg-multistream implementation) because unix ports aren't readily accessible and creating a PR to the original dependency's repository is literally not an option.

Outside of whitespace and formatting, the only real edit to the server.js is

const { StreamInput } = require('./fluent-ffmpeg-multistream.js');