Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
APPLIES TO: Meetings
Webinars
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:
- In the Teams admin center, expand Meetings and then select Meeting policies.
- Select the policy that you want to edit.
- Under Audio & video, set Live streaming to On from the dropdown.
- 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.