Reproduction repository for audio/video drift issues on Mux web inputs.
When loading this web application into Mux web inputs, A/V drifts start appearing after a few minutes.
yarn
yarn dev
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
}