Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting startTime stops any playback #21

Closed
TomGrundy opened this issue Jun 22, 2017 · 2 comments
Closed

Setting startTime stops any playback #21

TomGrundy opened this issue Jun 22, 2017 · 2 comments

Comments

@TomGrundy
Copy link

Setting startTime in options when setting up the player causes playback to halt. The video loads, and all other player features appear to work, but actual playback can never be initiated.

Steps to reproduce:

  1. Load the player, e.g. var player = bitmovin.player('player-wrapper');
  2. call player.setup(config), with config containing some arbitrary start time in seconds, e.g. { options: { startTime: 123 }
  3. Attempt to play the video. Note that the player fetches the content, and all player functionality appropriately fires the correct events, but playback never actually starts.
@protyposis
Copy link
Contributor

Hi Tom, I cannot reproduce this issue. Can you post a simple example snippet to reproduce the issue?

@protyposis
Copy link
Contributor

Closing due to lack of feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants