{"id":21487494,"url":"https://github.com/dtinth/headless-jamulus-to-icecast-linux-streamer","last_synced_at":"2026-04-16T18:07:53.216Z","repository":{"id":139904910,"uuid":"366075266","full_name":"dtinth/headless-jamulus-to-icecast-linux-streamer","owner":"dtinth","description":"Simple script to stream sound from Jamulus to an Icecast server","archived":false,"fork":false,"pushed_at":"2023-07-26T17:24:13.000Z","size":232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-02T12:49:36.369Z","etag":null,"topics":["ffmpeg","icecast2","jamulus","linux","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dtinth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10T14:41:32.000Z","updated_at":"2023-07-26T17:24:19.000Z","dependencies_parsed_at":"2023-09-06T21:47:15.734Z","dependency_job_id":null,"html_url":"https://github.com/dtinth/headless-jamulus-to-icecast-linux-streamer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dtinth/headless-jamulus-to-icecast-linux-streamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtinth%2Fheadless-jamulus-to-icecast-linux-streamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtinth%2Fheadless-jamulus-to-icecast-linux-streamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtinth%2Fheadless-jamulus-to-icecast-linux-streamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtinth%2Fheadless-jamulus-to-icecast-linux-streamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dtinth","download_url":"https://codeload.github.com/dtinth/headless-jamulus-to-icecast-linux-streamer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtinth%2Fheadless-jamulus-to-icecast-linux-streamer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31897927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T17:33:00.867Z","status":"ssl_error","status_checked_at":"2026-04-16T17:32:57.401Z","response_time":69,"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":["ffmpeg","icecast2","jamulus","linux","ruby"],"created_at":"2024-11-23T13:29:17.368Z","updated_at":"2026-04-16T18:07:53.199Z","avatar_url":"https://github.com/dtinth.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# headless-jamulus-to-icecast-linux-streamer\n\n\u003e **Warning**\n\u003e This project is no longer maintained. If you intend to let people listen in to a Jamulus server from a website, consider using [jamulus-lounge](https://github.com/dtinth/jamulus-lounge) instead.\n\nSimple script to stream sound from Jamulus to an Icecast server. Also shows listener count in Jamulus.\n\n![](example.webp)\n\n## Assumptions\nEverything runs on the same machine (accessible from `localhost`).\n\n## Requirements\n- Jamulus server running on default port\n- Icecast server running on port 8000\n- JACK\n- Jamulus client compiled from source [with this patch applied](https://github.com/dtinth/jamulus/commit/9f967bbb0f0e56d75f0b21e1b07761c9293a5ab2.patch) with executable located at `../jamulus/Jamulus`\n- Ruby 2.5 or later\n- ffmpeg\n\n## Prepare `./config.ini`\n\n```xml\n\u003cclient\u003e\n \u003clanguage\u003een\u003c/language\u003e\n \u003cname_base64\u003ebGlzdGVuICAgIFsyXQ==\u003c/name_base64\u003e\n \u003cinstrument\u003e0\u003c/instrument\u003e\n \u003ccountry\u003e0\u003c/country\u003e\n \u003cautojitbuf\u003e0\u003c/autojitbuf\u003e\n \u003cjitbuf\u003e20\u003c/jitbuf\u003e\n \u003cjitbufserver\u003e20\u003c/jitbufserver\u003e\n \u003caudiochannels\u003e2\u003c/audiochannels\u003e\n \u003caudioquality\u003e2\u003c/audioquality\u003e\n\u003c/client\u003e\n```\n\n## Guide\n\nYou need 3 terminal tabs (e.g. in tmux)\n\n1. Start a JACK server:\n\n    ```\n    jackd --no-realtime -d dummy\n    ```\n\n2. Stream to Icecast:\n\n    ```\n    echo \"icecast://source:\u003cpassword\u003e@\u003cip\u003e:\u003cport\u003e/\u003cmountpoint\u003e\" \u003e icecast_endpoint\n    ffmpeg -f jack -ac 2 -i icecaster -acodec libmp3lame -ab 128k -f mp3 $(cat icecast_endpoint)\n    ```\n\n3. Run [the script](check.rb) periodically:\n\n    ```\n    while true; do ruby check.rb; sleep 10; done\n    ```\n\n    - Streaming will start when there is an active listener AND participant in Jamulus server.\n    - Streaming will end when there everyone left the Jamulus server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtinth%2Fheadless-jamulus-to-icecast-linux-streamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdtinth%2Fheadless-jamulus-to-icecast-linux-streamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtinth%2Fheadless-jamulus-to-icecast-linux-streamer/lists"}