Appendix G
Stream Live Video
While using TCP as the connection type, ensure that the TCP endpoint on the host to which you are
Note
interested to stream to is listening on the port of interest.
While using the camera, make sure the input resolution that you select is supported by the camera. It
Tip
is recommended that you use either a 720p or a 1080i. A lower resolution camera may not give the
desired output.
interface videoEncoder
{
HDMI, 1-videoInputCount is for webcams
signals:
slots:
}
readonly attribute bool isAvailable; // Checks if Encoder is Available
readonly attribute int status;
readonly attribute int errorCode;
readonly attribute string errorMessage;
readonly attribute int videoInputCount;
readonly attribute stringlist videoInputDescription;
readonly attribute string snapshot;
attribute string targetHost; // Target Host where MPEG2-TS has to be sent
attribute int targetPort; // Target Port on Target Host to Receive it
attribute int protocol;
attribute int videoMode;
attribute int videoSource; // Must be in [0, videoInputCount] range. 0 is for
attribute int h264Profile;
attribute int inputResolution;
attribute bool isProgressive;
attribute int streamType;
attribute int inputFrameRate; // 15, 24, 30, 60
attribute int outputFrameRate; // 15, 24, 30, 60
attribute int averageOutputBitRate;
attribute int minimumOutputBitRate;
attribute int maximumOutputBitRate;
attribute int outputResolution;
attribute int audioBitRate;
notready();
ready();
started();
stopped();
error(in int code, in string message);
start();
stop();
takeSnapShot();
// Udp=0, Tcp=1
// SD=0, HD=1, CUSTOM=2
Cisco Interactive Experience Client 4600 Series User Guide
Stream Live Video
G-7
Need help?
Do you have a question about the Interactive Experience Client 4600 Series and is the answer not in the manual?