Link to specific time or chapter in video

Streamio allows you to link to a specific time in a video or chapter. Here is how you do it!

In the path, you need to add &t= to link to a time in seconds from the start or &c= to link to a chapter. Use the number for which the chapter is shown in the list of chapters.

These arguments cannot be added to short links, but it is excellent to edit the iframe code or the full link that appears after opening a card link.

Example:

When you paste the card link “https://23m.io/ibFlc” it opens as: “https://streamio.com/api/v1/videos/5d00ba366f8d8dd1c5000002/public_show?player_id=604f2f876f8d8defa000000a&link=true”

To link to Chapter 2, change the latter link to: “https://streamio.com/api/v1/videos/5d00ba366f8d8dd1c5000002/public_show?player_id=604f2f876f8d8defa000000a&link=true&c=2

and to link to a time 22 seconds into the movie, you link to: “https://streamio.com/api/v1/videos/5d00ba366f8d8dd1c5000002/public_show?player_id=604f2f876f8d8defa000000a&link=true&t=22

Similarly, you can change the same iframe embed:

To jump to the time:

<iframe class=”streamio-player” width=”720″ height=”405″ src=”https://streamio.com/api/v1/videos/5d00ba366f8d8dd1c5000002/public_show?player_id=604f2f876f8d8defa000000a&t=22” frameborder=”0″ allow=”autoplay; encrypted-media” allowfullscreen></iframe>

To jump to chapters:

<iframe class=”streamio-player” width=”720″ height=”405″ src=”https://streamio.com/api/v1/videos/5d00ba366f8d8dd1c5000002/public_show?player_id=604f2f876f8d8defa000000a&c=2” frameborder=”0″ allow=”autoplay; encrypted-media” allowfullscreen></iframe>