-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frames fail to load for some videos with Chrome 92 but not with Chrome 91 #3668
Comments
@manybodycpa Hi, |
@azhavoro I would prefer not to share the videos but can of course provide meta information first. Here is the output of ffprobe, please let me know if you need additional information:
|
@azhavoro I now have CVAT version 1.6 installed on my local machine as well. I can confirm that I have at least one video that shows the problem on 1.6 and Chrome 93 but not on Chrome 91. If you can provide an e-mail address, I can share it. |
Yes, please share, my email is andrey.zhavoronkov@intel.com. I will try to reproduce. Also please specify the options used (I mean chunk size, use zip blocks, etc. if you changed them) for this task. |
Options were all per default. Video on the way. |
@manybodycpa Hi, I tried your video and I cannot reproduce the issue, all frames load without problems in Chrome 93.0.4577.82 and Chromium 91.0.4472.0 (I could not find Chrome 91.x.x.x release quickly) on Windows and Linux. Thanks. |
Following your advice, the issue appears to be solved (so far) after adjusting the value of chunk_size. Specifically, this value had not been set before in the API call. Setting chunk_size to 8 resolves the problem independent of the Chrome version. Thank you! |
My actions before raising this issue
Superficially related issues: #3126, #3373
Expected Behaviour
All annotators can access and annotate all frames of a video if they have access to the task.
Current Behaviour
Annotators using Chrome 92 on Windows encounter videos for which some or even all frames cannot be loaded. Depending on the video, the inaccessible frames may start at frame 0 or at a later frame. Direct access of the frames by entering the frame number is also not possible in general, although it sometimes allows loading some of the frames.
Here are some screen shots showing the error message and some debugging information from the browser for two different videos.
Accessing the same server from a Ubuntu client, the problem occurs for the same videos when using Chrome 92 but is absent when using Chrome 91 (detailed versions below).
Steps to Reproduce (for bugs)
I would be willing to share a video directly with the developers if absolutely necessary. Alternatively, a WebEx call could be organized for demonstration and further debugging.
Context
The affected videos cannot be annotated as required.
Your Environment
The problem has been observed on two separate CVAT instances, both accessed via a VPN tunnel.
CVAT instance 1
CVAT instance 2
Server
The instances are hosted on the same virtual machine, which has the following specs:
Browser on clients
Different version of Chrome were tested on a Ubuntu client:
Windows clients used version 92.0.4515.159
The text was updated successfully, but these errors were encountered: