-
Notifications
You must be signed in to change notification settings - Fork 49
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
Vlc is freezing during connection #68
Comments
What do you mean by "connection" ? |
Mean interacting with web services like tvdb. My net connection is not very good, and it makes stuck sometimes, especially when using torrent etc. For the first start of tv serie it sometimes make vlc freeze then resuming after it get needed info from tvdb. |
I have comiled exe from start_process.bat and made it autostart when starting vlc and close with it. Some time ago during some movie watching it was freez and i've forgotten that pythonw always work in background with vlc and thought something wrong with vlc or video file, but then killed pythonw, and still image was back to frame, Maybe internet connection was busy and Traktforvlc still tied to connect. Didn't you notice similar behavour for example when there is not internet connection at all? |
'imdb_id': u'tt1136853', u'title': u'Frenzy'}, {u'year': u'1987', 'fuzz_ratio': 67, u'imdb_id': u'tt0092670', u'title': u'Blood Frenzy'}, {u'year': u'2010', 'fuzz_ratio': 67, u'imdb_id': u'tt1819527', u'title': u'Final Frenzy'}, {u'year': u'2012', 'fuzz_ratio': 71, u'imdb_id': u'tt3057684', u'title': u'Fish Frenzy'}, {u'year': u'1992', 'fuzz_ratio': 71, u'imdb_id': u'tt2994928', u'title': u'Moto Frenzy'}, {u'year': u'2002', 'fuzz_ratio': 75, u'imdb_id': u'tt0474685', u'title': u'Fur Frenzy'}, {u'year': u'2007', 'fuzz_ratio': 71, u'imdb_id': u'tt1139908', u'title': u'MILF Frenzy'}, {u'year': u'2015', 'fuzz_ratio': 71, u'imdb_id': u'tt4997064', u'title': u'Orgy Frenzy'}] Is that normal for so long urllib3 connection? Can it be caused by don't having certificates for python? When i've installed "request" then it was installed with it certificates 04.2017, but with it it didn't work at all, then i have made "pip uninstall -y certifi" to make it scrobble again. By the way i don't have python-levenshtein, cause it needs Microsoft Visual C++ 9.0 |
Seems like the reason in some vlc setting. Have tried with clean vlc, and that not makes freezing. Will post, when will find out which setting exact cause that trouble. |
Good to know! Thanks for the update @Dimsok ! |
In config file Audio output module (string)aout=waveout Added "#" to the second string to solve the problem. Still don't understand why it affect on working TraktforVlc. Someone on windows can try reproduce it to confirm the issue. |
TraktForVLC 2.x makes that issue obsolete - #88 |
During connection (mostly for series, cause it takes more net traffic), vlc is freezing, and then resuming when connection was finished, Is that normal behaviour?
The text was updated successfully, but these errors were encountered: