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

From Official Kodi Wiki
Jump to navigation Jump to search
m (Fix broken external links)
m (Text replacement - "{{PVR_guide}}" to "For Linux, see... '''''Ubuntu PVR add-ons''''' {{PVR_guide}}<br>")
 
(3 intermediate revisions by 2 users not shown)
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/
}}
}}
For Linux, see... '''''[[Ubuntu PVR add-ons]]'''''
{{PVR_guide}}<br>
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 receiver based upon RTL-SDR as PVR addon for Kodi. FM Radio with RDS receiver based upon RTL-SDR as PVR addon for Kodi. With this you can turn your Realtek RTL2832 based DVB dongle into a FM radio receiver.


==Overview==
==Overview==
FM Radio receiver based upon RTL-SDR as PVR addon for Kodi. This add-on to receive FM-Radio with RDS on very cheap USB DVB-T stick relies on RTL SDR FM Streamer software which is a small tool to stream FM radio by using a DVB-T dongle to a client e.g Kodi, (or VLC, or MPlayer for that matter). Operation is complete performed inside CPU which allow a lot of features, but also requires a lot of CPU performance.
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 DVB-T dongle has to be based on the Realtek RTL2832U hardware chip. See http://sdr.osmocom.org/trac/wiki/rtl-sdr for more RTL SDR details.
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.


This addon interfaces with RTL-SDR supported receivers with Realtek RTL2832U as source (see http://sdr.osmocom.org/trac/wiki/rtl-sdr) to make FM radio signal receive and send the audio stream in float format to Kodi and send also RDS signal translated to UECP in it.
The add-on is usable since Kodi 15.0 and RDS support first came with Kodi 16.0.


Add-on is usable since Kodi 15.0 and RDS support first came with version 16.0 of Kodi.
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 part 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==
* 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/
* Source code: https://github.com/AlwinEsch/pvr.rtl.radiofm
* Source code: https://github.com/AlwinEsch/pvr.rtl.radiofm
** https://github.com/AlbrechtL/rtl_fm_streamer
* Kodi forum: https://forum.kodi.tv/showthread.php?tid=214747
* Kodi forum: https://forum.kodi.tv/showthread.php?tid=214747
===RTL SDR FM Streamer===
An alternative FM receiver based on RTL-SDR that doesn't use an add-on.
* Website: https://github.com/AlbrechtL/rtl_fm_streamer
* OpenELEC thread: https://forum.openelec.tv/showthread.php?tid=75537
* OpenELEC thread: https://forum.openelec.tv/showthread.php?tid=75537
* Raspberrypi.org thread: https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=122372
* Raspberrypi.org thread: https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=122372

Latest revision as of 21:38, 1 December 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.

For Linux, see... Ubuntu PVR add-ons

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.