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

TcpVideoStream error: TcpVideoStream timeout after 1000 ms. #124

Closed mouhyemen closed 9 years ago

mouhyemen commented 9 years ago

Despite the patches of #23, I am still facing this trouble. I have the latest node and downloaded the updated library onto my system. Any ideas why the client is not reconnecting and taking care of this?

mouhyemen commented 9 years ago

So I have made a go at it again. I had node v0.10.33 earlier and now I installed v0.12.7. The client re-connects if it has lost connection and streams in video but the parsing has stopped. In case anyone else faces this problem, try installing to the latest node.

I have checked if TcpVideoStream emits data events after re-connecting and it does. However, the parser has stopped emitting data events.

Has this issue been addressed where once the client loses connection, it is able to reconnect and stream in video from the drone BUT NOT parse it anymore to a h264 file ??

wiseman commented 9 years ago

I think this is a duplicate of #105.

mouhyemen commented 9 years ago

Yes it is. I had opened another issue before commenting on #105. Should I close this ?

wiseman commented 9 years ago

Yes, I'll close this and we'll continue the discussion on #105. Thanks!