-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Livestreamer CLI window opens along with media player window #19
Comments
Which livestreamer version do you use? |
I think I was originally using livestreamer-1.9, but upgraded to livestreamer-1.10.1 in an attempt to fix the issue. I did install (and update) livestreamer via pip. However, livestreamer-twitch-gui bd5b9d4 with livestreamer-1.10.1 does not open the CLI window. |
I've added a livestreamer validation + version check in the v0.5.0 release (the commit ID you've linked is the last one with the old system). The CLI stays behind, because everytime you launch a stream, livestreamer is being invoked two times and what you see is the first livestreamer process used for the validation. The issue with the "pip-version" is, that it doesn't respond to SIGTERM signals, so you can't terminate this process and it also opens the CLI window and keeps it opened for some reason. The strange thing is, that this behavior only applies to the windows version. Your problem should be fixed if you switch to the regular installer which you can find on the releases page of the livestreamer repository. |
When stream is opened, the Livestreamer CLI window also opens. I’m using Windows 7.
I attempted a bisect.
The text was updated successfully, but these errors were encountered: