-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Streamlink on Windows opens a cmd window #336
Comments
This is a bug related to Streamlink (or Livestreamer when installed via pip) See #331 (comment) and the following comments. |
Fixed in the streamproviders branch that splits the old livestreamer structure into Streamlink and Livestreamer will now be launched directly via the python executable (pythonw.exe on Windows) instead of relying on the shebang inside the python scripts which were used previously. This removes the cmd window on Windows while using Streamlink or Livestreamer when installed via pip. I'm going to close this issue once the branch has been merged into master. |
Are there going to be a new release anytime soon? |
I don't have planned anything yet. I want the next release to be the last one with the current name. There's still some work to do, so that the transition can be smooth. If the cmd window issue with Streamlink on Windows annoys you, just switch back to Livestreamer (which is still working fine thanks to the workarounds in the GUI) or build the application off the master branch and help testing it, so I can be sure that I haven't missed a bug. 😃 |
I have tried to build it, but I always get the same error:
|
I don't know what you're doing, but please follow the contributing guide and use the latest stable versions of git, nodejs, npm and bower and make sure that all dependencies are installed correctly. |
Description
When using Streamlink you're unable to kill a stream that's currently being opened with the close stream button in the pop-up dialogue box.
Expected / Actual behavior
Pressing the close stream button closes the dialogue box and ends the connection, preventing the stream from being opened.
...
Pressing the close stream button closes the dialogue box but does not prevent the stream from being opened.
Reproduction steps
Environment details (operating system, etc.)
Windows 7 x64
Livestreamer GUI 0.16.0
The text was updated successfully, but these errors were encountered: