-
Notifications
You must be signed in to change notification settings - Fork 22
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
Timeout on OpenWebRX #87
Comments
Help me bisect the problem. Can you throw some prints into SoapyRTLSDR readStream? Lets see if the timeout comes from the hardware driver or the SoapyRemote: https://github.com/pothosware/SoapyRTLSDR/blob/master/Streaming.cpp#L340 If the hardware driver actually starts returning timeous, then so will the calls to SoapyRemote's readStream |
Hi guruofquality,
After having compiled, installed, and executed the code,
So it appears that there were no errors from the SDR device and the timeout is coming from SoapyRemote itself, am I correct? If you need further testing just let me know. |
When using SoapyRemote with a RTL-SDR Blog V3 on ArchLinux ARM on a Raspberry Pi 2,
with OpenWebRX as a client, I get a timeout error every 1-3 hours.
While this happens the SoapyRemote stdout is clean:
This kind of fault is considered unrecoverable by the OpenWebRX client, here is the related issue on their side.
The text was updated successfully, but these errors were encountered: