The CSS console provides an address generator. You can enter URL information in the generator to quickly generate push/playback URLs. The live streaming URL is mainly composed of a domain name (domain
), an application name (AppName
), a stream name (StreamName
) and an authentication key (Key
).
After an URL is generated, you can select the URL and copy it, click the button next to it to copy it, or scan the QR code next to it to get it.
xxxx.livepush.myqcloud.com
. You can use it for push testing, but we do not recommend using it as the push domain name for your real business.You have logged in to the CSS console, and have added a push domain name.
Parameter | Description |
---|---|
Domain Type | Select Push Domain or Playback Domain. |
AppName | Live streaming application name, used to identify the live stream file storage path. Default value: `live`. Only letters, digits, and symbols are allowed. |
StreamName | Custom stream name. It is a unique identifier of a live stream. Only letters, digits, and symbols are allowed. |
Expiration Time | |
Transcoding Template |
live
by default.liveteststream
.2021-12-15 10:06:22
.As the protocols RTMP, WebRTC, and SRT are supported for push, the push URLs generated start with rtmp://
, webrtc://
, or srt://
.
live
by default.liveteststream
.2021-12-15 10:20:26
.If you select a transcoding template, the address generator will generate a URL for the transcoded stream. As the protocols RTMP, HTTP-FLV, HLS, and WebRTC are supported for playback, the playback URLs generated start with rtmp://
http://
, or webrtc://
.
Note:UDP playback URLs are for LEB. To learn about the billing of LEB, see Pricing Overview.
Was this page helpful?