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. |
InProtocol
Required
public object InProtocol { get; set; }
- Type: object
Property inProtocol: Access protocol used by the space.
Value: gb28181, rtmp
Name
Required
public object Name { get; set; }
- Type: object
Property name: Space name.
OutProtocol
Required
public object OutProtocol { get; set; }
- Type: object
Property outProtocol: Play protocol used by the space, multivalued separated by commas.
Value: flv, hls, rtmp
PlayDomain
Required
public object PlayDomain { get; set; }
- Type: object
Property playDomain: Use of the domain name space broadcast stream.
PushDomain
Required
public object PushDomain { get; set; }
- Type: object
Property pushDomain: Plug flow domain name space to use.
(Only access to the space rtmp)
Region
Required
public object Region { get; set; }
- Type: object
Property region: Space belongs to the region, as a service center.
App
Optional
public object App { get; set; }
- Type: object
Property app: Application name space used, the default live.
Callback
Optional
public object Callback { get; set; }
- Type: object
Property callback: Updating the space callback device \/ flow state.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Space description.
Enabled
Optional
public object Enabled { get; set; }
- Type: object
Property enabled: Space is enabled.
LazyPull
Optional
public object LazyPull { get; set; }
- Type: object
Property lazyPull: Whether to enable on-demand pull flow, default false.