![Cisco IEC 4610 User Manual Download Page 253](http://html.mh-extra.com/html/cisco/iec-4610/iec-4610_user-manual_65856253.webp)
G-7
Cisco Interactive Experience Client 4600 Series User Guide
Appendix G Stream Live Video
Stream Live Video
Note
While using TCP as the connection type, ensure that the TCP endpoint on the host to which you are
interested to stream to is listening on the port of interest.
Tip
While using the camera, make sure the input resolution that you select is supported by the camera. It
is recommended that you use either a 720p or a 1080i. A lower resolution camera may not give the
desired output.
interface videoEncoder
{
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; // Udp=0, Tcp=1
attribute int videoMode; // SD=0, HD=1, CUSTOM=2
attribute int videoSource; // Must be in [0, videoInputCount] range. 0 is for
HDMI, 1-videoInputCount is for webcams
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;
signals:
notready();
ready();
started();
stopped();
error(in int code, in string message);
slots:
start();
stop();
takeSnapShot();
}