Skip to content

followPlayerTrack not working #23

@hacknlove

Description

@hacknlove

videojs has no more captionstrackchange and subtitlestrackchange events

I managed to get around with:

          player.textTracks().on('change', _.debounce(function () {
            setTimeout(function () {
              player.trigger('subtitlestrackchange')
            }, 0)
          }, 1000, true))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions