electron-screen-recorder
electron-screen-recorder copied to clipboard
Error Handling
const readableVideoBuffer = new stream.PassThrough()
readableVideoBuffer.write(window.videoBuffe)
readableVideoBuffer.end()
readableVideoBuffer.destroy()
An error handler here, will make app safer.