...
- Implemented the requirements to use HIVE for Teams live events
- Acquired a HIVE for Microsoft 365 license
Enabling HIVE for Teams live events via PowerShell command
Your company Skype for Business or Office 365 Tenant administrator must execute the Microsoft PowerShell command Set-CsTeamsMeetingBroadcastConfiguration.
...
For more information on the Set-CsTeamsMeetingBroadcastConfiguration cmdlet, please refer to the Microsoft documentation.
Verifying the Configuration
You can verify your Teams configuration – including the Hive Streaming configuration – with the cmdlet Get-CsTeamsMeetingBroadcastConfiguration:
Use this command:
Get-CsTeamsMeetingBroadcastConfiguration -ExposeSDNConfigurationJsonBlob $true
NOTE: It can take up to 24 hours for configuration changes to be fully propagated across the system, so be sure to execute these cmdlets well before you plan on running your first HIVE-enabled Teams live event.
NOTE: Events configured before executing the cmdlet will NOT use HIVE. If you have created events previously with which you would like to use HIVE - you should delete those events and re-create them.
Verifying the Configuration
You can verify your Teams configuration – including the Hive Streaming configuration – with the cmdlet Get-CsTeamsMeetingBroadcastConfiguration:
Use this command:
Get-CsTeamsMeetingBroadcastConfiguration -ExposeSDNConfigurationJsonBlob $true
Enabling HIVE for Teams live events via Teams Admin Center
Your company Office 365 Tenant administrator must execute the steps in your Microsoft Teams Admin Center UI
Select Meetings > Live events settings
Click toggle key to turn on the "Use a third party distribution provider" Option
Select Hive from the "SDN provider name" drop-down menu
Capture the Hive License key sent in the welcome letter or by request in the "Provider license key" field
Input "https://api.hivestreaming.com/v1/eventadmin?partner_token={0}" in the "SDN API template URL field
overview:
Click "Save"
Teams live events and Microsoft Stream
...