Skip to main content

Self-hosted music streaming server

Project description

logo

The open platform for hosting and streaming music.

Installation

Install the package, optionally in a virtual environment:

pip install raudio-server

Run the HLS streaming backend:

python3 -m raudio_server.hls /path/to/file.mp3

Run the HTTP server in a separate terminal:

python3 -m raudio_server.server

Setting a up a development environment

$ git clone git@github.com:raudio-project/raudio-server.git
$ cd raudio-server
$ python3 -m venv venv      # Create a Python virtual environment
$ source venv/bin/activate  # Activate the enviornment
$ pip3 install .            # Install the package

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raudio-server-0.1.0rc4.tar.gz (15.6 kB view hashes)

Uploaded Source

Built Distribution

raudio_server-0.1.0rc4-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page