Forum Discussion
grant_jenkins
Sep 10, 2023Steel Contributor
New Stream Webpart - Disappointing
The new Stream Webpart has just come through to our tenant and started to set it up to see how it actually works. Quite disappointing so far, and not fit for purpose in our video architecture. I ...
Debaray
Microsoft
Sep 13, 2023It is disappointing to hear that the web part lacks expected functionalities for videos. The new Stream web part was born out of the idea of having a dedicated video web part more suited to video experiences and layouts which was not achievable with other web parts like Highlighted content or Hero or File and Media. So, our first goal was to introduce a web part that is optimized for video and then incrementally add functionalities to it.
While we are currently in between our planning process for the next iteration, I'm going to incorporate all this feedback into deciding the order of what comes next. So, thanks for highlighting them.
Meanwhile, I would recommend that if your use case aligns with filtering some videos, you should use Highlighted content web part which will soon be supported with inline playback in filmstrip and carousel layouts. However, if your use case aligns with publishing all videos from a particular folder, you can use the new Stream web part.
While we are currently in between our planning process for the next iteration, I'm going to incorporate all this feedback into deciding the order of what comes next. So, thanks for highlighting them.
Meanwhile, I would recommend that if your use case aligns with filtering some videos, you should use Highlighted content web part which will soon be supported with inline playback in filmstrip and carousel layouts. However, if your use case aligns with publishing all videos from a particular folder, you can use the new Stream web part.
- tjhuntNov 03, 2023Copper Contributor
Debaray In our case the Highlighted Content web part would do everything we need it to do EXCEPT that you can't pull from OneDrive--only other SharePoint sites. We are storing most of our videos in OneDrive because of SharePoint storage limitations (not to mention OneDrive is where Teams recordings save by default). I was glad to see the new Stream web part had an option to pull from a OneDrive folder, but the lack of ability to filter makes it useless to us. Please either build in a OneDrive option to the Highlighted Content web part, or give the Stream web part the same filtering functionality as the Highlighted Content web part!
- grant_jenkinsNov 04, 2023Steel Contributor
tjhunt Some great news for you. The Highlighted Content Webpart can bring videos from OneDrive now using the KQL Query option.
Make sure you select All sites initially, then click on Custom query. This will bring up the KQL Query section where you can specify where you want to pull videos from as well as other filters. Below is a query that brings back videos from a folder in my OneDrive called Videos (it contains 4 videos).
//You would need to put your tenant in place of TENANT //You would need to put your userPrincipalName in place of USERPRINCIPALNAME //You would need to put your specific folder(s) in place of FOLDER //Note that you need to add /* at the end of your last folder documentlink:"https://TENANT-my.sharepoint.com/personal/USERPRINCIPALNAME_TENANT_onmicrosoft_com/Documents/FOLDER/*" AND (FileType:3gp OR FileType:asf OR FileType:avi OR FileType:mkv OR FileType:mod OR FileType:mov OR FileType:mp4 OR FileType:mpeg OR FileType:mpg OR FileType:mts OR FileType:ts OR FileType:vob OR FileType:wmv OR FileType:webm)
Below are my four videos in the Videos folder.
And my Highlighted Content Webpart showing the videos.
- tjhuntNov 09, 2023Copper ContributorThat is great news! I will give that a try.
As for storage, we did limit our versioning, but it won't let us set the maximum below 100, so with larger files it still adds up quickly. I'll check with our Network Administrator about the Azure storage. Thanks for your replies and suggestions!
- karen_dredskeNov 03, 2023Steel Contributor
Why would you store large amounts of files in OneDrive because of storage? The amount of storage in your tenant that is displayed in the SharePoint Admin Center is the total storage used by OneDrive AND SharePoint (because OneDrive accounts behind the covers are SharePoint sites). If you need any SharePoint sites to have more storage space and they don't, then your SharePoint administrator should consider following Microsoft recommendations to allow automatic sizing of SharePoint sites in the admin center.
In the event that you might be the SharePoint Administrator, here is where that is located in your admin center. Policies > SharePoint Site Storage limits
A panel will open on the right side of the screen. Select Automatic.This is a best practice even without videos being stored. I have seen more SharePoint sites blow up where users are unable to continue collaborating because SharePoint admins rarely have time to be monitoring every single site to see if any have come close to exceeding whatever limit they put in there. This will solve your problem. Then you can move your files to a SharePoint site and the Highlighted Content web part will work for you.
Besides. . . putting files in OneDrive accounts are a problem with file lifecycle management. If someone leaves the organization and you want to remove the license on the account, then all access to those files are lost on your web pages also. On the SharePoint site, you won't have that issue to contend with down the road.- tjhuntNov 03, 2023Copper Contributorkaren_dredske Thanks for your reply. Under our license structure, OneDrive storage is provisioned per licensed user and can't be reallocated to our SharePoint tenant storage. (I just confirmed this with our tenant admin.) Totally agree that storing organizational files in OneDrive is not a best practice, and it does require shuffling on our end if licenses are reassigned, but it's a partial solution that lets users share their videos without eating up our SharePoint storage.