My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members
Links

A Rtmp client for PHP

Contributors Search

You 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();
?>

How to here!

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 :

Powered by Google Project Hosting