Is it possible to seek to a specific time code within a video? I know you can seek forwards and backwards based on where you already are in the timeline. That said, I’d like to be able to start playback from a specific time code regardless of where I left off from the last watched mark.
If you can utilize the client API, I'm sure you can do that using Seek by seconds
I already tried that, unfortunately, it’s still relative to where you’re at in the timeline.
Why not a sequence of two seeks: first to 0, and then immediately after a second one to your desired position.
That’s what I was considering if there isn't a better solution. Again though, there’s no way to seek back to zero other than adding a large number to the seek in the hope of returning to the beginning of the video.
The Channels API returns the current time played. You could just add to that.
Didn’t think of that, thank you for the suggestion.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.