{"id":16616494,"url":"https://github.com/parazyd/plebaudio","last_synced_at":"2026-04-24T13:05:27.187Z","repository":{"id":205178396,"uuid":"713604014","full_name":"parazyd/plebaudio","owner":"parazyd","description":"Sound streaming in shambles","archived":false,"fork":false,"pushed_at":"2023-11-02T21:40:23.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T02:30:52.670Z","etag":null,"topics":["alsa","pcm","sound-streaming","udp","unix"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parazyd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-02T21:30:55.000Z","updated_at":"2024-05-13T14:49:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"40250f97-bda4-4e93-8da3-9f9d981779b3","html_url":"https://github.com/parazyd/plebaudio","commit_stats":null,"previous_names":["parazyd/plebaudio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parazyd/plebaudio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fplebaudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fplebaudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fplebaudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fplebaudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parazyd","download_url":"https://codeload.github.com/parazyd/plebaudio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fplebaudio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["alsa","pcm","sound-streaming","udp","unix"],"created_at":"2024-10-12T02:13:16.506Z","updated_at":"2026-04-24T13:05:27.152Z","avatar_url":"https://github.com/parazyd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"plebaudio\n=========\n\n![](meme.jpg)\n\nplebaudio is a no-bullshit script demonstrating how to use a FIFO pipe\nto stream data over UDP.\n\nIt is intended to be used as a sound server. For example, `mpv` is able\nto output raw PCM audio using `--ao=pcm --ao-pcm-file=/some/fd`. We\ncan use this to our advantage and create a simple audio streaming\nprotocol.\n\nServer-side, we can just run:\n\n```\n$ socat -b 2048 STDIO UDP-LISTEN:2115 | aplay\n```\n\nLocally, we can run `plebaudio` and then play something with `mpv`:\n\n```\n$ plebaudio my-sound-server:2115\n$ mpv 'https://yewtu.be/watch?v=Mw__xMOkrRE' --ao=pcm --ao-pcm-file=/tmp/plebaudio.sock\n```\n\nQuit `plebaudio` with `^C`.\n\n## License\n\nGNU AGPL v3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparazyd%2Fplebaudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparazyd%2Fplebaudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparazyd%2Fplebaudio/lists"}