dusta / TuneInShoutcast

Shoutcast play file generator

Repository from Github https://github.comdusta/TuneInShoutcastRepository from Github https://github.comdusta/TuneInShoutcast

TuneInShoutcast

Generate files for connect to server shoutcast. Available format $_GET['type'] ['asx','m3u','pls','qtl','wax','ram']

<?php
include_once "src/TuneIn.php";
$TuneIn = new \TuneInShoutcast\TuneIn("ip:port");
$TuneIn->generate($_GET['type']);
die();
?>

Composer https://packagist.org/packages/dusta/tuneinshoutcast

About

Shoutcast play file generator

License:MIT License


Languages

Language:PHP 100.0%