2017 © Pedro Peláez
 

library streammediadownload

Download media from streaming services like Soundcloud, Grooveshark and Mixcloud

image

vitalijssilins/streammediadownload

Download media from streaming services like Soundcloud, Grooveshark and Mixcloud

  • Tuesday, August 12, 2014
  • by vitalijssilins
  • Repository
  • 2 Watchers
  • 7 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

Download stream media from GrooveShark.com, MixCloud.com, Soundcloud.com - Stream Media Download

Stream Media Download is a PHP script, which is capable of getting stream links from different streaming services. You can fork this project and use AbstractAdapter.php class to add additional streaming services. You have three well documented examples to get started., (*1)

All provided code is for education purposes only!, (*2)

Requirements

Be sure to install these libraries on the server, before using Stream Media Download:, (*3)

curl
ssl
swftools (only for grooveshark - see below)

Installation

Stream Media Download uses composer to maintain dependencies., (*4)

Composer Installation procedure:, (*5)

curl -sS https://getcomposer.org/installer | php
php composer.phar require vitalijssilins/streammediadownload dev-master

Direct Github Installation procedure:, (*6)

git clone https://github.com/vitalijssilins/streammediadownload streammediadownload
cd streammediadownload
php composer.phar install

After installation take a look at /examples folder., (*7)

SFW Decompiler

GrooveShark.com adapter uses swfdump command to decompile swf and get a token key for communication. If you plan to use GrooveShark then please install swftools on the server. Use this command depending on your linux environment:, (*8)

sudo yum install swftools

or, (*9)

sudo apt-get install swftools

Version

1.0, (*10)

License

GPL v3, (*11)

The Versions

12/08 2014

dev-master

9999999-dev

Download media from streaming services like Soundcloud, Grooveshark and Mixcloud

  Sources   Download

GPLv3

The Requires

 

by Avatar vitalijssilins

media soundcloud stream download mixcloud grooveshark