DAB Player - Software für USB Sticks mit RTL Chipset

Alles zum Thema DAB(+) Digitalradio.
WillyTP
Beiträge: 5
Registriert: Do 25. Apr 2019, 10:59

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von WillyTP »

Hello everybody!
I'm new to the forum :-)

I've just bought an USB stick and discovered this super application.

I'm using an Astrometa (VID_15F4_PID_0131) receiver with latest drivers installed. OS Windows 10 October 2018 update.

When I launch the program, the first time it returns the following error, and quits:
Exception reading address 0xDB28D6A5 - Please make sure to have a DAB Stick with Realtek Chipset
Than, if I launch it again, it works,
If I close the app, and execute it once more, I get again the exception error.
Afterwards, If I execute it, it works,

I hope to have explained properly :D
If you need help in debugging I'd be glad to help.
Please write me in English (or Italian).

Best regards
Austria MV
Beiträge: 1376
Registriert: Fr 31. Aug 2018, 17:42

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von Austria MV »

Have 2 Astrometa Sticks.
The first some years old runs without any problems with the Dabplayer.
Stick nr 2 some weeks old works also on the second start.
Possible there is other hardware inside ?
veso266
Beiträge: 3
Registriert: Do 2. Mai 2019, 21:11

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von veso266 »

Hi there
Thanks for that great piece of software

Do you think you could mention somewhere that you HAVE to install RTL SDR Drivers even if you will be only using it with -rtltcp (I spend 3 hours figuring out why it would complain that I don't have RTL stick inserted even when using rtltcp parameter, after installing Realtek driver (it can be Treiber1 it doesn't matter) DAB Player started find)

