-
Notifications
You must be signed in to change notification settings - Fork 48
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
Improving performance #89
Comments
What we could do have these tests also as part of a Troubleshooting section in the settings. |
idk how long it takes to run |
When
|
So now that we have unit tests, the logging output shows a few things we are doing on every run:
We can see the following things:
uname -a
is performedinputstream.adaptive
is tested (or possibly installed) and activatedAnd I wonder if all of this is really required on every video playback.
As I indicated before #69, if we could detect that Widevine failed we can do all these things only on failure, rather than every time before playing. But lacking this possibility ATM could we get rid of any of this anyhow?
If we tested Widevine CDM properly after installation, do we still need to test it before every playback?
The text was updated successfully, but these errors were encountered: