All Projects → xiph → Icecast Server

xiph / Icecast Server

Licence: gpl-2.0
Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Icecast Server

Rtspallthethings
Deprecated RTSP media server -- Use github.com/aler9/rtsp-simple-server instead.
Stars: ✭ 258 (-17.31%)
Mutual labels:  media, server, streaming
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (-78.53%)
Mutual labels:  media, streaming
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+232.37%)
Mutual labels:  media, streaming
Swifty360player
iOS 360-degree video player streaming from an AVPlayer.
Stars: ✭ 118 (-62.18%)
Mutual labels:  media, streaming
Hls Vod
HTTP Live Streaming with on-the-fly encoding of any video file for Web/Apple TV/iPhone/iPad/iPod
Stars: ✭ 221 (-29.17%)
Mutual labels:  server, streaming
Waveline Server
Simple self-hosted music streaming server
Stars: ✭ 248 (-20.51%)
Mutual labels:  server, streaming
Xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Stars: ✭ 89 (-71.47%)
Mutual labels:  media, server
Streama
Self hosted streaming media server. https://docs.streama-project.com/
Stars: ✭ 8,948 (+2767.95%)
Mutual labels:  media, streaming
Render Media
Intelligently render media files in the browser
Stars: ✭ 181 (-41.99%)
Mutual labels:  media, streaming
Yt Dlc
media downloader and library for various sites.
Stars: ✭ 2,590 (+730.13%)
Mutual labels:  media, streaming
VAG.Node
GB28181 PS流转发网关服务<Node 版>,以GB28181对接的方式将摄像机/硬盘录像机 的PS流(H264/H265)打包推送到RTMP服务器。
Stars: ✭ 48 (-84.62%)
Mutual labels:  streaming, media
Supysonic
Supysonic is a Python implementation of the Subsonic server API.
Stars: ✭ 187 (-40.06%)
Mutual labels:  server, streaming
Freeflix
Freeflix is a streaming server that integrates a BitTorrent client.
Stars: ✭ 48 (-84.62%)
Mutual labels:  server, streaming
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+80.77%)
Mutual labels:  media, streaming
Livego
go Implementation of live streaming services
Stars: ✭ 411 (+31.73%)
Mutual labels:  server, streaming
Rtp
A Go implementation of RTP
Stars: ✭ 120 (-61.54%)
Mutual labels:  media, streaming
playercast
Cast to media player and control playback remotely.
Stars: ✭ 46 (-85.26%)
Mutual labels:  streaming, media
Ion
Real-Distributed RTC System by pure Go and Flutter
Stars: ✭ 3,279 (+950.96%)
Mutual labels:  media, server
Audiostreamer
A Swift 4 framework for streaming remote audio with real-time effects using AVAudioEngine
Stars: ✭ 287 (-8.01%)
Mutual labels:  streaming
Jsexpert01 Skeleton Ew
Projeto base da JS Expert Week
Stars: ✭ 303 (-2.88%)
Mutual labels:  media

Icecast 2 - README

Build Status

Icecast is a streaming media server which currently supports WebM and Ogg streaming including the Opus, Vorbis and Theora codecs. Also Icecast can handle other streams like MP3/AAC/NSV in legacy mode, but this is not officially supported.

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.

Icecast is distributed under the GNU GPL, version 2. A copy of this license is included with this software in the COPYING file.

The name of this software is spelled "Icecast" with a leading capital 'I' but with a lower case 'c'. Any other spelling is incorrect.

Prerequisites

Icecast requires the following packages:

NOTE: Icecast may be compiled without curl, however this will disable Stream Directory server interaction (YP) and URL based authentication.

A note about prerequisite packages

Most distributions have some sort of package management repository for pre-built packages (eg rpm, deb etc). These setups often have a runtime package, which is usually installed for you by default, and enables you to run applications that depend on them. However if you are building Icecast from source then the runtime system is not enough. You will also need a development package named something like libxslt-devel

Build/Install

To build Icecast on a Unix platform, perform the following steps:

Run

./configure
make
make install  # as root

This is the typical procedure if you download the tar file.

If you retrive the code from Git, make sure to clone recursively:

git clone --recursive https://git.xiph.org/icecast-server.git

After that, create the configure script by running: ./autogen.sh. Now you can just follow the steps mentioned above.

A sample config file will be placed in /usr/local/etc (on UNIX, also depends on path PREFIX) or in the current working directory (on Win32) and is called icecast.xml

Documentation for Icecast is available in the doc directory, by viewing doc/index.html in a browser. It's also installed to $PREFIX/share/doc/icecast/. Online documentation can be found on the Icecast Website.

If you have problems with setting up Icecast, please join the [email protected]. In case you have patches or want to discuss development issues, please join the Icecast developer mailing list and then email [email protected]. Or come and see us on irc.freenode.net, channel #icecast (please be patient, people are not always at their computers).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].