# Enable Media Push (/en/realtime-media/media-push/get-started/enable-media-push)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

Media Push enables you to stream audio and video from Agora channels to CDNs and other RTMP-based platforms. To enable Media Push:

1. Log in to [Agora Console](https://console.agora.io/), and click **RTC Services** in the left navigation panel.

2. Select the project for which you want to enable Media Push from the project dropdown.

3. Find **Media Push**, and toggle the switch to enable.

4. Read the pop-up prompt carefully, and then click **Confirm**.

   <CalloutContainer type="info">
     <CalloutDescription>
       You cannot disable the service once you enable it.
     </CalloutDescription>
   </CalloutContainer>

To process a media stream and push it to a CDN, you create a converter in the Agora channel. To create and manage converters, see [Use RESTful API](../build/restful-api).
