On following page it is already listed that it supports Microsoft Stream but since August 2021 Microsoft decided to store e.g. MS Teams video in Sharepoint instead of Stream there is no nice way to embed the videos in Confluence:
https://confluence.atlassian.com/doc/widget-connector-macro-171180449.html
Info from MS Teams:
There is an embed functionality in Microsoft Stream that you can access from the Share button.
I hope this helps.
Created official request for embedding SharePoint videos via Widget Connector....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Is there anything new about this?
Cheers Wolfgang
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can confirm it's real issue. We can't embed videos from our meeting into Confluence pages (e.g. meeting notes) because SharePoint is not supported in the widget. I was able to embed video using HTML macro with some piece of code:
<video width="640" height="480" controls> <source src="" type="video/mp4"> </video>
but even this stopped working since SharePoint removed direct path to video from details section. Using share link (even with public access and downloading allowed) does not stream video properly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.