{"id":20267126,"url":"https://github.com/xiph/icecast-server","last_synced_at":"2025-04-04T10:05:34.398Z","repository":{"id":24105384,"uuid":"27493196","full_name":"xiph/Icecast-Server","owner":"xiph","description":"Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues","archived":false,"fork":false,"pushed_at":"2023-12-25T19:59:44.000Z","size":21956,"stargazers_count":494,"open_issues_count":24,"forks_count":134,"subscribers_count":52,"default_branch":"master","last_synced_at":"2025-04-04T09:36:58.369Z","etag":null,"topics":["icecast","media","server","streaming"],"latest_commit_sha":null,"homepage":"https://icecast.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiph.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-03T15:19:54.000Z","updated_at":"2025-03-28T21:08:14.000Z","dependencies_parsed_at":"2023-02-16T06:31:26.529Z","dependency_job_id":"0c1e379e-2d7d-4cc2-b315-6f94e8de150a","html_url":"https://github.com/xiph/Icecast-Server","commit_stats":{"total_commits":2242,"total_committers":25,"mean_commits":89.68,"dds":0.5994647636039251,"last_synced_commit":"57093def7baacf2aaaff3a17915cd7fc0b8cfec3"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiph%2FIcecast-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiph%2FIcecast-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiph%2FIcecast-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiph%2FIcecast-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiph","download_url":"https://codeload.github.com/xiph/Icecast-Server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157281,"owners_count":20893220,"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":["icecast","media","server","streaming"],"created_at":"2024-11-14T12:13:22.993Z","updated_at":"2025-04-04T10:05:34.365Z","avatar_url":"https://github.com/xiph.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Icecast 2 - README\n---------------------------------------------------------------------\n\n[![Build Status](https://travis-ci.org/xiph/Icecast-Server.svg?branch=master)](https://travis-ci.org/xiph/Icecast-Server)\n\nIcecast is a streaming media server which currently supports _WebM_ and\n_Ogg_ streaming including the _Opus_, _Vorbis_ and _Theora_ codecs.\nAlso Icecast can handle other streams like MP3/AAC/NSV\nin legacy mode, but this is not officially supported.\n\nIt can be used to create an Internet radio station or a privately\nrunning jukebox and many things in between. It is very versatile in\nthat new formats can be added relatively easily and supports open\nstandards for communication and interaction.\n\nIcecast is distributed under the GNU GPL, version 2. A copy of this\nlicense is included with this software in the COPYING file.\n\nThe name of this software is spelled __\"Icecast\"__ with a leading capital 'I' but with a lower case 'c'. Any other spelling is _incorrect_.\n\nPrerequisites\n---------------------------------------------------------------------\nIcecast requires the following packages:\n\n-   [libxml2][1]\n-   [libxslt][2]\n-   [curl][3] (\u003e= version 7.10 required)\n-   [ogg/vorbis][4] (\u003e= version 1.0 required)\n\n__NOTE__: Icecast may be compiled without curl, however this will\ndisable Stream Directory server interaction (YP) and URL based \nauthentication.\n\nA note about prerequisite packages\n---------------------------------------------------------------------\nMost distributions have some sort of package management repository for\npre-built packages (eg rpm, deb etc).  These setups often have a runtime\npackage, which is usually installed for you by default, and enables you\nto run applications that depend on them.  However if you are building\nIcecast from source then the runtime system is not enough. You will also\nneed a development package named something like libxslt-devel\n\nBuild/Install\n---------------------------------------------------------------------\nTo build Icecast on a Unix platform, perform the following steps:\n\nRun\n\n    ./configure\n    make\n    make install  # as root\n\nThis is the typical procedure if you download the tar file.\n\nIf you retrive the code from Git, make sure to clone recursively:\n\n    git clone --recursive https://git.xiph.org/icecast-server.git\n\nAfter that, create the configure script by running: `./autogen.sh`.\nNow you can just follow the steps mentioned above.\n\nA sample config file will be placed in `/usr/local/etc` (on UNIX, \nalso depends on path PREFIX) or in the current working directory \n(on Win32) and is called `icecast.xml`\n\nDocumentation for Icecast is available in the doc directory, by \nviewing `doc/index.html` in a browser. It's also installed to \n`$PREFIX/share/doc/icecast/`. Online documentation can be found \non the [Icecast Website][5].\n\nIf you have problems with setting up Icecast, please join the \n[Icecast mailing list][6] and then email icecast@xiph.org.\nIn case you have patches or want to discuss development issues,\nplease join the [Icecast developer mailing list][7] and then\nemail icecast-dev@xiph.org.\nOr come and see us on irc.freenode.net, channel [#icecast][8]\n(please be patient, people are not always at their computers).\n\n[1]: http://xmlsoft.org/downloads.html\n[2]: http://xmlsoft.org/XSLT/downloads.html\n[3]: http://curl.haxx.se/download.html\n[4]: http://www.vorbis.com/files\n[5]: http://icecast.org/docs/\n[6]: http://lists.xiph.org/mailman/listinfo/icecast\n[7]: http://lists.xiph.org/mailman/listinfo/icecast-dev\n[8]: https://webchat.freenode.net/?channels=#icecast\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiph%2Ficecast-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiph%2Ficecast-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiph%2Ficecast-server/lists"}