Video player seems to need to load video indices unnecessarily in order to sync. #66
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
_ReloadVideoList() in the CaseVideoSyncPlayer class has a check to load a new video if the index is different from what was in its cache. Since this code is always run just before SetVideoIndex(), this seems like it shouldn't be necessary. It might be possible that since both functions end with RequestSerialization(), it's causing some kind of conflict or desync. Look into reducing the number of serialisation requests to make this code actually superfluous.