News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - timley

#1
Hi,

In order to protect an internet stream you will, as Severino has mentioned, do this at the streaming server side.

If you're running Icecast, you can setup stream authentication.  When a listener tries to stream, Icecast calls your script with some parameters.  You can choose to accept or deny the request based on your business logic.  You could use a username and password, IP address, some kind of cookie checking, etc.

Good luck.

Tim