Method | Description | |
---|---|---|
AddListener ( |
Add a listener.
|
|
Enqueue ( Rtsp.Messages.RtspMessage message ) : void |
Enqueues the specified message.
|
|
StartQueue ( ) : void |
Starts the queue processing.
|
|
StopQueue ( ) : void |
Stops the queue processing.
|
Method | Description | |
---|---|---|
ConfigureTransportAndForwarder ( Rtsp.Messages.RtspMessage aMessage, RtspMulticaster.UDPForwarder forwarder ) : RtspMulticaster.Forwarder |
Configures the transport and forwarder.
|
|
CreateNextMulticastAddress ( ) : string |
Create next available multicast address.
|
|
GetRtspListenerForDestination ( |
Gets the RTSP listener for destination. This method try to get one of openned TCP listener and if it does not find it, it create it. |
|
HandleOneMessage ( Rtsp.Messages.RtspMessage message ) : void |
Handles one message.
|
|
HandleRequest ( Rtsp.Messages.RtspMessage &message ) : |
Handles request message.
|
|
HandleRequestPlay ( |
Handles the request play. Do not forward message if already playing
|
|
HandleRequestSetup ( |
Handles a request setup. The destination can be modified. |
|
HandleRequestWithoutUrl ( Rtsp.Messages.RtspMessage &message ) : |
||
HandleResponse ( |
Handles the response.
|
|
HandleResponseToSetup ( |
Handles the response to a setup message.
|
|
Listener_MessageReceived ( object sender, Rtsp e ) : void |
Handles the MessageReceived event of the Listener control.
|
|
ManageQueue ( ) : void |
The queue processing.
|
|
RTSPDispatcher ( ) : System | ||
RewriteSDPMessage ( Rtsp.Messages.RtspMessage aMessage ) : void |
Rewrites the SDP in the message.
|
|
RewriteUri ( |
||
SelectTransport ( |
Selects the transport based on the configuration of the system.. The transport is selected by taking the first supported transport in order of appearence. |
|
UpdateSessionState ( |
Updates the state of the session.
|
public AddListener ( |
||
listener | A listener. | |
return | void |
public Enqueue ( Rtsp.Messages.RtspMessage message ) : void | ||
message | Rtsp.Messages.RtspMessage | The message. |
return | void |