Add-on:RTL-SDR FM Radio Client: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Tidy up the introduction and overview making the use of RTL-SDR clearer)
mNo edit summary
Line 1: Line 1:
{{incomplete}}
<!-- See http://kodi.wiki/view/Template:Addon and http://kodi.wiki/view/Help:Add-on_page for help editing this page -->
<!-- See http://kodi.wiki/view/Template:Addon and http://kodi.wiki/view/Help:Add-on_page for help editing this page -->
{{Addon  
{{Addon  
Line 18: Line 16:
  | Website = http://esmasol.de/open-source/kodi-add-on-s/fm-radio-receiver/
  | Website = http://esmasol.de/open-source/kodi-add-on-s/fm-radio-receiver/
}}
}}
{{PVR_guide}}


FM Radio with RDS receiver based upon RTL-SDR as a PVR add-on for Kodi. With this you can turn your Realtek RTL2832 based DVB dongle into a FM radio receiver.
FM Radio with RDS receiver based upon RTL-SDR as a PVR add-on for Kodi. With this you can turn your Realtek RTL2832 based DVB dongle into a FM radio receiver.


==Overview==
==Overview==
Line 30: Line 31:
Note! On Linux make sure the kernel module dvb_usb_rtl28xxu for DVB-T is not loaded, otherwise is it not usable for RTL-SDR!
Note! On Linux make sure the kernel module dvb_usb_rtl28xxu for DVB-T is not loaded, otherwise is it not usable for RTL-SDR!


==Settings==
?


==See also==
* [[PVR]]


==External Links==
==External Links==
Line 40: Line 37:
* Source code: https://github.com/AlwinEsch/pvr.rtl.radiofm
* Source code: https://github.com/AlwinEsch/pvr.rtl.radiofm
* Kodi forum: https://forum.kodi.tv/showthread.php?tid=214747
* Kodi forum: https://forum.kodi.tv/showthread.php?tid=214747
===RTL SDR FM Streamer===
===RTL SDR FM Streamer===
An alternative FM receiver based on RTL-SDR that doesn't use an add-on.
An alternative FM receiver based on RTL-SDR that doesn't use an add-on.

Revision as of 08:55, 30 November 2020

RTL-SDR FM Radio Client

Author: Alwin Esch, Team XBMC
Website: link
Type: PVR
Repo:

Summary: FM Radio receiver based upon RTL-SDR as PVR addon for Kodi
Home icon grey.png   ▶ Add-ons ▶ RTL-SDR FM Radio Client
Attention talk.png Need help with this add-on? See here.
Live TV, PVR & Radio Contents

PVR main page

1. Tuner Cards
2. Backends
3. Setup
4. Live TV Artwork

Related Pages:

All PVR Pages
All PVR Add-on Pages


FM Radio with RDS receiver based upon RTL-SDR as a PVR add-on for Kodi. With this you can turn your Realtek RTL2832 based DVB dongle into a FM radio receiver.


Overview

This add-on, which allows you to receive FM Radio with RDS on a very cheap USB DVB-T stick, relies on RTL-SDR that provides a software defined radio using the USB stick. Processing is performed on the CPU which can require a lot of CPU performance.

The add-on interfaces with RTL-SDR supported Realtek RTL2832U based USB receivers (see http://sdr.osmocom.org/trac/wiki/rtl-sdr) to decode an FM radio signal and send to Kodi the audio stream in float format and the RDS signal translated to UECP.

The add-on is usable since Kodi 15.0 and RDS support first came with Kodi 16.0.

Note! On Linux make sure the kernel module dvb_usb_rtl28xxu for DVB-T is not loaded, otherwise is it not usable for RTL-SDR!


External Links


RTL SDR FM Streamer

An alternative FM receiver based on RTL-SDR that doesn't use an add-on.