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

Too many [Error: TcpVideoStream timeout after 1000 ms.] #23

Closed saibayadon closed 11 years ago

saibayadon commented 12 years ago

Is this an error of mine? I'm getting too many of those error and video often freezes for seconds (20s and up). FFMPEG related?

felixge commented 11 years ago

No, this is the tcp stream of the drone timing out on you. It may be possible to handle this better inside the lib, so the problems will be less annoying. Looking into this soon.

eschnou commented 11 years ago

Now that #46 is merged and that the client takes care of re-connection, I propose to close this one.

felixge commented 11 years ago

@eschnou yup, closed it