|
Project Information
Links
|
A Rtmp client for PHPContributors SearchYou are more and more people to use php-rtmp-client, but I do not have time to answer all your questions. If anyone is interested to ensure the continuity of the project, please contact me. Usage<?
require "RtmpClient.class.php";
$client = new RtmpClient();
$client->connect("localhost","myApp");
$result = $client->myRemoteMethod($arg1,$arg2);
var_dump($result);
$client->close();
?>
feedbacks and patchs will be appreciated... Enjoy! sources are available on svn : svn checkout http://php-rtmp-client.googlecode.com/svn/trunk/ Inspiration : Used librairy : |