Jump to content


Photo

Development DAB+ application with an USB RTL-SDR tuner.

Dab+ rtl-sdr usbtuner

  • Please log in to reply
19 replies to this topic

#1 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,388 posts

+393
Excellent

Posted 13 June 2022 - 13:27

Jpuigs requested me to open a topic where the development of Dab+ application with a RTL-SDR tuner is continued in Dutch. Preferable this might be continued in English so more testers will be available. So please continue the Dutch topic in English overhere? Thanks in advance. https://forums.openp...20#entry1460098


Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: Development DAB+ application with an USB RTL-SDR tuner. #2 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 13:42

The SDGradio app works but is very basic and still missing the option rtl_tcp.

Re: Development DAB+ application with an USB RTL-SDR tuner. #3 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 14:16

You are out of date

 

There is a version with tcp ,yet only for h9se and in test fase



Re: Development DAB+ application with an USB RTL-SDR tuner. #4 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 14:29

The cmd line for h9se via alsa

 

        cmd = "dab-rtl_tcp-sdgradio-pcm -C %s -W30 -p %s %s -H %s -I %s | aplay -r 48000 -f S16_LE
         -t raw -c 2" % (DAB_FREQ.get(Decimal(self.frequency.value), "5A"), self.dab_tcp_ppmoffset, self.getDabTCPGain(), self.dab_tcp_host, self.dab_tcp_port)


Re: Development DAB+ application with an USB RTL-SDR tuner. #5 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 16:22

Its your testversie and must be used as a rtl_tcp only version in the SDGradio app.

First, if I try to receive FM we need a second SDGradio without rtl_tcp. And you know already from others like @Sjaak, that it gives problems !!

Second, it can be used into the H9se from Zgemma (only).
Maybe its better to give a testversion example for Vu+ and Mutant so you find more testers.

Re: Development DAB+ application with an USB RTL-SDR tuner. #6 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 16:29

If's not ready for general use.

The patched version from Jpuigs 2 years ago does not work on all boxes.

H9se is the problem

All boxes can have alsa so universel use via alsa is possible.

 

If someone wil test it on a box after installing alsa-utils then we know more.



Re: Development DAB+ application with an USB RTL-SDR tuner. #7 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 18:49

If someone wil test it on a box after installing alsa-utils then we know more.

 

Where can we find the universal app you referred to including rtl_tcp for a test with eg Vu+4K models ?



Re: Development DAB+ application with an USB RTL-SDR tuner. #8 MCelliotG

  • Senior Member
  • 443 posts

+35
Good

Posted 13 June 2022 - 18:50

If the problem is that h9 uses a different command, this can be solved in the plug-in code.

If's not ready for general use.
The patched version from Jpuigs 2 years ago does not work on all boxes.
H9se is the problem
All boxes can have alsa so universel use via alsa is possible.

If someone wil test it on a box after installing alsa-utils then we know more.



Re: Development DAB+ application with an USB RTL-SDR tuner. #9 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 19:02

h9se does not have gstreamer.
i have Already post a test Version
in the Dutch section where dab-tcp via PCM
reroute is via alsa and works fine.
It should also work on other boxes if
alsa is installed.
that test version in Dutch section is extreme
alpha

Re: Development DAB+ application with an USB RTL-SDR tuner. #10 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 19:13

that test version in Dutch section is extreme
alpha

 

You gave that or introduce the test application for one person (@Sjaak)

 

I understood from Sjaak in the Dutch section that two SDGradio apps conflicted with each other.

 
We are looking forward to the SDGradio app for all models, so 1 app for all bands including rtl_tcp mode.


Re: Development DAB+ application with an USB RTL-SDR tuner. #11 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 19:14

that dab-tcp-pcm exe is build
for h9se and wil posible work
on other arm7 boxes Sjaak
tested it on ultimo4k

Edited by luisteraar, 13 June 2022 - 19:15.


Re: Development DAB+ application with an USB RTL-SDR tuner. #12 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 19:28

that dab-tcp-pcm exe is build
for h9se and wil POSsible work
on other arm7 boxes Sjaak
tested it on ultimo4k

 

Please, read post 366 and 367 in the Dutch section. DAB and FM works with the original SDGradio app. But no results with de dab-tcp-pcm (rtl_tcp connection) !



Re: Development DAB+ application with an USB RTL-SDR tuner. #13 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 19:37

But let me stop the discussion with you, you keep turning around and reacting with "smoke curtains".

 
Maybe @Jpuigs will come up with some more constructive responses or pointers.

 



Re: Development DAB+ application with an USB RTL-SDR tuner. #14 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 19:39

is alsa-utils installed ?
am/fm wil not work now that is
not reroute to alsa.
The test Version use these am/fm output
as this is in the original git.
I told you is not werking work to do.
dab-tcp-pcm did work by Sjaak.
I was wondering While it was compiler for h9se.

is alsa-utils installed ?
am/fm wil not work now that is
not reroute to alsa.
The test Version use these am/fm output
as this is in the original git.
I told you is not werking work to do.
dab-tcp-pcm did work by Sjaak.
I was wondering While it was compiled for h9se.

Edited by luisteraar, 13 June 2022 - 19:46.


Re: Development DAB+ application with an USB RTL-SDR tuner. #15 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 19:49

dab-tcp-pcm did work by Sjaak.

 

 

That is pertimally a lie. The app with rtl_tcp did not work in his Vu+ Ultimo4K !!! (also not in my Vu+duo4K en GigaBlueUE4K)

Pls, stop the "smoke curtains" in this topic.

 
 
 
 

Edited by HPPli, 13 June 2022 - 19:55.


Re: Development DAB+ application with an USB RTL-SDR tuner. #16 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 20:04

ok then did Sjaak told a lie of working on ultimo4k.
I wil compile the dab-tcp-tcp for
your vu box so you can test.
I wil also post the exe for your gb4k.
Install before alsa-utils.
I wil talk with Sjaak about it's lie.

Edited by luisteraar, 13 June 2022 - 20:08.


Re: Development DAB+ application with an USB RTL-SDR tuner. #17 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 20:20

hppli Read post 312 Dutch
section

Re: Development DAB+ application with an USB RTL-SDR tuner. #18 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 20:21

I wil compile the dab-tcp-tcp for
your vu box so you can test.
I wil also post the exe for your gb4k.
Install before alsa-utils.

 

In that case of this commitment, we await your development regarding the integration of rtl_tcp for at least DAB+ for Vu+ & GigaBlue 4K receivers, among others.



Re: Development DAB+ application with an USB RTL-SDR tuner. #19 HPPli

  • Senior Member
  • 1,882 posts

+36
Good

Posted 13 June 2022 - 20:38

hppli Read post 312 Dutch
section

 

I think he posted a mistake. I rather think he meant the H9se.

 
He reported later that all he got was only green screens. Anyway, I'll ask via P.M. whether he will respond tomorrow.
 
 
 
 
 
 
 
 
 
 
 
 


Re: Development DAB+ application with an USB RTL-SDR tuner. #20 luisteraar

  • Senior Member
  • 2,479 posts

+24
Neutral

Posted 13 June 2022 - 21:27

Green screen is noticed.
Is a config conflict if
New and old versions are on the
box with the Same config name.
If New Version replace the old Version
then is that problem over.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users