What is Microsoft Stream? The current architecture for managing M365 E3/E5 videos in SharePoint and OneDrive

Microsoft 365・Azureカテゴリを表すパンダのイラスト Microsoft 365 / Azure

About this article
This article is created using an automated generation workflow utilizing generative AI. It is based on the Microsoft Stream service description in Microsoft Learn, focusing on the current Stream (built on SharePoint) rather than the legacy Stream (Classic).

Verification Status: 📘 Confirmed with official Microsoft documentation – Not verified with physical hardware

It is easier to understand current Microsoft Stream not as a standalone video repository, but rather as:A mechanism that provides video experiences such as playback, sharing, and commenting for videos stored in SharePoint and OneDrive.

The storage architecture differs significantly from the legacy Stream (Classic). In the new Stream, the video files themselves reside in SharePoint or OneDrive, meaning permissions, sharing, retention, and governance are handled integrally with those platforms.

How is it positioned in E3/E5?

According to the current service description in Microsoft Learn, Stream (built on SharePoint) is provided in:Microsoft 365 plans that include SharePoint and OneDrive.Since both Microsoft 365 E3 and E5 include SharePoint/OneDrive, they support the basic video experiences of this new Stream.

For feature differences and advanced compliance controls, check the licenses for SharePoint/OneDrive and Purview, in addition to any standalone video "Stream licenses".

Try it first: Play a test video in OneDrive

Use a short test video that does not contain sensitive information.

  1. Save one video file, such as an MP4, to a test folder in OneDrive.

  2. Open the video in a browser.

  3. Confirm that it plays successfully.

  4. Check the file storage location and sharing settings.

What to look at here

Verify that you are viewing the video file on OneDrive using the video player, rather than a separate copy uploaded to Stream.

Try changing one thing

Place the same test video into a SharePoint test document library and play it. You can see how the concept of the storage location changes between individual-centric OneDrive and team-centric SharePoint.

Relationship with Teams recordings

Teams meeting recordings are also primarily designed to be saved to OneDrive or SharePoint. When managing recordings, rather than looking only for the "Stream management center":It is important to check which OneDrive/SharePoint location the original file was saved to.

Concept of reading video file metadata via Graph

Because videos are also handled as driveItems on SharePoint/OneDrive, you can use the driveItem API to read file information via Graph.

GET https://graph.microsoft.com/v1.0/me/drive/root:/OneDrive-Test/sample.mp4

What to inspect

namesizewebUrlfileCheck metadata such as the file name, size, and WebUrl.

Criteria for success

Success is achieved when HTTP 200 returns the metadata of the target video.

Change one element

Change only the file name to another test video, and verify thatnamethe returned responsesizechanges accordingly. Avoid starting with deletion or sharing permission modification APIs.

For enterprise usage

  • Use OneDrive for individual work videos.

  • Use SharePoint for department, training, and project videos.

  • Embed videos on SharePoint pages.

  • Manage video sharing scope as file permissions.

  • Track the destination and owner of Teams recordings.

  • Prevent important videos from lingering in a departed employee's OneDrive.

Items for administrators to review

  • SharePoint/OneDrive external sharing

  • Recording destination

  • Retention, DLP, and sensitivity labels

  • Storage consumption

  • Video ownership and lifecycle

  • Check for outdated manuals assuming Stream (Classic)

Beware of differences from Classic

Official Microsoft service descriptions refer to the current Stream as "Microsoft Stream (built on SharePoint)". Please ensure that outdated articles and internal procedures based on legacy Stream (Classic) channels and storage locations are not applied directly to the new Stream.

Official Microsoft Information and Primary Sources

  • Microsoft Stream service description:https://learn.microsoft.com/en-us/office365/servicedescriptions/microsoft-stream

  • Microsoft Stream documentation:https://learn.microsoft.com/en-us/stream/

  • Microsoft Graph driveItem:https://learn.microsoft.com/en-us/graph/api/resources/driveitem

The shortcut to understanding the current Stream is to view it not as"separate storage dedicated to video", but rather as "video files on SharePoint/OneDrive enhanced with Microsoft 365 video experiences".

Document information

Article title
What is Microsoft Stream? The current architecture for managing M365 E3/E5 videos in SharePoint and OneDrive
Published
Updated
Source
https://papanda925.com/?p=16226&lang=en

License: Text and original figures for which this site holds the relevant rights are available under CC BY 4.0 , unless otherwise noted. This article may include content created or edited with generative AI. If code has a separate license notice or a linked GitHub repository license, that license takes precedence for the code. Quotations, third-party materials, images, and trademarks are excluded from this license. Usage policy

Copied title and URL