Git Product home page Git Product logo

radio-php's Introduction

Radio-PHP

Radio-PHP is a streaming server that uses the SHOUTcast client protocol in order to stream a directory of music files without the need for an external streaming source (such as Traktor or SAM Broadcoaster). Radio-PHP makes this possible by using a few utilities available in many Linux package repositories to convert your input files to a homogeneous MP3 format.

Install

First, make sure that you have the necessary packages installed:

sudo apt-get install -y libav-tools libmp3lame-dev php5-cli

After installing the necessary packages, clone this repository and its submodules:

git clone https://github.com/Modfwango/Radio-PHP.git
cd Radio-PHP && git submodule update --init

Next, configure the options in the data/Welcome/config.json file to your liking. After you have configured Radio-PHP, place some media in the folder specified in the config and start the daemon with php main.php. By default Radio-PHP listens on all interfaces on port 8000. This can be changed in conf/listen.conf

Development

In order to develop your own features and such, take a look at this link for more information.

Licensing

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

radio-php's People

Contributors

clayfreeman avatar

Watchers

James Cloos avatar Melih Erkin Sarıçam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.