Skip to content

Reproduction repository for A/V drift issues on Mux web inputs

License

Notifications You must be signed in to change notification settings

contrastio/repro-avdrift-webinput

Repository files navigation

A/V Drift Reproduction

Reproduction repository for audio/video drift issues on Mux web inputs.

Reproduction steps

When loading this web application into Mux web inputs, A/V drifts start appearing after a few minutes.

Getting started

yarn
yarn dev

VSCode integration

You need to use the workspace version of TypeScript in order to get CSS modules static typing working. See the TypeScript plugin repository for advanced usage.

This starter template works well with the following extensions:

Fix all, organize imports and format on save work seamlessly when configured in user or workspace settings:

{
  "editor.codeActionsOnSave": {
    "source.fixAll": true,
    "source.organizeImports": true
  },
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true
}

About

Reproduction repository for A/V drift issues on Mux web inputs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published