BrightSign Object Reference Manual (FW 5.1) User Manual

Page 206

Advertising
background image

198

A number of optional parameters can be added after the

port parameter using an "&" (ampersand):

o trace: Displays a trace of messages in the negotiation with the client. This parameter is useful particularly

for debugging RTSP sessions. For example:

"rtsp:port=554&trace"

o maxbitrate: Sets the maximum instantaneous bitrate (in Kbps) of the RTP transfer initiated by RTSP. This

parameter has no effect for HTTP. The parameter value 80000 (i.e. 80Mbps) has been found to work well.
The default behavior (also achieved by passing a zero value) is to not limit the bitrate at all. For example:
"rtsp:port=554&trace&maxbitrate=80000"

o threads: Sets the maximum number of threads the server is prepared to have running. Each thread

handles a single client request. The default value is "5". For example:

"http:port=8080&threads=10"

Stop() As Boolean: Stops the media server. This method signals all threads to stop, but does not wait for this
to happen before destroying the server instance.

Terminate() As Boolean: Stops the media server. This method waits for all threads to stop before destroying
the server instance.


The ifIdentity interface provides the following:

GetIdentity() As Integer


The ifMessagePort interface provides the following:

SetPort(a As Object)

Advertising