-
Notifications
You must be signed in to change notification settings - Fork 7
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
no RTP received error #44
Comments
Upon a little bit of debugging, I traced back the error to the aiortsp library used to get the RTSP stream. If anyone has found a solution feel free to post an update. |
I have the same problem. It used to work (see my previous issue #42) but know with new updates, firmwares, ... it fails again. >>> import pupil_labs.realtime_api.simple as pls
>>> device = pls.Device(address='192.168.0.250', port=8080)
>>> device.streaming_start()
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
unable to create requested socket pair
no RTP received for 10 seconds: closing
no RTP received for 10 seconds: closing This happens in Windows, Ubuntu (WSL), Ubuntu (Docker) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I noticed something weird today. I am getting connected to the pupil companion app through Python. However, instead of getting gaze data, I get the error "no RTP received for 10 seconds: closing". Here is a sample code to reproduce the error: pupil_invisible.py. I was wondering what could be done to fix this.
The text was updated successfully, but these errors were encountered: