bitmovin / bitmovin-player-ui

The Bitmovin Adaptive Streaming Player UI
MIT License
126 stars 87 forks source link

Make seeking to beginning of Timeline marker with duration configurable #614

Closed luckygoyal-bitmovin closed 7 months ago

luckygoyal-bitmovin commented 7 months ago

Description

Currently seeking anywhere between start position and duration of a timeline marker forces seek position to be beginning of the marker. The changes in this PR attempt to make this behaviour configurable so that integrators can disable this behaviour and allow seeking to a position inside timeline marker's duration.

Checklist (for PR submitter and reviewers)