SOLVED

Microsft stream how to videos

Iron Contributor
It would be really useful if the embedded video tutorials that are displayed in the Stream App (Screenshot attached) and getting started info - were available to share or embed in SharePoint pages. It would be useful for us to tailor comms around it and personalise the message to our business rather then sending people off to the getting started info: https://stream.microsoft.com/en-us/documentation/stream-portal-get-started/
2 Replies
best response confirmed by Mandy Clark (Iron Contributor)
Solution

All those Stream how to videos are publically available on the help documents. If you want to emebed them into a SP page you can use these iframes...

Getting Started

<iframe width="640" height="360" src="https://aka.ms/StreamVideoGettingStarted" frameborder="0" allowfullscreen ></iframe>

 

Admin

<iframe width="640" height="360" src="https://aka.ms/StreamVideoAdmin" frameborder="0" allowfullscreen ></iframe>

 

Search

<iframe width="640" height="360" src="https://aka.ms/StreamVideoSearch" frameborder="0" allowfullscreen ></iframe>

 

Upload

<iframe width="640" height="360" src="https://aka.ms/StreamVideoUpload" frameborder="0" allowfullscreen ></iframe>

 

Share

<iframe width="640" height="360" src="https://aka.ms/StreamVideoShare" frameborder="0" allowfullscreen ></iframe>

 

Intelligence

<iframe width="640" height="360" src="https://aka.ms/StreamVideoIntelligence" frameborder="0" allowfullscreen ></iframe>

 

Channels and Groups

                <iframe width="640" height="360" src="https://aka.ms/StreamVideoChannelsGroups" frameborder="0" allowfullscreen ></iframe>

Thank you soo much Marc
1 best response

Accepted Solutions
best response confirmed by Mandy Clark (Iron Contributor)
Solution

All those Stream how to videos are publically available on the help documents. If you want to emebed them into a SP page you can use these iframes...

Getting Started

<iframe width="640" height="360" src="https://aka.ms/StreamVideoGettingStarted" frameborder="0" allowfullscreen ></iframe>

 

Admin

<iframe width="640" height="360" src="https://aka.ms/StreamVideoAdmin" frameborder="0" allowfullscreen ></iframe>

 

Search

<iframe width="640" height="360" src="https://aka.ms/StreamVideoSearch" frameborder="0" allowfullscreen ></iframe>

 

Upload

<iframe width="640" height="360" src="https://aka.ms/StreamVideoUpload" frameborder="0" allowfullscreen ></iframe>

 

Share

<iframe width="640" height="360" src="https://aka.ms/StreamVideoShare" frameborder="0" allowfullscreen ></iframe>

 

Intelligence

<iframe width="640" height="360" src="https://aka.ms/StreamVideoIntelligence" frameborder="0" allowfullscreen ></iframe>

 

Channels and Groups

                <iframe width="640" height="360" src="https://aka.ms/StreamVideoChannelsGroups" frameborder="0" allowfullscreen ></iframe>

View solution in original post