Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reset transmuxer in resetEverything to fix seeking backwards in …
…some cases (#1213) This ultimately happens because resetEverything does not reset the gop cache. So If we seeked backwards and have a gop cache then we would throw out an entire segment as it didn't line up with our know gops.
- Loading branch information