nodeStream
nodeStream copied to clipboard
Streaming from ffmpeg to HTML5 canvas.
Results
1
nodeStream issues
Sort by
recently updated
recently updated
newest added
Hi, I've used your code to create a streaming desktop system using the following ffmpeg child process in node server: var ffmpeg = require('child_process').spawn("ffmpeg", [ "-f", "avfoundation", "-i", "1:0", "-q:v",...