Leadtools.Multimedia Namespace > RTSPServer Class : SetSourceFolder Method |
'Usage Dim instance As RTSPServer Dim index As Integer Dim Name As String instance.SetSourceFolder(index, Name)
The RTSP Server keeps an internal list of folders which store the source files for the server. When a client asks for a file to stream, the RTSP Server will look for the requested file in this source folder list, in order.
The server looks in the first folder first. If it doesn't find it, it looks in the next folder and so on until it finds a folder containing the requested file.
This function allows you to modify the server list. You can add, modify or remove folders from this list as follows: