node-webrtc-examples icon indicating copy to clipboard operation
node-webrtc-examples copied to clipboard

recording-audio-video-stream windows patch

Open ctnava opened this issue 3 years ago • 0 comments
trafficstars

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');

ctnava avatar Sep 09 '22 22:09 ctnava