dj0abr / QO-100_SSB-WebSDR_DATV-WebSpectrum

a WebSDR specially made für es'hail-2 satellite
GNU General Public License v3.0
68 stars 18 forks source link

I would like to use leandvb in place of Minitiouner as the DBV Decoder. #15

Open antonjan opened 3 years ago

antonjan commented 3 years ago

I had a look at your code trying to understand how I could integrate leandbv (https://github.com/pabr/leansdr) in place of Minitiouner. Configuration to point the netcat udp listener see image. image

I crated a UTP listener with netcat see command below. I try to catch the UDP stream and got the following if I click on the DBV signal sudo nc -l -D -p 6789 -s 192.168.10.110 -u echo "[GlobalMsg],Freq=10494210,Offset=9750000,Doppler=0,Srate=500,DVBmode=Auto " > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10497510,Offset=9750000,Doppler=0,Srate=66,DVBmode=Auto " > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10497530,Offset=9750000,Doppler=0,Srate=66,DVBmode=Auto " > /dev/udp/192.168.10.110/6789echo "[GlobalMsg],Freq=10494255,Offset=9750000,Doppler=0,Srate=500,DVBmode=Auto " > /dev/udp/192.168.10.110/6789

I have tested leandbv with separate dongle just to see if it will decode and it seems to work fine with the following command. rx_sdr -f 747007200 -g 19 -s 2400000 - |./leandvb --gui --inpipe 32000000 --nhelpers 6 --sr 333e3 --sampler rrc --rrc-rej 30 --standard DVB-S2 --ldpc-helper ldpc_tool -v -d | vlc - And it seems to decodes the DBV just fine and I can see the video. Maybe someone can direct me in the write direction so that I can take the UDP stream and point it to leandbv even if Srate is hard coded for now just to see if I can get it to work. I am missing where the DBV stream is send when I click on the DBV signal on html Page.

Clicking on signals below gave me the netcat message image 73's Anton ZR6AIC