Is there a step by step guide ? It's a rtl rtl2382u blue case. It was very cheap off ebay. Been told it could be a fake but would that stop it from working with websdr ? Any help would be great as it will benefit every one that listens as i'm almost 600 feet above sea level.
How to stream SDR over the internet ?
-
- Super Member
- Posts: 258
- Joined: 29 May 2018, 15:19
Re: How to stream SDR over the internet ?
-
- Regular
- Posts: 75
- Joined: 01 May 2021, 12:22
- Contact:
Re: How to stream SDR over the internet ?
LondonCbRadio wrote: ↑20 Mar 2024, 14:21Is there a step by step guide ? It's a rtl rtl2382u blue case. It was very cheap off ebay. Been told it could be a fake but would that stop it from working with websdr ? Any help would be great as it will benefit every one that listens as i'm almost 600 feet above sea level.
Install rtl sdr drivers
sudo apt-get install rtl-sdr
should installl all the necessary tools
You can test the device is working with the following command
rtl_test
To install openwebrx
https://www.openwebrx.de/download/ubuntu.php
run following commands consecutively
wget -O /usr/share/keyrings/openwebrx.gpg https://repo.openwebrx.de/openwebrx.gpg
echo "deb [signed-by=/usr/share/keyrings/openwebrx.gpg] https://repo.openwebrx.de/ubuntu/ jammy main" > /etc/apt/sources.list.d/openwebrx.list
apt-get update
apt-get install openwebrx
-
-
- Super Member
- Posts: 258
- Joined: 29 May 2018, 15:19
Re: How to stream SDR over the internet ?
Thanks i'll give it a go when i get some time.