How to create HTTP server push (also known as HTTP streaming) with PHP (better streaming video)?
Tuts
Libs
are vary welcome
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know about streaming video and comet. I know that streaming video uses more protocols in order to keep and open connection and support frame loss.
You can use libraries, so use google as your search tool. If you don’t want to use the comet server and want comet LIKE behavior using plain old php, you can check the following article: http://www.zeitoun.net/articles/comet_and_php/start
Sorry i haven’t use any library so i cannot recommend anything in my post.