Skip to content

GroupProps

Properties for defining a Group.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vs-group

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vs;
new GroupProps {
    object InProtocol,
    object Name,
    object OutProtocol,
    object PlayDomain,
    object PushDomain,
    object Region,
    object App = null,
    object Callback = null,
    object Description = null,
    object Enabled = null,
    object LazyPull = null
};

Properties

Name Type Description
InProtocol object Property inProtocol: Access protocol used by the space.
Name object Property name: Space name.
OutProtocol object Property outProtocol: Play protocol used by the space, multivalued separated by commas.
PlayDomain object Property playDomain: Use of the domain name space broadcast stream.
PushDomain object Property pushDomain: Plug flow domain name space to use.
Region object Property region: Space belongs to the region, as a service center.
App object Property app: Application name space used, the default live.
Callback object Property callback: Updating the space callback device \/ flow state.
Description object Property description: Space description.
Enabled object Property enabled: Space is enabled.
LazyPull object Property lazyPull: Whether to enable on-demand pull flow, default false.

InProtocolRequired

public object InProtocol { get; set; }
  • Type: object

Property inProtocol: Access protocol used by the space.

Value: gb28181, rtmp


NameRequired

public object Name { get; set; }
  • Type: object

Property name: Space name.


OutProtocolRequired

public object OutProtocol { get; set; }
  • Type: object

Property outProtocol: Play protocol used by the space, multivalued separated by commas.

Value: flv, hls, rtmp


PlayDomainRequired

public object PlayDomain { get; set; }
  • Type: object

Property playDomain: Use of the domain name space broadcast stream.


PushDomainRequired

public object PushDomain { get; set; }
  • Type: object

Property pushDomain: Plug flow domain name space to use.

(Only access to the space rtmp)


RegionRequired

public object Region { get; set; }
  • Type: object

Property region: Space belongs to the region, as a service center.


AppOptional

public object App { get; set; }
  • Type: object

Property app: Application name space used, the default live.


CallbackOptional

public object Callback { get; set; }
  • Type: object

Property callback: Updating the space callback device \/ flow state.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: Space description.


EnabledOptional

public object Enabled { get; set; }
  • Type: object

Property enabled: Space is enabled.


LazyPullOptional

public object LazyPull { get; set; }
  • Type: object

Property lazyPull: Whether to enable on-demand pull flow, default false.