Hello,
I followed the manual to run my Raspberry Shake: I connected the Shake to my home Wi-Fi network, accessed the interface and filled out all the required information and turned “Forward data” on.
I also added a datacast address because I want to use rsudp.
The datacast IP address is of my Ubunto VM (running on MacBook) after configuring the VM network as “bridged adapter” to get an IP address on the same subnet as the Shake. The port number is 8888.
I followed the manual to install rsudp and configured the settings file with my station name and port number. You can find the settings file attached.
The issue is when I run rs-client command in rsudp environment I get the following error:
(rsudp) vboxuser@Ubuntu-24:~$ rs-client
/home/vboxuser/miniconda3/envs/rsudp/lib/python3.12/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
/home/vboxuser/miniconda3/envs/rsudp/lib/python3.12/site-packages/pydub/utils.py:184: RuntimeWarning: Couldn't find ffplay or avplay - defaulting to ffplay, but may not work
warn("Couldn't find ffplay or avplay - defaulting to ffplay, but may not work", RuntimeWarning)
2025-11-06 17:11:25 [Init] Logging initialized successfully.
2025-11-06 17:11:25 Using settings file: /home/vboxuser/.config/rsudp/rsudp_settings.json
2025-11-06 17:11:25 Output directory is: /home/vboxuser/output_dir
By default output_dir is set to /home/vboxuser/rsudp
2025-11-06 17:11:25 [RS lib] Initializing rsudp v 2.2.1.
2025-11-06 17:11:25 [openSOCK] Opening socket on localhost:8888 (HOST:PORT)
2025-11-06 17:11:25 [RS lib] Waiting for UDP data on port 8888...
2025-11-06 17:11:35 [Init] ERROR: No data received in 10 seconds; aborting.
2025-11-06 17:11:35 [Init] Check that the Shake is forwarding data to:
2025-11-06 17:11:35 [Init] IP address: 192.168.100.74 Port: 8888
2025-11-06 17:11:35 [Init] and that no firewall exists between the Shake and this computer.
Traceback (most recent call last):
File "/home/vboxuser/miniconda3/envs/rsudp/bin/rs-client", line 7, in <module>
sys.exit(main())
^^^^^^
File "/home/vboxuser/miniconda3/envs/rsudp/lib/python3.12/site-packages/rsudp/client.py", line 521, in main
run(settings, debug=debug)
File "/home/vboxuser/miniconda3/envs/rsudp/lib/python3.12/site-packages/rsudp/client.py", line 154, in run
rs.initRSlib(dport=settings['settings']['port'],
File "/home/vboxuser/miniconda3/envs/rsudp/lib/python3.12/site-packages/rsudp/raspberryshake.py", line 175, in initRSlib
set_params(settings=settings) # get data and set parameters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/vboxuser/miniconda3/envs/rsudp/lib/python3.12/site-packages/rsudp/raspberryshake.py", line 226, in set_params
data, (firstaddr, connport) = sock.recvfrom(2048)
^^^^^^^^^^^^^^^^^^^
File "/home/vboxuser/miniconda3/envs/rsudp/lib/python3.12/site-packages/rsudp/raspberryshake.py", line 100, in handler
raise IOError('No data received')
OSError: No data received
(rsudp) vboxuser@Ubuntu-24:~$
This is the status of my Shake:
I tried sending test data from my Shake to the VM on port 8888 to make sure it is not a network/firewall issue and the VM actually received the data with no issues. I tried rebooting many times but nothing worked.
I attached the log files.
I’d really appreciate your help!
Thanks.
rsudp_settings.json (2.0 KB)
RSH.R8133.2025-11-06T16_49_50.logs.tar (341 KB)



