VideoServerSessions Object


Description:

Video server sessions result class.

Parents: VideoServerProtocolConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

VideoServerProtocolConfig

Use this to connect a results object to an object.

VideoServerSessions Writable Attributes

There are no writable attributes.

VideoServerSessions Read-Only Attributes

Read-Only Attribute Description
ClipFile

Video clip file name being streamed.

Type: string

Default: "" (empty string)

DstAddress

String-formatted IP address (v4 or v6) that the session is connected to.

Type: string

Default: "" (empty string)

DstPort

Destination port number to which the video is being streamed.

Type: string

Default: "" (empty string)

EventTimestamp

Timestamp when event was recorded.

Type: u64

Default: 0

ParentName

Name of parent Protocol for which the results apply.

Type: string

Default: "" (empty string)

Playing

Whether the video file is being played at this time.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Video file is being played at this time.

FALSE

Video file is not being played at this time.

SrcAddress

String-formatted IP address (v4 or v6) that the session is connected from.

Type: string

Default: "" (empty string)