All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20230101.GeneratePlayURLResResultURLListItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


import com.alibaba.fastjson.JSON;

/**
 * GeneratePlayURLResResultURLListItem
 */
@lombok.Data
public final class GeneratePlayURLResResultURLListItem  {

    /**
     * 

生成的拉流地址。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "URL") private String uRL; /** *

CDN 类型。

* *

- `fcdn`:火山引擎流媒体直播 CDN;

* *

- `3rd`:第三方 CDN。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CDN") private String cDN; /** *

协议类型,包括 hls、flv、rtmp、udp 和 cmaf。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Protocol") private String protocol; /** *

地址类型,取值及含义如下所示。

* *

- `pull`:拉流地址;

* *

- `3rd_play(relay_source)`:第三方回源地址,当配置了回源且 CDN 类型为第三方 CDN 时返回;

* *

- `3rd_play(relay_sink)`:第三方转推地址,当配置了拉流转推且 CDN 类型为第三方 CDN 时返回。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Type") private String type; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy