[Yandex Cloud documentation](../../../index.md) > [Yandex Cloud Video](../../index.md) > [Step-by-step guides](../index.md) > Broadcasts > Getting a server address and broadcast key

# Getting a server address and broadcast key

{% list tabs group=instructions %}

- Cloud Video UI {#console}

  1. Open the Cloud Video [home page](https://video.yandex.cloud/).
  1. Select a channel.
  1. In the ![image](../../../_assets/console-icons/antenna-signal.svg) **Broadcasts** tab, select the broadcast you need.
  1. In the stream settings window that opens, copy the following field values:

      * **Server address**
      * **Broadcast key**.

- API {#api}

  Use the [get](../../api-ref/StreamLine/get.md) REST API method for the [StreamLine](../../api-ref/StreamLine/index.md) resource or the [StreamLineService/Get](../../api-ref/grpc/StreamLine/get.md) gRPC API call.

  Use the [getStreamKey](../../api-ref/StreamLine/getStreamKey.md) REST API method for the [StreamLine](../../api-ref/StreamLine/index.md) resource or the [StreamLineService/GetStreamKey](../../api-ref/grpc/StreamLine/getStreamKey.md) gRPC API call.

{% endlist %}