Re: [PHP] PHP + MMS Live Streaming + Protect URL.

2006-03-09 Thread Gentil de Bortoli Júnior
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gentil de Bortoli Júnior wrote: > I have a little problem here and I would like to know if you > have any idea about how to handle it. > > I have an URL which is streaming a live TV channel and I need to > implement, using PHP, some kind of validation

Re: [PHP] PHP + MMS Live Streaming + Protect URL.

2006-03-09 Thread Barry
Gentil de Bortoli Júnior wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: Gentil de Bortoli Júnior [mailto:[EMAIL PROTECTED] Sent: 9 March 2006 2:01 pm To: php-general@lists.php.net Subject: [PHP] PHP + MMS Live Streaming + Protect URL. Hello, guys. I

Re: [PHP] PHP + MMS Live Streaming + Protect URL.

2006-03-09 Thread Gentil de Bortoli Júnior
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> -Original Message- >> From: Gentil de Bortoli Júnior [mailto:[EMAIL PROTECTED] >> Sent: 9 March 2006 2:01 pm >> To: php-general@lists.php.net >> Subject: [PHP] PHP + MMS Live Streaming + Protect URL. >>

Re: [PHP] PHP + MMS Live Streaming + Protect URL.

2006-03-09 Thread David Tulloh
It's a fairly standard authentication problem. I would solve it by using sessions. In the page and video stream start by checking for an authenticated flag in the session array. If the flag is present, display the content. If not, show a login page. When they login, set the authenticated flag and

[PHP] PHP + MMS Live Streaming + Protect URL.

2006-03-09 Thread Gentil de Bortoli Júnior
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, guys. I have a little problem here and I would like to know if you have any idea about how to handle it. I have an URL which is streaming a live TV channel and I need to implement, using PHP, some kind of validation to allow that only one pers