简体   繁体   中英

How to create HTTP server push (also known as HTTP streaming) with PHP?

How to create HTTP server push (also known as HTTP streaming) with PHP (better streaming video)?

Tuts Libs are vary welcome

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM