My favorites | Sign in
Google
Projects on Google Code Results 1 - 2 of 2
This project provides alternate communications capabilities to open source media servers. The first protocols that will be made available are RTMPE and RTMFP. <wiki:gadget url="http://www.ohloh.net/p/blue5/widgets/project_basic_stats.xml" height="220" border="1" /> If you want to join or have ...
=A Rtmp client for PHP= === Usage === {{{ <? require "RtmpClient.class.php"; $client = new RtmpClient(); $client->connect("localhost","myApp"); $result = $client->myRemoteMethod($arg1,$arg2); var_dump($result); $client->close(); ?> }}} [HowTo How to here!] *feedbacks will be app...