Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunohost-apps/icecast2_ynh

Icecast2 package for YunoHost
https://github.com/yunohost-apps/icecast2_ynh

icecast2 yunohost yunohost-apps

Last synced: about 1 month ago
JSON representation

Icecast2 package for YunoHost

Awesome Lists containing this project

README

        

# Icecast2 for YunoHost

[![Integration level](https://dash.yunohost.org/integration/icecast2.svg)](https://ci-apps.yunohost.org/ci/apps/icecast2/) ![Working status](https://ci-apps.yunohost.org/ci/badges/icecast2.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/icecast2.maintain.svg)

[![Install Icecast2 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=icecast2)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install Icecast2 quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

## Overview

Icecast is a streaming media (audio/video) server which currently supports Ogg (Vorbis and Theora), Opus, WebM and MP3 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.

**Shipped version:** 2.4.4~ynh1

## Screenshots

![Screenshot of Icecast2](./doc/screenshots/screenshot.png)

## Documentation and resources

- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/icecast2_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/icecast2_ynh/tree/testing --debug
or
sudo yunohost app upgrade icecast2 -u https://github.com/YunoHost-Apps/icecast2_ynh/tree/testing --debug
```

**More info regarding app packaging:**