IltmmRTSPServer Interface

The IltmmRTSPServer interface is a high-level object that allows you to implement an RTSP Server. It provides high-level functions for using the LEAD RTSP Sink filter to implement an RTSP server.

You can also see the Create an RTSP Server Using the RTSP Sink topic for information on how to create an RTSP server using low level interfaces that access the LEAD RTSP Sink filter directly.

Another way to implement an RTSP Server is to implement a Media Server using the Media Streaming SDK.

By using the high-level functions in this interface, the task of creating an RTSP server is much simpler.

The IltmmRTSPServer interface keeps an internal list of folders containing the media files that should be streamed. The files can be in more than one root source folders. In addition, any files present in subfolders of the root folder are accessible. The source folders are added with IltmmRTSPServer::put_SourceFolder.

DVR buffers are treated as live streams while they are being updated. When a user attempts to streams one of these live streams, the server will stream from the live position with a latency set using ltmmRTSPServer::put_LiveLatency.

You can protect the server by limiting access to a certain users using IltmmRTSPServer::put_Security. The security settings can be the same for all folders or give different access settings for each folder.

The file whose compression settings don't match the compressions supported by the RTSP Sink are automatically recompressed on the fly. You can override the compression settings used by the encoders with IltmmRTSPServer::LoadSettingsFromFile and IltmmRTSPServer::LoadSettingsFromStream.

Once you have chosen all these settings, you specify the IP address on which the server will listen using IltmmRTSPServer::get_TargetAddress.

When everything is set, you start the server and specify on which port to listen using IltmmRTSPServer::StartServer.

Note: Do not use "%" characters in filenames that you put on an RTSP server. The % character has a special meaning in Internet URLs: it is used to encode URLs. For instance, spaces are replaced with %20 when you use an URL. So a file called x%20y.avi could mean x y.avi or x%20.avi. To avoid confusion, do not use the "%" character in filenames.

In addition to the methods inherited from IDispatch, the IltmmRTSPServer Interface exposes the following functions:

IltmmRTSPServer::get_SourceFolder

IltmmRTSPServer::put_SourceFolder

IltmmRTSPServer::get_SourceCount

IltmmRTSPServer::get_SourceType

IltmmRTSPServer::get_TargetAddress

IltmmRTSPServer::put_TargetAddress

IltmmRTSPServer::StartServer

IltmmRTSPServer::StopServer

IltmmRTSPServer::get_Security

IltmmRTSPServer::put_Security

IltmmRTSPServer::get_LiveLatency

IltmmRTSPServer::put_LiveLatency

IltmmRTSPServer::LoadSettingsFromFile

IltmmRTSPServer::LoadSettingsFromStream

Platforms

Win32, x64.

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

LEADTOOLS Multimedia C API Help

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