Download the PHP package dduers/icecast-stream-proxy without Composer
On this page you can find all versions of the php package dduers/icecast-stream-proxy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package icecast-stream-proxy
Icecast Stream Proxy
About
This helps you to secure and lock down your icecast streams and stats. You can configure the proxy to support only access from your radio station frontend website.
Abilities
- relay a icecast stream and its stats meta data
- supports http basic auth, if your icecast server is configured for it
- can stream ogg and falls back to mp3 for microsoft browsers
- restrict stream and stats access for your radio station frontend website only
Limitations
- ogg and mp3 icecast mount should serve the same content
- if http basic auth is used, same credentials must be used for all icecast streams
Setup & Configuration
Server
composer require dduers/icecast-stream-proxy
- configuration is documented in
examples/example.php
Client
- you can embed the proxied stream to your website with this html5 code snipped
Recommendations
- serve the icecast server, the icecast proxy and your radio station's website over
https://
- (!) the http basic auth credentials are at risk when no secure https connection is uses
Ressources
All versions of icecast-stream-proxy with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package dduers/icecast-stream-proxy contains the following files
Loading the files please wait ....