How to stream SDR over the internet ?

Here you can discuss Datamodes for all bands (PSK31, FT8, JS8Call, etc), Software Defined Radio topics & General Radio Software or apps
LondonCbRadio
Super Member
Super Member
Posts: 195
Joined: 29 May 2018, 15:19

Re: How to stream SDR over the internet ?

Post by LondonCbRadio »

dc260 wrote: 18 Mar 2024, 23:09
LondonCbRadio wrote: 20 Sep 2023, 16:13 Openwebrx saying no sdr devices. I'm using ubuntu.
Do make sure you have the up to date drivers installed for it and not the default ones.
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.
dc260
Regular
Regular
Posts: 63
Joined: 01 May 2021, 12:22
Contact:

Re: How to stream SDR over the internet ?

Post by dc260 »

LondonCbRadio wrote: 20 Mar 2024, 14:21
dc260 wrote: 18 Mar 2024, 23:09
LondonCbRadio wrote: 20 Sep 2023, 16:13 Openwebrx saying no sdr devices. I'm using ubuntu.
Do make sure you have the up to date drivers installed for it and not the default ones.
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.

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
-
LondonCbRadio
Super Member
Super Member
Posts: 195
Joined: 29 May 2018, 15:19

Re: How to stream SDR over the internet ?

Post by LondonCbRadio »

Thanks i'll give it a go when i get some time.
Post Reply