Pipe output of ffmpeg using nodejs stdout
问题 I am not being able to pipe the output of the ffmpeg over a stdout. Following are the block of code what I coded so far. var http = require('http') , fs = require('fs') var child_process = require("child_process") http.createServer(function (req, res) { console.log("Request:", dump_req(req) , "\n") // path of the var path = 'test-mp4.mp4' //test-mp4-long.mp4 , stat = fs.statSync(path) , total = stat.size var range = req.headers.range , parts = range.replace(/bytes=/, "").split("-") ,