SetWebStreamer
|
srcAddress [in]
|
String specifying the source address of the web streaming in the following format: "xxx.xxx.xxx.xxx[:pppp/filename]", where
|
xxx.xxx.xxx.xxx - the IP address of the local network interface to be used for the web streaming (typically a local area interface)
|
pppp - the local source port to be used for the web streaming; if omitted, port 8554 will be used
|
filename - the file name assigned to the stream; if omitted, "ActiveGige.sdp" will be used
|
|
dstAddress [in]
|
String specifying the IP address of a remote playback device. For the multicast streaming, use an address in the range 239.0.0.0 - 239.255.255.255
|
frameRate [in]
|
Floating point value specifying the frame rate limit for the web stream.
|
|
quality [in]
|
Integer value in the range 0-6 specifying the H.264 compression quality. The higher the quality is, the higher the streaming bandwidth will be.
|
|
tunnelOverHttp [in]
|
Enabling this boolean value will reroute the web streaming via HTTP ports 80, 8000 or 8080
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|
|