Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-icecast
https://github.com/pkgstore-old/linux-rpm-icecast
linux pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-icecast
- Owner: pkgstore-old
- License: gpl-2.0
- Created: 2021-06-18T20:28:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T08:51:51.000Z (over 3 years ago)
- Last Synced: 2024-02-23T11:54:36.276Z (11 months ago)
- Topics: linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Language: Shell
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Icecast
**Icecast** is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for communication and interaction.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/icecast
$ dnf install -y icecast
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y icecast
```## Remove
```
$ dnf erase -y icecast
$ dnf copr remove pkgstore/icecast
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/icecast).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/icecast) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.