{"id":13439069,"url":"https://github.com/almightycouch/audiopia","last_synced_at":"2025-09-27T01:30:46.177Z","repository":{"id":24725470,"uuid":"28137563","full_name":"almightycouch/audiopia","owner":"almightycouch","description":"Peer-to-peer music platform built with modern Web Standards technologies.","archived":true,"fork":false,"pushed_at":"2020-11-17T23:11:05.000Z","size":743,"stargazers_count":42,"open_issues_count":2,"forks_count":9,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-09-25T19:21:02.742Z","etag":null,"topics":["meteorjs","music-player","peerjs"],"latest_commit_sha":null,"homepage":"https://audiopia.io","language":"JavaScript","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/almightycouch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-17T13:03:10.000Z","updated_at":"2024-08-27T16:15:53.000Z","dependencies_parsed_at":"2022-07-10T11:30:05.194Z","dependency_job_id":null,"html_url":"https://github.com/almightycouch/audiopia","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almightycouch%2Faudiopia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almightycouch%2Faudiopia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almightycouch%2Faudiopia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almightycouch%2Faudiopia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/almightycouch","download_url":"https://codeload.github.com/almightycouch/audiopia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234369898,"owners_count":18821350,"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":["meteorjs","music-player","peerjs"],"created_at":"2024-07-31T03:01:10.869Z","updated_at":"2025-09-27T01:30:40.860Z","avatar_url":"https://github.com/almightycouch.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"Audiopia\n========\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/almightycouch/audiopia/master/LICENSE)\n[![Github Issues](https://img.shields.io/github/issues/almightycouch/audiopia.svg)](http://github.com/almightycouch/audiopia/issues)\n\n\n![Cover image](http://i.imgur.com/QQMyZy5.jpg)\n\n\n[Audiopia][] is a peer-to-peer music streaming platform built with modern Web Standards technologies (such as [WebSockets][] and [WebRTC][]) and APIs ([MediaSource API][], [Web Audio API][]).\n\nNo online storage\n-----------------\n\nYour songs are not stored anywhere but on your computer. Only meta-informations (title, album, artist, year, etc.) are available online.\nWhen you listen to a song, you stream the audio content directly from an other user.\n\nStreaming is performed by a combination of client-server access and P2P protocol between Web users.\nThis is done in an adaptive and transparent way in order to reduce server bandwidth costs while ensuring low latency and smooth playback for users. \n\n\nNo installation required\n------------------------\n\nAudiopia is entirely built with Web Standards. For you this means no plugins or installation.\nYou only need one of the supported browsers listed below.\n\nStart your browser, type the URL and you are ready to go.\n\n\nNo registration required\n------------------------\n\nYou don't have to register to use Audiopia. Go to [audiopia.io](https://audiopia.io) and start listening to the music you love.\n\nIn fact, Audiopia is fully anonymous, our service is about music, not users.  \n__Note:__ We do not collect or store any user specific information.\n\n\nHow it works\n------------\n\nWe built our platform with [Meteor][] (a complete open source framework for building reactive web and mobile apps in pure JavaScript) and [PeerJS][] (a Javascript library which provides a complete, configurable, and easy-to-use peer-to-peer connection API).\n\nEach time a user accesses [audiopia.io][Audiopia], he gets a new generated id from the server.\nThis id is used to identify each user as the owner of each song he makes available.\nThe id is also used to create peer-to-peer data or media stream connections between users.\n\nWhen the user imports new songs, the browser analyses each file and parses its meta-informations (title, album, artist, year, etc.).\nFor each valid audio file loaded by the user, a new document is inserted to the server's database:\n\n    {\"title\": \"Come closer\", \"artist: \"Guts\", ..., \"mime\": \"audio/m4a\", \"owner\": \"gd8FMwsTS4T4ejytg\"}\n\nThe server implements a fully-reactive NoSQL database ([MongoDB][]) to keep track of available songs.\nIt's data is instantly reflected to every connected user (see [Meteor][] for more details).\nWhen a user exists, the server automatically remove all of his songs on the database.\n\nTo stream a song, the browser uses the owner's identifier to create a peer-to-peer media connection ([PeerJS][]) and stream the audio file (see [WebRTC][], [Web Audio API][] and [MediaSource API][]).\n\nCheck the code for more details.\n\n\nBrowser support\n---------------\n\nWe use a set of open standards technologies and apis which are not supported by all browsers.\nBefore you start, [check](//caniuse.com) if your browser supports following requirements:\n\n* [WebSockets][]\n* [WebRTC][]\n* [Web Audio API][]\n* [MediaSource API][]\n* [Filesystem API][] (optional)\n* [IndexedDB][] (optional)\n\nLicense \u0026 Warranty\n------------------\n\n    Copyright (c) 2015 Mario Flach under the MIT License (MIT)\n    \n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n\n\n\n[Audiopia]: //www.audiopia.io/\n\n\u003c!-- third-parties --\u003e\n[Meteor]: //www.meteor.com/\n[PeerJS]: //www.peerjs.com/\n[MongoDB]: //www.mongodb.org/\n\n\u003c!-- w3c web standards --\u003e\n[WebSockets]: //www.w3.org/TR/websockets/\n[WebRTC]: //www.w3.org/TR/webrtc/\n[Web Audio API]: //www.w3.org/TR/webaudio/\n[MediaSource API]: //www.w3.org/TR/media-source/\n[IndexedDB]: //www.w3.org/TR/indexeddb/\n[Filesystem API]: //www.w3.org/TR/file-system-api/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmightycouch%2Faudiopia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmightycouch%2Faudiopia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmightycouch%2Faudiopia/lists"}