Skip to content

Document that seek needs play #19

Description

@libbymiller

I think I'm right in saying you need to do something like

player.add({
 clear: true,
 playlist: [fileOrStream]
})
.then(player.play)
.then(function () {
  return player.seek({time: seekTime});
});

?
If so we need to document this pattern. I may have missed it, mind you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions