Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent error and incorrect duration
Only check active stream: 1. Not loaded stream maxTimestamp initialized to 0 which the following setDuration does not allowed 2. Inactive stream maxTimestamp always smaller when the user changed the resolution, the maxTimestamp value fell out of sync.
- Loading branch information