|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Not sure on the whole video thing...However in response to the login:
You are going to need some Server-side code. I have seen some "canned" packages that are pretty simple to install, I think one I found was free (this was probably a couple weeks ago...I think is was VBscript/ASP). Most work like this: 1)user goes to login screen, and types in info, then hits submit 2)server side code checks the user name and password pair 3)If the Login is Successful set a session variable like UserLogin="bob@bob.com" (put their actual email/login/userid there). In Vbscript, the code is similar to: Code:
session("UserLogin")=UserLoginName
5)this page checks for the existance of the session variable "UserLogin". If the session variable exists, get information from a database based on the user login. 6) the session variable will expire after a certain amount of time of inactivity (usually like 10 - 20 min) or when the browser is closed. 7) you could additionaly use cookies to add a "Remember Me" feature to the login. Hope this helps |
|
||||
|
Sorry it's taken me so long to respond! Thanks very much for the help. I looked up some info on the scripts you mentioned -- is it correct that ASP requires a Windows server?
Do you know if these things can be done using PHP? I'm going to investigate that.... Thanks again ---- _||_ db Quote:
|
|
|||
|
Hi Don,
Streaming video can be a bit tricky.. There are 2 main types... Real Streaming and http Real streaming requires specialised streaming servers and requires deep pockets, because it's not cheap. http is basically video incorporated and housed on the website. It should have no problem supporting 10-12 simltaneous visitors at a time. Any more than that and it can be a drain on the server. From dvd, you'll have to decode it into a digitized format, depending on the decoder used. There are 3 main vendors : Windows Media, RealMedia and Quicktime. Each one has a converter/decoder to support their own file-type. If you use the Windows Media decoder, then the file will only be viewable by people that have the windows media player. The decoder should also offer a choice in file size that you end up with. It's common for people to make 2 types (dsl/cable and dial up)... then if you factor in the 3 vendors above, to maximize the number of people who can view the video, you could be looking at creating 6 files I think the windows media decoder is free, or there is a free version, the others cost. |
|
||||
|
Quote:
Be well ----- |
|
|||
|
haha, I can certainly relate.
The only time I've had to do it was converting a video into a Windows media file. A 10 minute video took a couple hours to encode. I did the 2 versions. Client changed their mind and we never used it. So, definitely wait until the client knows exactly what they want, because it will take time to complete it all |
|
|||
|
Quote:
|
|
||||
|
Quote:
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |