-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TcpVideoStream error: TcpVideoStream timeout after 1000 ms. #124
Comments
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 ?? |
I think this is a duplicate of #105. |
Yes it is. I had opened another issue before commenting on #105. Should I close this ? |
Yes, I'll close this and we'll continue the discussion on #105. Thanks! |
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?
The text was updated successfully, but these errors were encountered: