Help Center> Live> FAQs> Live Streaming> How Do I Get the Streaming URL?

How Do I Get the Streaming URL?

The streaming URL varies depending on the streaming protocol:
  • RTMP format: rtmp://Streaming domain name/AppName/StreamName
  • FLV format: http://Streaming domain name/AppName/StreamName.flv
  • M3U8 format: http://Streaming domain name/AppName/StreamName.m3u8

If a transcoding template is configured and the transcoded live stream needs to be played, add _transcoding template ID to the end of StreamName.

If URL validation is configured, you need to create an authentication URL for playback.

Authentication streaming URL: Original streaming URL? auth_info=Encrypted string.EncodedIV

For details about how to create a streaming URL, see Assembling a Streaming URL.