1
0
mirror of https://github.com/danog/magnaluna.git synced 2024-11-26 11:34:39 +01:00
Go to file
2020-02-29 19:03:10 +01:00
_layouts Add jekyll layouts 2019-10-28 19:41:48 +01:00
_config.yml Add jekyll layouts 2019-10-28 19:41:48 +01:00
.gitignore Add songs.php 2019-10-29 18:31:09 +01:00
.php_cs.dist First commit 2019-10-28 19:26:45 +01:00
.travis.yml Fix travis ci build 2019-10-28 19:31:58 +01:00
CNAME Create CNAME 2019-10-28 19:42:30 +01:00
composer.json First commit 2019-10-28 19:26:45 +01:00
LICENSE Add license 2019-10-28 19:28:09 +01:00
magna.php Merge branch 'master' of github.com:danog/magnaluna 2020-02-29 19:03:10 +01:00
README.md update 2019-10-28 23:50:14 +01:00
screenshot.png Add screenshot 2019-10-28 19:34:33 +01:00
songs.php Add songs.php 2019-10-29 18:31:09 +01:00

magnaluna webradio

Build Status

Telegram webradio with advanced features like call programming and real-time call stats based on MadelineProto and libtgvoip.

Screenshot

Try it on Telegram @magnaluna!

Created by Daniil Gentili.

Installation

wget https://github.com/danog/magnaluna/raw/master/magna.php && php magna.php

Don't forget to install the required dependencies for MadelineProto.

Converting songs

In order to play songs, they must be first converted to raw PCM format (support for OGG OPUS files will be added soon):

ffmpeg -i anyaudioorvideo.mp3 -f s16le -ac 1 -ar 48000 -acodec pcm_s16le mysong.raw