Edit

Share via


Allow live streaming with RTMP-Out for Teams meetings and events

APPLIES TO: Image of a checkmark for yesMeetings Image of a checkmark for yes Webinars Image of a checkmark for yes Town halls

Live streaming allows organizers in your organization to expand their reach and provide a unique experience for meeting, webinar, and town hall attendees. As an admin, when you allow live streaming, your organizers can stream meetings and events to external endpoints by providing a Real-Time Messaging Protocol out (RTMP-Out) URL and key to the built-in Custom Streaming app in Teams.

To learn more about how your organizers can use RTMP to live stream meetings and events, see Broadcast audio and video from Teams with RTMP.

Note

Organizers can't stream live events.

Manage live streaming for your users

You can use the Teams admin center or PowerShell to manage whether organizers with this assigned policy can live stream their meetings and events through RTMP-Out.

Manage live streaming in the Teams admin center

Follow these steps to manage live streaming in the Teams admin center:

  1. In the Teams admin center, expand Meetings and then select Meeting policies.
  2. Select the policy that you want to edit.
  3. Under Audio & video, set Live streaming to On from the dropdown.
  4. Select Save

Manage live streaming with PowerShell

To manage whether organizers with this policy can live stream their meetings and events through RTMP, use the -LiveStreamingMode parameter within the PowerShell CsTeamsMeetingPolicy cmdlet.

To allow organizers with this policy to stream their meetings through RTMP, use the following script:

Set-CsTeamsMeetingPolicy -Identity Global -LiveStreamingMode Enabled

For information on how to assign policies with PowerShell, see Assign policies in Teams.