Web Streaming Platform
The Web Streaming Platform is a Tool, which enables you, to watch your home media center collection from any remote device, over even slow bandwidth connections.
to achieve that, it builds on top of a few components, those are:
A GNU/Linux Operating System.
A Webserver of your choice that supports PHP.
PHP in a current stable version.
C++ RTMP Server in a current version.
A Current Version of the LibAV Toolkit.
A Connection with at least 30Kbyte/s outgoing speed.
You may download the program (a php website) from github via:
https://github.com/OliverLeitner/webstreamer
by cloning the git repository:
git clone https://github.com/OliverLeitner/webstreamer.git
or by downloading the zip file and unpacking it inside your web directory:
https://github.com/OliverLeitner/webstreamer/archive/master.zip
You will need to setup two virtualhosts on your Webserver, one pointing to the extracted folder, and another one pointing to the directory with your media, you may simply put them on different server ports.
more about virtualhosts directives with my server of choice, the apache web server, you may find
HERE
If you want to participate in coding the project, or fixing bugs, have a look at the
github issue tracker or
leave me a message
enjoy!
Oliver Leitner


