alaabataineh / php-rtmp-client

Automatically exported from code.google.com/p/php-rtmp-client
1 stars 0 forks source link

Client rejection #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Any idea how to handle server-side client rejections? The client seems to
ignore it, and tries to write to the server anyway, but that already closed
the socket - and that results in a (meaningless) php exception.

The server seems to return a _result with some Flash specific information,
it does not clearly mention it is an error state, while the code seems to
consider receiving _error as an error only. Could be a server specific
thing, I'm testing against Red5.

I've attached both modified files, it will throw an error upon connection
if the server rejects the connection.

Original issue reported on code.google.com by gergely....@gmail.com on 12 Feb 2010 at 10:56

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by qwantix@gmail.com on 18 Feb 2010 at 5:03