| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue May 02, 2006 5:40 pm Post subject: Setting Up Video Streaming On My Web Site |
|
|
Hi Guys,
I have a sports website with 32,000 members with magazine, forum and shop. I have a new idea to add video streaming to the magazine and wanted some advice in adding the feature to my website.
The idea is I charge members for the facility to see dvd films I have rights for, though how much work is involved in coding this into my website I am not sure in php.
Any advice is very much appreciated as this is the first website I have found on the subject. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed May 03, 2006 2:23 am Post subject: |
|
|
Some have already started to provide higher bandwidth streaming services like video through icecast using listener based authentication. Icecast provides two main mechanisms that handle listener auth, a htpasswd setup which is a simple user:pass lookup option or url auth which issues backend url based requests to a seperate system to determine authentication. A simple example of the latter is verifying usernames registered on a forum.
karl. |
|
| Back to top |
|
 |
|