Constructor
new TRTCPublishCDNParam(appId, bizId, url, streamId)
TRTC's backend service supports publishing audio/video streams to third-party live CDN service providers through the standard RTMP protocol.
If you use the Tencent Cloud CSS CDN service, you don't need to care about this parameter; instead, just use the startPublishing
API.
Parameters:
Name | Type | Description |
---|---|---|
appId |
Number |
required
|
bizId |
Number |
required
|
url |
String |
required
specify the push address (in RTMP format) of this audio/video stream at the third-party live streaming service provider
|
streamId |
String |
required
specify the stream ID. Default value is null. |