Writing a video chat widget in Flash and PHP
I am writing a webcam chat in flash (for the client side), I also am using PHP/Apache/Memcache for the server side for text chats... What exactly w开发者_开发知识库ill I need in terms of server side software to connect these users flash/swf sessions together?
I currently have an ubuntu server running Lamp (Apache/Php/MySql/Memcache)... the client to client text chatting works fine, just need to somehow connect the webcams.
Adobe has a beta product called Stratus which allows p2p RTMP between flash clients with minimal server involvement. It's a beta product and the TOS specify non-commercial use, but you can try it out. http://labs.adobe.com/technologies/stratus/
If for whatever reason Stratus won't work for you, you will need a Flash Media Server or clone to connect the clients: http://www.adobe.com/products/flashmediaserver/
精彩评论