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.
tjhunt
Nov 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!- grant_jenkinsApr 13, 2024Steel Contributor
tjhunt I know it's been a while since your reply, but thought it was worth adding the below so that yourself, or others can see how to reduce versions on lists and libraries. See examples below taken from the PnP PowerShell site: Set-PnPList | PnP PowerShell
#You would replace TENANT with your tenant, and SITE with your site Connect-PnPOnline -Url "https://TENANT.sharepoint.com/sites/SITE" -Interactive #Disable versions Set-PnPList -Identity "Demo Library" -EnableVersioning $false #Limit major versions (minimum of 1 version) Set-PnPList -Identity "Demo Library" -EnableVersioning $true -MajorVersions 20 #Limit major and minor verions (minimum of 1 version for major and minor) Set-PnPList -Identity "Demo Library" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5
Note that if you have a document that contains (for example) 10 versions, and you run the script to reduce versions to 5, that document will still have 10 versions until you update it again. So, reducing versions on the list/library won't automatically reduce the current versions for an item/document that are above what you set.
- 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.
- karen_dredskeNov 03, 2023Steel Contributortjhunt the tenant admin or SharePoint admin doesn't manually allocate any of this. You are allowed to use up to 1TB in OneDrive for each license, but if no one uses 1TB, that difference can be used in SharePoint. In the upper right corner of the SharePoint Admin center there is a scale that tells the admin how many TB have been used of the TB available. That number of TB available is all the SharePoint sites plus all the OneDrive sites in use.
You can find the licensing info here - https://learn.microsoft.com/en-us/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits
Here is more information on what happens when you set automatic storage limits for SharePoint sites (and the storage limit is separate for OneDrive). https://learn.microsoft.com/en-us/sharepoint/manage-site-collection-storage-limits However, what is displayed in the SharePoint Admin center is what is available across the tenant.
So . . . you could have your SP Admin or tenant admin reduce the storage amount you want to allow your users in OneDrive and that would guarantee more space for SharePoint sites to be available. If you dropped the OneDrive storage to 500GB or less per user, then all that extra storage would still be available to your tenant and could be used in your SharePoint sites. If you set the SharePoint site storage to be automatic, there is still a limit per site, but it is 25TB.
Hopefully that will help you out a bit or at least give your admin something to think about that might allow you to use best practices for storing those video files.