felixge / node-ar-drone

A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
http://nodecopter.com/
MIT License
1.76k stars 428 forks source link

pngstream stops sending new images after sometime #143

Open jeffdare opened 7 years ago

jeffdare commented 7 years ago

Hey!

I noticed that, if the node program is running for some 15-30 min, after that time it start sending the same image again and it does not refresh the new image.

Is this a known image?

Haskman commented 7 years ago

Can you please provide more details? What are you using to display the image stream?

jeffdare commented 7 years ago

I used the sample program where it streams to local host 8080.

Thanks for your support

Jeff

On 23-Mar-2017, at 12:05, Haskman notifications@github.com wrote:

Can you please provide more details? What are you using to display the image stream?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

paulhayes commented 6 years ago

I'm getting the same issue. Running on node on MacOS Sierra. The stream stops after a few minutes. No errors are thrown.