Replies: 1 comment
-
There is a dropdown under Audio that I did not see. FOr some reason I thought the list of sources would appear when I clicked on "Source [Remote]". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Compiled on Raspberry PI 3B+, but when I run as server a Windows client does not see the RTL-SDR as a source after it connects.
Here is the startup of the server:
mike@pi3:~ $ sdrpp --server
[02/06/2024 10:40:48.000] [INFO] SDR++ v1.2.0
[02/06/2024 10:40:48.000] [INFO] Loading config
[02/06/2024 10:40:48.000] [INFO] =====| SERVER MODE |=====
[02/06/2024 10:40:48.000] [WARN] ConfigManager locked, waiting...
[02/06/2024 10:40:48.000] [INFO] Loading modules
[02/06/2024 10:40:48.000] [INFO] Loading /usr/lib/sdrpp/plugins/audio_source.so
[02/06/2024 10:40:48.000] [INFO] Loading /usr/lib/sdrpp/plugins/sdrpp_server_source.so
[02/06/2024 10:40:48.000] [INFO] Loading /usr/lib/sdrpp/plugins/rtl_sdr_source.so
[02/06/2024 10:40:48.000] [INFO] Loading /usr/lib/sdrpp/plugins/file_source.so
[02/06/2024 10:40:48.000] [INFO] Loading /usr/lib/sdrpp/plugins/rtl_tcp_source.so
[02/06/2024 10:40:48.000] [INFO] Loading /usr/lib/sdrpp/plugins/network_source.so
[02/06/2024 10:40:48.000] [INFO] Initializing Audio Source (audio_source)
[02/06/2024 10:40:48.000] [INFO] Initializing File Source (file_source)
[02/06/2024 10:40:48.000] [INFO] Initializing RTL-SDR Source (rtl_sdr_source)
Found Rafael Micro R820T tuner
[02/06/2024 10:40:48.000] [INFO] Initializing RTL-TCP Source (rtl_tcp_source)
[02/06/2024 10:40:48.000] [INFO] Initializing SDR++ Server Source (sdrpp_server_source)
[02/06/2024 10:40:48.000] [INFO] Running post-init for Audio Source
[02/06/2024 10:40:48.000] [INFO] Running post-init for File Source
[02/06/2024 10:40:48.000] [INFO] Running post-init for RTL-SDR Source
[02/06/2024 10:40:48.000] [INFO] Running post-init for RTL-TCP Source
[02/06/2024 10:40:48.000] [INFO] Running post-init for SDR++ Server Source
[02/06/2024 10:40:48.000] [INFO] AudioSourceModule 'Audio Source': Menu Select!
[02/06/2024 10:40:48.000] [INFO] Ready, listening on 0.0.0.0:5259
[02/06/2024 10:41:15.000] [INFO] Connection from TODO:TODO
[02/06/2024 10:41:22.000] [INFO] AudioSourceModule 'Audio Source': Start!
[02/06/2024 10:41:24.000] [INFO] AudioSourceModule 'Audio Source': Stop!
Here is what the client sees:
Any ideas? I'm sure I have missed something but I don;t see anything obvious.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions