google-code-export / red5

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

RTMPClient lacks stop/deleteStream methods #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need methods to stop playing the stream.

Original issue reported on code.google.com by dmitry.m...@mind.com on 3 Jun 2011 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by mondain on 13 Jul 2011 at 1:22

GoogleCodeExporter commented 9 years ago
The BaseRTMPClientHandler class has a mutator (setStreamEventHandler) that 
allows the implementer to set their own INetStreamEventHandler which can then 
respond to NetStream events and handle them as needed. 
This is available as of revision 4352

Original comment by mondain on 15 May 2012 at 5:28

GoogleCodeExporter commented 9 years ago
This is a different case. User may need to stop stream by invoking API 
directly, not in response to stream event.

Original comment by dmitry.m...@mind.com on 16 May 2012 at 2:19

GoogleCodeExporter commented 9 years ago
Understood, I added the additional methods yesterday.

Original comment by mondain on 16 May 2012 at 2:39