robertdoo / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

It is impossible to set ClientExceptionHandler for StreamingProxy #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is currently impossible to set ClientExceptionHandler for StreamingProxy
Could you please add method

public void setExceptionHandler(ClientExceptionHandler exceptionHandler) {
    rtmpClient.setExceptionHandler(exceptionHandler);
}

to it?
Thanks in advance

Original issue reported on code.google.com by solomax...@gmail.com on 17 May 2012 at 7:30

GoogleCodeExporter commented 9 years ago
Its already exists, see line 218
http://code.google.com/p/red5/source/browse/java/client/trunk/src/org/red5/serve
r/stream/StreamingProxy.java

Original comment by mondain on 17 May 2012 at 12:50

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out!

Original comment by solomax...@gmail.com on 17 May 2012 at 2:35