{"id":18965525,"url":"https://github.com/celliesprojects/estreamplayer32_vs1053","last_synced_at":"2025-06-25T07:03:10.442Z","repository":{"id":45969511,"uuid":"370443939","full_name":"CelliesProjects/eStreamPlayer32_VS1053","owner":"CelliesProjects","description":"An esp32 app to play web-radio or music files from a local lamp or llmp server. Needs a separate VS1053 decoder board. Compiles in the Arduino IDE.","archived":false,"fork":false,"pushed_at":"2023-07-31T07:53:21.000Z","size":1439,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-25T07:02:16.328Z","etag":null,"topics":["esp32","radio-browser","vs1053b","webradio"],"latest_commit_sha":null,"homepage":"","language":"C","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/CelliesProjects.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":"2021-05-24T18:09:33.000Z","updated_at":"2025-06-03T14:25:04.000Z","dependencies_parsed_at":"2024-11-08T14:35:38.273Z","dependency_job_id":"f84230bb-ee5b-43e6-930e-e02ac00c7d4a","html_url":"https://github.com/CelliesProjects/eStreamPlayer32_VS1053","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/CelliesProjects/eStreamPlayer32_VS1053","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelliesProjects%2FeStreamPlayer32_VS1053","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelliesProjects%2FeStreamPlayer32_VS1053/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelliesProjects%2FeStreamPlayer32_VS1053/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelliesProjects%2FeStreamPlayer32_VS1053/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CelliesProjects","download_url":"https://codeload.github.com/CelliesProjects/eStreamPlayer32_VS1053/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelliesProjects%2FeStreamPlayer32_VS1053/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261823684,"owners_count":23215139,"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":["esp32","radio-browser","vs1053b","webradio"],"created_at":"2024-11-08T14:29:50.569Z","updated_at":"2025-06-25T07:03:10.374Z","avatar_url":"https://github.com/CelliesProjects.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eStreamPlayer32_VS1053\n\n#### July 31 2023 - This project will not be continued as an Arduino IDE project.\u003cbr\u003eDevelopment will continue as a PlatformIO project at [eStreamplayer32-vs1053-pio](https://github.com/CelliesProjects/eStreamplayer32-vs1053-pio). \n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/92cb39100b59456cb791bb77c9f37590)](https://app.codacy.com/gh/CelliesProjects/eStreamPlayer32_VS1053/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\nA web-based esp32 music player for webradio and mp3/ogg/aac/aac+ files from a lamp or llmp server.\nSound output comes from a separate VS1053 mp3/aac/ogg/wav decoder breakout board.\nThe web interface has [radio-browser.info](https://www.radio-browser.info/) search integrated.\n\nSupports http, https (insecure mode)/chunked streams.\n\nPlays mp3, ogg, aac and aac+ streams.\n\n### What does it do?\n\n-  Play your local files (over http)\n-  Play preset radio stations\n-  Search for new radio stations on [radio-browser.info](https://www.radio-browser.info/) and save these to favorites\n \n You control the music player with a browser on your phone, pc or tablet.\n\n\n### Local file playback limitations \n\neStreamPlayer is written for playback over http(s). What this means is that you will need a (lamp or llmp) webserver to play back your local files.\u003cbr\u003eThis is because the esp32 does not speak NFS or SMB which are common ways to share files over a network. Instead eStreamPlayer uses a php script on the server to navigate the music folders. Copy this script to the server to use your music library.\u003cbr\u003e**This is totally insecure and should only be used on a LAN!**\n\nBut if you don't have a local music server you can still use eStreamPlayer to tune in to web radio stations and add your own radio stations to presets and favorites.\n\n### Webinterface screenshots\n\n#### File info overlay\n\n\u003cimg src=\"https://user-images.githubusercontent.com/24290108/144031653-fae792d3-9465-43a3-be7a-48b92bd972c8.png\" width=\"50%\" alt=\"file overlay\"\u003e\n\n#### LIBRARY tab\n\n\u003cimg src=\"https://user-images.githubusercontent.com/24290108/144031862-9764fe6c-6f84-4a2f-b6ad-5aeee999f056.png\" width=\"50%\" alt=\"file overlay\"\u003e\n\n#### WEBRADIO tab\n\n\u003cimg src=\"https://user-images.githubusercontent.com/24290108/144031827-298cceee-6e40-4bb0-b107-6b7cefe11623.png\" width=\"50%\" alt=\"file overlay\"\u003e\n\n#### FAVORITES tab\n\n\u003cimg src=\"https://user-images.githubusercontent.com/24290108/144031557-07e7238e-2e8f-4876-b297-31c82878e1af.png\" width=\"50%\" alt=\"file overlay\"\u003e\n\n### Setup\n\nUse [the latest ESP32 Arduino Core version.](https://github.com/espressif/arduino-esp32/releases/latest)\n\n1.  Download and install [ESP_VS1053_Library](https://github.com/baldram/ESP_VS1053_Library/releases/latest), [ESP32_VS1053_Stream](https://github.com/CelliesProjects/ESP32_VS1053_Stream), [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) and  [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) in the Arduino libraries folder.\n2.  Download and unzip the [latest eStreamPlayer release](https://github.com/CelliesProjects/eStreamPlayer32_VS1053/releases/latest).\n3.  Copy the php script (found in the `copy to server` folder) to your music folder on the server.\n4.  Open `eStreamPlayer_vs1053.ino` in the Arduino IDE.\n5.  Select `Tools-\u003ePartition Scheme-\u003eNo OTA(2MB APP/2MB FATFS`).\n\u003cbr\u003eIf your board does not have that option you can select `ESP32 Dev Module` in `Tools-\u003eBoard`.\n6.  Open `system_setup.h` and set your wifi credentials and set `SCRIPT_URL` to the php script location set in step #3.\u003cbr\u003eSet up `LIBRARY_USER` and `LIBRARY_PWD` if your local library requires login.\n7.  Flash the sketch to your esp32. Set `Tools-\u003eCore Debug Level-\u003eInfo` before you flash so you can grab the ip address from the serial port.\n8.  On first boot or after a flash erase the fatfs has to be formatted. This will take a couple of seconds.\n\u003cbr\u003eYou can monitor the boot/formatting progress on the serial port.\n\u003cbr\u003eFlashing an update will not erase the fatfs data.\n\u003cbr\u003e**Note:** Take care to select the same partition table when updating otherwise the partition will be formatted.\n9.  Browse to the ip address shown on the serial port.\n\n### Software needed\n\n-  [ESP_VS1053_Library](https://github.com/baldram/ESP_VS1053_Library/releases/latest) -\u003e [GNU General Public License v3.0](https://github.com/baldram/ESP_VS1053_Library/blob/master/LICENSE.md)\n-  [ESP32_VS1053_Stream](https://github.com/CelliesProjects/ESP32_VS1053_Stream) -\u003e [MIT license](https://github.com/CelliesProjects/ESP32_VS1053_Stream/blob/master/LICENSE.md).\n-  [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) (LGPL-3.0 License)\n-  [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) (LGPL-3.0 License)\n-  A [lamp](https://en.wikipedia.org/wiki/LAMP_%28software_bundle%29) or llmp webstack to serve local files.\n Apache2 and lighttpd were tested and should work. The php script should be fairly version agnostic.\n\n\n### Libraries used in the web interface\n\n\n-   The [radio-browser.info](https://www.radio-browser.info/) API is used for the search. The returned data is in the public domain.\u003cbr\u003eSee [de1.api.radio-browser.info](https://de1.api.radio-browser.info/) for API information.\n-  The used icons are from [material.io](https://material.io/tools/icons/?style=baseline) and are [available under Apache2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).\n-  [Reconnecting WebSocket](https://github.com/joewalnes/reconnecting-websocket) which is [available under MIT licence](https://github.com/joewalnes/reconnecting-websocket/blob/master/LICENSE.txt).\n-  [Google Roboto font](https://fonts.google.com/specimen/Roboto) which is [available under Apache2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).\n-  [jQuery 3.4.1](https://code.jquery.com/jquery-3.4.1.js) which is [available under MIT license](https://jquery.org/license/).\n\n````\nMIT License\n\nCopyright (c) 2020 Cellie\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelliesprojects%2Festreamplayer32_vs1053","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelliesprojects%2Festreamplayer32_vs1053","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelliesprojects%2Festreamplayer32_vs1053/lists"}