StopServer Method

Summary
Stops the RTSP server from listening on the specified port.
Syntax
C#
C++/CLI
public void StopServer( 
   int port 
) 
public: 
void StopServer(  
   int port 
)  

Parameters

port
The port on which the server is listening for incoming connections. This should be the same value passed to StartServer.

Remarks

This function turns the server off. It will stop listening for incoming connections and will disconnect any RTSP clients currently connected to the server.

Example

For an example, refer to RTSPServer.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.