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 427 forks source link

only serves one image after every start-up, and "TcpVideoStream Timeout" error will occur. #119

Closed BigRabbit closed 9 years ago

BigRabbit commented 9 years ago

1.ffmpeg version ffmpeg 2.TcpVideoStream error error 3.run "node test/run.js" test

wiseman commented 9 years ago

Hi, @BiGrabbit, thanks for the report. The test failure issue has been reported: See #78 and #49.

The TcpVideoStream timeout happens sometimes, but the code is designed to reconnect when that happens, and it looks like that's working as designed in your case.

I'm going to close this for now, but let me know if you don't think I've addressed your issues.

(In the future, please paste text instead of screenshot images--images are not searchable, but text is.)

BigRabbit commented 9 years ago

hello, wiseman! thanks for your reply in time. I want to know how to solve the problem "pngSteram returns only one png after every start-up".

wiseman commented 9 years ago

Ok, for that issue see #99.