Skip to content
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

Deposit > Upload: misleading/inconsistent percentages in Files tab during transcoding #866

Closed
costaflavio opened this issue May 30, 2017 · 4 comments
Milestone

Comments

@costaflavio
Copy link
Contributor

Expected behavior

The percentage in the progress bar to give a reasonable indication of the advancement of the transcoding

Actual behavior

The percentage in the progress bar does not give a meaningful/useful indication of the advancement of the transcoding, see for example:
percentages

The transcoding progress bar shows 33%, while all the file subformats are at least at 61% or completed.

The progress bar percentage is not very usefull since in fact the transconding finishes after the 33% is displayed in a fraction of the time it took from the start to 33%.

Although server load may slow down these missing subformat transcoding, it would be reasonable to see a progress bar showing the average between the progress of each subformat:

  • 73
  • 61
  • 100
  • 100
  • 93

average: 85.4%
Perhaps(?) it makes sense to count a final step for the transcoding, which reverts the progress bar back, let's say ~10% (?) i.e. 8.54%: so 85.4 - 8.54 = ~77%

77% (or more) would be much more realistic than 33%

Information about the Issue

Steps to reproduce the behavior

  1. Open the Files tab during the transcoding of a relatively big file (at least few hundreds MB) and observe the percentages both for the subformats and the video progress bar
@egabancho egabancho modified the milestones: Videos-v1.0, Videos-v2.0 May 30, 2017
@ludmilamarian
Copy link
Contributor

Do we know why this issue appears? @egabancho @drjova

@egabancho
Copy link
Member

We are not counting the individual file percentages to calculate the total transcoding percentage, in fact it represents the number of files that are done already.

It might be also a bit misleading as, sometimes, we are sending more tasks to the queue than the slaves that will finally be generated.

I would keep this open because, IMHO, we should review the way the UI presents this percentage and probably calculate the overall process better.

@costaflavio
Copy link
Contributor Author

As it is today 28.6.17 I am not sure that the percentage represents the number of files done already, see
contradicting percentages

@ntarocco
Copy link
Contributor

The new transcoding software will have a different way to handle transcoding progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants