Skip to content
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

Open
suvodip1212 opened this issue Aug 30, 2023 · 2 comments
Open

no RTP received error #44

suvodip1212 opened this issue Aug 30, 2023 · 2 comments

Comments

@suvodip1212
Copy link

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.

@suvodip1212
Copy link
Author

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.

@JackCaster
Copy link

JackCaster commented Dec 22, 2023

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants