Page 3 of 3

Re: How to turn on Widevine?

PostPosted: Thu Sep 16, 2021 5:24 am
by olzzen
Yes, we think this would be desirable, because otherwise there is no way of letting the user know when to restart. Because the necessary time for download the whole module depends on the speed of internet connection no one can truly say if the download is complete at a point in time.

Re: How to turn on Widevine?

PostPosted: Thu Sep 16, 2021 5:30 am
by magreenblatt
As mentioned, you will know the download is complete when the files exist on disk, and you can watch for that.

Re: How to turn on Widevine?

PostPosted: Thu Sep 16, 2021 6:49 am
by olzzen
Yes, we have understood that. Propably we are going to use QFileSystemWatcher as the client-application is implemented with Qt.
Thanks for your effort!