also do you think you could change AirSpyInterface not to broadcast only on localhost, but on main ip (192.168.x.x)because it is the only program that speaks rtltcp protocol and nows how to comunicate with AirSpy I wanted it to use with something like SDR Touch via RTL Protocol but because it only broadcasts on localhost 172.0.0.1 nothing can connect to it :(, or even better Open source it

Probably not an option but you think you could make DAB Player Open Source?
or if not maybe wrap your DAB decoding code into a DLL that could be used in SDR# as this is the best software DAB Decoder that I know of it would be great if I could use it as SDR# plugin for instance
maybe DLL would accept I/Q DAta as input and then play decoded Audio over sound card while storing SNR,DLS,Service, service ID in a variable that could be accessed

Thanks for Anwsering and Best Regards
Andi_Bayern
Beiträge: 441
Registriert: Fr 31. Aug 2018, 17:49
Wohnort: München

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von Andi_Bayern »

veso266 hat geschrieben: Do 2. Mai 2019, 21:32...
also do you think you could change AirSpyInterface not to broadcast only on localhost, but on main ip (192.168.x.x)because it is the only program that speaks rtltcp protocol and nows how to comunicate with AirSpy I wanted it to use with something like SDR Touch via RTL Protocol but because it only broadcasts on localhost 172.0.0.1 nothing can connect to it :(, or even better Open source it
...
Changing the interface IP for AirspyInterface is possible using the Registry Editor (regedit.exe):

Go to:
HKEY_CURRENT_USER\Software\Andi_84\AirspyInterface\Settings\default

Then edit (or create if not existing) the following value: RtlTcpIp (Type: String). Enter the desired interface IP as value.
(You can also change the port using RtlTcpPort, Type: DWORD)

Best regards,
Andi
DAB-Playersoftware für Noxon-Stick & Co.: https://www.ukwtv.de/cms/downloads-asid ... gsinn.html
Support-Forum: viewtopic.php?f=11&t=55891

Standort: München-Bogenhausen
veso266
Beiträge: 3
Registriert: Do 2. Mai 2019, 21:11

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von veso266 »

Andi_Bayern hat geschrieben: Fr 3. Mai 2019, 15:10
veso266 hat geschrieben: Do 2. Mai 2019, 21:32...
also do you think you could change AirSpyInterface not to broadcast only on localhost, but on main ip (192.168.x.x)because it is the only program that speaks rtltcp protocol and nows how to comunicate with AirSpy I wanted it to use with something like SDR Touch via RTL Protocol but because it only broadcasts on localhost 172.0.0.1 nothing can connect to it :(, or even better Open source it
...
Changing the interface IP for AirspyInterface is possible using the Registry Editor (regedit.exe):

Go to:
HKEY_CURRENT_USER\Software\Andi_84\AirspyInterface\Settings\default

Then edit (or create if not existing) the following value: RtlTcpIp (Type: String). Enter the desired interface IP as value.
(You can also change the port using RtlTcpPort, Type: DWORD)
Thanks

Then how can you do that for DAB Player I tried running it with DAB_Player.exe -rtltcp 192.168.88.12:1234 but it still wanted to connect to 172.0.0.1:1234

Best regards
Andi_Bayern
Beiträge: 441
Registriert: Fr 31. Aug 2018, 17:49
Wohnort: München

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von Andi_Bayern »

veso266 hat geschrieben: Fr 3. Mai 2019, 16:19...
Then how can you do that for DAB Player I tried running it with DAB_Player.exe -rtltcp 192.168.88.12:1234 but it still wanted to connect to 172.0.0.1:1234
...
The client side parameters for rtl_tcp are stored in the registry under: HKEY_CURRENT_USER\Software\rtltcpaccess
address (Type: String)
port (Type: DWORD)

Best regards,
Andi
DAB-Playersoftware für Noxon-Stick & Co.: https://www.ukwtv.de/cms/downloads-asid ... gsinn.html
Support-Forum: viewtopic.php?f=11&t=55891

Standort: München-Bogenhausen
veso266
Beiträge: 3
Registriert: Do 2. Mai 2019, 21:11

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von veso266 »

Andi_Bayern hat geschrieben: Fr 3. Mai 2019, 17:19
veso266 hat geschrieben: Fr 3. Mai 2019, 16:19...
Then how can you do that for DAB Player I tried running it with DAB_Player.exe -rtltcp 192.168.88.12:1234 but it still wanted to connect to 172.0.0.1:1234
...
The client side parameters for rtl_tcp are stored in the registry under: HKEY_CURRENT_USER\Software\rtltcpaccess
address (Type: String)
port (Type: DWORD)

Best regards,
Andi
Thanks
BTW: wouldn't it be easier if you could just set all of this with an argument after the program something like: DAB_Player.exe -rtltcp 192.168.88.12:1234 for the client and AirspyIface.exe -host 192.168.88.12:1234 for the server?

BR
WillyTP
Beiträge: 5
Registriert: Do 25. Apr 2019, 10:59

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von WillyTP »

WillyTP hat geschrieben: Do 25. Apr 2019, 11:09 Hello everybody!
I'm new to the forum :-)

I've just bought an USB stick and discovered this super application.

I'm using an Astrometa (VID_15F4_PID_0131) receiver with latest drivers installed. OS Windows 10 October 2018 update.

When I launch the program, the first time it returns the following error, and quits:
Exception reading address 0xDB28D6A5 - Please make sure to have a DAB Stick with Realtek Chipset
Than, if I launch it again, it works,
If I close the app, and execute it once more, I get again the exception error.
Afterwards, If I execute it, it works,

I hope to have explained properly :D
If you need help in debugging I'd be glad to help.
Please write me in English (or Italian).

Best regards
Regarding the mentioned Exception error,
I attach here the log.

Best regards
Dateianhänge
2019-05-05_124254_DABPlayer_logfile.txt
(23.42 KiB) 18-mal heruntergeladen
D001
Beiträge: 1
Registriert: Fr 10. Mai 2019, 08:19

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von D001 »

Hallo,

Gestern habe ich meinen Garagen Rechner von Win7 auf Win10 geupdatet.
Beim Starten vom DAB_Player bekomme ich seit dem immer die Fehlermeldung "Die Anwendung konnte nicht korrekt gestartet werden. (0xc000007b)"

Davor kam schon eine Fehlermeldung das die msvcp140.dll fehlt und die vcruntime140.dll.
Die beiden .dll dateien habe ich manuell schon in das System sowie in den Ordner des Players hinzugefügt, jedoch erscheint nun immer noch die 0xc000007b Fehlermeldung.

Nach 6 Stunden des Probierens und lesen in anderen Foren was das Problem beheben könnte wende ich mich nun Hilfesuchend an das Forum.

- Installation von "All in one Runtimes" / kein erfolg
- "sfc /scannow" in der Eingabeaufforderung / kein erfolg
- DirectX neu installiert / kein erfolg
- .Net Framework nochmals neu Installiert / kein erfolg
- Programm im Kompatibilitätsmodus für win 7 Ausprobiert /kein erfolg

Hat Jemand einen Idee was ich noch Ausprobieren könnte ?
mfg.

Edit: Habe soebend die Visual C++ nochmals Installiert, nun läuft es ! :spos:
Danke für dieses Tolle Programm, und ein schönes Wochenende !

MfG
Austria MV
Beiträge: 1376
Registriert: Fr 31. Aug 2018, 17:42

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von Austria MV »

https://www.ukwtv.de/cms/downloads-asid ... gsinn.html

Visual C++ Redistributable installieren.
Unter den Treibern x64 u. x86 downloaden und installieren.
Pongauer
Beiträge: 175
Registriert: Fr 31. Aug 2018, 15:50
Wohnort: Werfen/Pongau
Kontaktdaten:

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von Pongauer »

Austria MV hat geschrieben: Fr 8. Feb 2019, 12:02 Ich hab den Astrometa Stick.
Damit kann man Andis DAB Player nutzen oder die TVRplayer Software.
Gleichzeitig geht nicht aber Abwechselnd weil beide Programme auf die gleichen Treiber und Stick zugreifen.
Programm schließen und das andere starten klappt bei mir problemlos.
Kostet bei DX... um die 15 -17 Euro.
Wie ist der vom Empfang bei DAB+ und wo bekomme ich den, könntest mir einen Link zukommen lassen
Austria MV
Beiträge: 1376
Registriert: Fr 31. Aug 2018, 17:42

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von Austria MV »

Link wo es den Astrometa Stick gibt steht 1-2 Seiten weiter zurück bei diesem Thema.
Empfang sind die Sticks alle nicht so empfindlich wie DAB Radios.
Bei schwachen Signal brauch es eine richtige Antenne und oder Antennenverstärker.
Ich habe mir vor kurzen einen zweiten Astrometa Stick besorgt und aus einem mir noch unbekannten Grund startet der neue Stick erst beim zweiten anlauf...
Tennengauer hat geschrieben: Mi 22. Mai 2019, 17:26
Austria MV hat geschrieben: Fr 8. Feb 2019, 12:02 Ich hab den Astrometa Stick.
Damit kann man Andis DAB Player nutzen oder die TVRplayer Software.
Gleichzeitig geht nicht aber Abwechselnd weil beide Programme auf die gleichen Treiber und Stick zugreifen.
Programm schließen und das andere starten klappt bei mir problemlos.
Kostet bei DX... um die 15 -17 Euro.
Wie ist der vom Empfang bei DAB+ und wo bekomme ich den, könntest mir einen Link zukommen lassen
Pongauer
Beiträge: 175
Registriert: Fr 31. Aug 2018, 15:50
Wohnort: Werfen/Pongau
Kontaktdaten:

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von Pongauer »

Schon klar bei dx der erste link oder zweite link von deinem Beitrag.
Austria MV
Beiträge: 1376
Registriert: Fr 31. Aug 2018, 17:42

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von Austria MV »

Funktionieren doch beide links ?
andimik
Beiträge: 5696
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: DAB Player - Software für USB Sticks mit RTL Chipset

Beitrag von andimik »

Kann man beim Airspy irgendwie über das Interface Bias-Tee (Spannung) einschalten? Ich hab das nicht gefunden.

Damit kann ich erst einen Verstärker nutzen. Qt-DAB kann das übrigens ...
Antworten