Forum Discussion
PathToSharePoint
Sep 19, 2022Copper Contributor
Block Stream on SharePoint
Classic Stream was available as an enterprise application that could be allowed or blocked. How can I block modern Stream? A simple use case would be to block Stream until users have taken a trai...
- Sep 20, 2022Stream (on SharePoint) is just a better way to get to and play the video files already stores in SharePoint and OneDrive. There is no way to disable the ability to upload video files into M365 thus no way to disable Stream (on SharePoint).
However if you don't want videos to be able to be transcribed there is a SharePoint tenant setting and site setting via powershell to disable that.
Change the "MediaTranscriptionPolicyType"
https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/Set-SPOTenant?view=sharepoint-ps
https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/set-sposite?view=sharepoint-ps
Marc Mroz
Microsoft
Sep 20, 2022Stream (on SharePoint) is just a better way to get to and play the video files already stores in SharePoint and OneDrive. There is no way to disable the ability to upload video files into M365 thus no way to disable Stream (on SharePoint).
However if you don't want videos to be able to be transcribed there is a SharePoint tenant setting and site setting via powershell to disable that.
Change the "MediaTranscriptionPolicyType"
https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/Set-SPOTenant?view=sharepoint-ps
https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/set-sposite?view=sharepoint-ps
However if you don't want videos to be able to be transcribed there is a SharePoint tenant setting and site setting via powershell to disable that.
Change the "MediaTranscriptionPolicyType"
https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/Set-SPOTenant?view=sharepoint-ps
https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/set-sposite?view=sharepoint-ps
VinaySPatil
Nov 14, 2022Copper Contributor
Marc Mroz : Thanks, but any concrete solution to disable for all users ?