- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 11:02 AM
The new Stream on SharePoint video links are not working to post content on Topic Pages, most likely because ServiceNow does not recognize a SharePoint link as a video file. Has anyone been able to get around this? Or have a solution? #MicrosoftStream #videocontent
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2025 12:34 PM
Do you see any error with embed URL?
Have you already added the host domain to the glide.html.enable_media_sites
system property?
Can you share the URL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 09:13 AM
Hi Pooja. I wanted to follow up. Thanks so much for your help. Here is the solution that we are implementing, based on your recommendations and some trial and error:
- Updated the sys property as you recommended.
- Loading videos into a shared Teams folder (not sure why this is required, but is working).
- Using the link from the embed code (not all of the embed code, but the SharePoint link within).
Again, thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 01:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 01:51 PM - edited ‎01-09-2025 02:07 PM
Did you try to use embed URL instead?
You can see if rich content works for your case.
In Rich Content Editor you can integrate content provider and might help your use case.
Refer this - https://www.servicenow.com/docs/bundle/xanadu-employee-service-management/page/product/employee-cent...
Steps -
1. Add the host domain to the glide.html.enable_media_sites
system property
2. Add a Content processor, refer - https://www.servicenow.com/docs/bundle/xanadu-employee-service-management/page/product/employee-cent...
Currently this auth processor is mandatory. If seamless authorization is not required, you can just return random string for tokenQueryParam (for ex "access_token") and keep other output variables empty.
3. Add a Content provider and a content provider mapping (associates provider with content type, we support Rich Content and News Content) https://www.servicenow.com/docs/bundle/xanadu-employee-service-management/page/product/employee-cent...
4. Create News content, open editor and add Video component.
5. In properties section you will see newly added content provider
6. Set the URL source, save and publish the content.
** Please note we are adding an OOB content provider in upcoming release which can be used to embed public videos hosted on external platforms
Please mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2025 05:59 AM
Thank you. I have shared with the Digital team to see if they can use this solution. In the meantime, can you provide instructions on how to embed the videos? I had thought of that as i was a solution for other platforms, but I don't see the option here to embed and adding an embed link in the url field does not work. See attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2025 12:34 PM
Do you see any error with embed URL?
Have you already added the host domain to the glide.html.enable_media_sites
system property?
Can you share the URL?