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 training. Another one would be to block users from creating or editing content, or generating transcriptions, for compliance reasons.
- Stream (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
2 Replies
Sort By
- Marc Mroz
Microsoft
Stream (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- VinaySPatilCopper Contributor
Marc Mroz : Thanks, but any concrete solution to disable for all users ?