Video Skill function playVideo() should accept a position in milliseconds to start video at
Hi, while playVideo() works fine for video playback on an Amazon Echo Show, there's no way to start at a certain position. Optionally accepting a position in milliseconds would solve this. Use cases for this are resuming playback or jumping to a certain known position of a video e.g. the start of the next topic in the news. Thanks, Jan
PS: I didn't find any seek functionality to emulate this and having a seekVideo() function with a position in milliseconds might be an additional or alternative way to implement this.
15
votes
