{"id":19265384,"url":"https://github.com/matrunchyk/fm-radio","last_synced_at":"2025-08-01T23:34:25.635Z","repository":{"id":76078898,"uuid":"562300927","full_name":"matrunchyk/fm-radio","owner":"matrunchyk","description":"FM Radio Server \u0026 Client","archived":false,"fork":false,"pushed_at":"2022-11-06T02:30:30.000Z","size":287,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T16:02:13.118Z","etag":null,"topics":["bladerf","ffmpeg","fm","fm-radio","fm-receiver","hackrf","rtl-fm","rtl-fm-receiver","rtl-sdr","rtl-sdr-dongle","rtl-sdr-receiver","sdr","software-defined-radio"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matrunchyk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-05T22:50:01.000Z","updated_at":"2024-08-03T09:16:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"a827cb81-b7cf-455e-9f03-80ebc8af9e2b","html_url":"https://github.com/matrunchyk/fm-radio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrunchyk%2Ffm-radio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrunchyk%2Ffm-radio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrunchyk%2Ffm-radio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrunchyk%2Ffm-radio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrunchyk","download_url":"https://codeload.github.com/matrunchyk/fm-radio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248448848,"owners_count":21105374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bladerf","ffmpeg","fm","fm-radio","fm-receiver","hackrf","rtl-fm","rtl-fm-receiver","rtl-sdr","rtl-sdr-dongle","rtl-sdr-receiver","sdr","software-defined-radio"],"created_at":"2024-11-09T19:45:51.148Z","updated_at":"2025-04-11T17:26:44.448Z","avatar_url":"https://github.com/matrunchyk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FM Radio\n\nProvides an ability to play any AM/FM radio station in your browser or any RTMP-supported player, like VLC.\n\nWhen using browser client, it allows to switch to a station from a predefined list (configured on server side), as well as seeking to any other FM/AM frequency. \n\n### Prerequisites \n\n- An SDR dongle on RTL2832 chip, like [rtl-sdr.com](https://www.rtl-sdr.com/) (tested), or HackRF, BladeRF, or any other, compatible with [rtl_fm](https://manpages.org/rtl_fm). \n- Node 16+ installed on your system\n- Linux or macOS system\n- Installed `ffmpeg` (`brew install ffmpeg` on OSX and `apt install ffmpeg` on Ubuntu/Debian)\n- Installed `rtl_fm` binary (`brew install librtlsdr` on OSX and `apt install rtl-sdr` on Ubuntu/Debian)\n\n### Usage\n\n1. Clone the repo:\n```shell\ngit clone https://github.com/matrunchyk/fm-radio\n```\n\n2. Install dependencies:\n```shell\nnpm install\n```\n\n3. Run server:\n```shell\nnpm run server\n```\nAfter this step you can already test the server using RTMP-supported player, like [VLC](https://www.videolan.org/vlc/) by opening a network stream at the following address: `rtp://127.0.0.1:1234`\n\n5. Run client:\n```shell\nnpm run server\n```\nNow, open your client application in a browser at the http://127.0.0.1:8080/ URL.\n\nEnjoy!\n\n\n### Predefined stations\n\nTo define station names and their frequencies, simply edit `packages/fm-radio-server/src/config/configuration.ts` file and update `stations` property in the following format:\n\n```typescript\nstations: {\n  88.7: 'Lux FM \u0026 Radio Maximum',\n  89.8: 'FM Galychyna',\n  106.2: 'Hit FM',\n},\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrunchyk%2Ffm-radio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatrunchyk%2Ffm-radio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrunchyk%2Ffm-radio/lists"}