The optional Datastead's parameters can be either
- either set programmatically
- either passed at the end of the URL (so the filter can be configured without writing code)
The parameters can be set the classic programmatical way through the IDaConfigtasteadRtspSource interface exposed by the IBaseFilter interface of the filter. This is described later in this manual.
This method consists to specify the parameters and values directly at the end of the RTSP URL:
The parameter must be specified as >identifier=value. The ">" character is required and used as separator and parameter identified to distinguish it from the real URL parameters.
E.g.:
rtsp://root:admin@192.168.0.24/axis-media/media.amp>timeout=20000>buffer=0>lowdelay=1
The parameters that can be specified after the URL are listed in the "URL parameter indentifiers" column of the "Parameter identifier" array at the end of this document.