https://github.com/albrechtl/service.multimedia.rtl_fm_streamer
RTL FM Streamer Add-on for OpenELEC
https://github.com/albrechtl/service.multimedia.rtl_fm_streamer
Last synced: over 1 year ago
JSON representation
RTL FM Streamer Add-on for OpenELEC
- Host: GitHub
- URL: https://github.com/albrechtl/service.multimedia.rtl_fm_streamer
- Owner: AlbrechtL
- License: gpl-2.0
- Created: 2015-09-01T15:42:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T09:56:56.000Z (over 10 years ago)
- Last Synced: 2025-01-24T18:14:52.542Z (over 1 year ago)
- Language: Shell
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: changelog.txt
- License: COPYING
Awesome Lists containing this project
README
RTL SDR FM Streamer
===================
Turns your Realtek RTL2832 based DVB dongle into a FM radio receiver.
Discreption
-----------
RTL SDR FM Streamer is a small tool to stream FM radio by using a DVB-T dongle to a client e.g Kodi, VLC or mplayer.
The DVB-T dongle has to be based on the Realtek RTL2832U.
See http://sdr.osmocom.org/trac/wiki/rtl-sdr for more RTL SDR details.
Usage
-----
Default port: 2346
$ ./rtl_fm_streamer
Options
-------
The options "-P" defines the port where the HTTP server is listen on.
e.g. port 12345
$ ./rtl_fm_streamer -P 12345
Streaming
---------
To connect to the server you can use KODI, VLC or mplayer. Just connect to the URL
mono: "http://IP:port/FrequencyInHerz"
mono: "http://IP:port/FrequencyInHerz/0"
stereo: "http://IP:port/FrequencyInHerz/1"
e.g. for 93.2 MHz: http://localhost:2346/93200000
To use this tool in KODI simply create a *.strm file e.g. "FM_93_2.strm"
http://localhost:2346/93200000
Limitations
--------------
- Server accepts only one client
Known Problems
--------------
- Occasional segmentation fault after disconnect of a client
Support
-------
Write me an e-mail: Albrecht