Skip to main content

Start At Configuration

Wievers like to continue watching the video from where they have left. That's where startAt parameter comes in handy. With this parameter, you can specify where the video playback should start from. This parameter empowers users to have a more tailored and efficient video-watching experience by providing them with direct control over where their viewing journey begins.

To configure the starting position of the video in Lura Player, you can use the following configuration.

AttributeTypeDescription
startAtdoubleStarting position of the content in seconds.
info

The startAt parameter is applicable exclusively to VOD (Video On Demand) assets and should not be utilized for live streams.

m.player.callFunc("setConfig", {
...
content: {
startAt: 30
}
...
})