Start and end points in Stream video embed code

Copper Contributor

Hi,

 

Does anyone know how I might include an end point (in addition to a start point) in a Stream video? Currently, using the explicit 'Start at' time adds 'st=<seconds>' to the embed code. The same approach (using en= or end=) does not enable an end time to be defined.

 

Thank you.

 

Malcolm

 

 

6 Replies

@malcolmcreenThis is currently not possible, but it is a good idea. You can post it as a Stream idea here: https://aka.ms/StreamIdeas

@malcolmcreen It seems to be possible - using 'et' - it does allow the viewer to hit play again, and it carries on - but that's better than nothing.

 

Example embed code - start code is green, stop code is red.

 

<iframe width="640" height="360" src="https://web.microsoftstream.com/embed/video/<videoGUIDhere>?autoplay=false&amp;showinfo=false&amp;st=70&amp;et=80" allowfullscreen style="border:none;"></iframe>

@Rob Ellis 

That seems to work very nicely Rob. Thank you very much for your help.

Malcolm

the video doesn't stop for me, any changes in the embed code?
This doesn't seem to work- are there any other options?
This did not work for me. The start time works, but the end time does not.