Stephen Buchanan

Results 53 comments of Stephen Buchanan

Also, the hack appears not to work for me, anyway.

I'm also getting something similar, even when I write frames directly to disk (.jpg images) rather than streaming via websocket. Most images look like this (the rest are just "empty"...

I for one am NOT getting the corrupted images on the client side. Like I said, when I saw the issue (using the canvas demo example) then I tried to...

Still getting the exact same behaviour, even after using your code. Here's the actual code I'm running for now: ``` const app = require('express')(); const rtsp = require('rtsp-ffmpeg'); const fs...

Good advice, thanks! Let me give that a try.

Nope, still doing the same thing. You can see my complete code below. I'm actually creating a new Buffer and copying it before passing it to the `saveFile` function. How...

Eek, would love for this to be fixed. Not merged yet?

Shouldn't this be run on `npm uninstall` or something?

Wow, nice. I'm definitely going to give this a try.

Ah yes, this would help enormously. Any plans to do this? Or need help doing it?