vid-streamer icon indicating copy to clipboard operation
vid-streamer copied to clipboard

Stop stream pipe when user seek or close brower.

Open hankphung opened this issue 9 years ago • 0 comments

Adding following lines before stream.pipe to detect if stream pipe stop when user close browser.

stream.on('data', function(chunk) {
 console.log(''ding",chunk);
})

hankphung avatar Dec 31 '15 05:12 hankphung