Slow/failed fetch #40
jonafeucht
started this conversation in
General
Replies: 1 comment
-
So, now the things are packed within the package. No more fetching mess. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion targets the slow/failed fetching.
Issue:
Flutter fetches vlc from the official url, which is extremly slow for me. Sometimes it works, but most times it just times out, without telling me it failed.A potential workaround was introduced in #35 (comment). I still have to use a mirror to actually get it to successfully download.
And with every
flutter clean
, the process has to be redone.As of now it's unclear if this is a problem I personally have or a more widespread one.
See: #35
A potential solution was introduced in PR #39, which uses mirrors instead of the official url. Downside, it uses mirrors.Alright, seems like Videolan fixed the issue with the slow download.
The mentioned PR also addresses the problem of libvlcpp.zip not being able to be downloaded from github in China.
See: #13, #20
No idea if #39 is actually a global fix, so it would be great to get some feedback/discussion on this issue.
Beta Was this translation helpful? Give feedback.
All reactions