[Windows] Python command line window when launching streams #768
-
it works and my mpv.exe app opens with the stream playing C:\Program Files (x86)\Streamlink\Python\python.exe i upgraded both streamlink and twitch_gui and im trying to figure out how to get rid of that 2nd python window. if i close it it kills my player. in my settings -streaming - streamlink drop down - i have noting in custom parameters. i think maybe i deleted that text and shouldnt have. id like to keep the empty black window from opening. i played around with the other drop down - streamlink python but i got errors when starting the streams from there, i dont think i had the right script info dunno |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See the streamlink configuration page on the wiki, which already tells you how to solve your issue: But let me try to answer your question in detail as well.
You must have set this custom path in the streaming settings and chosen the There are two different streaming provider methods you can choose, The streaming providers have been changed a couple of times in recent releases due to changes in the Windows installer for Streamlink and if you've been using the Twitch GUI prior to release Now to your issue:
As explained on the wiki page linked above, on Windows, there's a distinction between So in order to fix your issue, select the executable with the |
Beta Was this translation helpful? Give feedback.
See the streamlink configuration page on the wiki, which already tells you how to solve your issue:
https://github.com/streamlink/streamlink-twitch-gui/wiki/Streamlink-configuration
But let me try to answer your question in detail as well.
You must have set this custom path in the streaming settings and chosen the
Streamlink (Python)
streaming provider, because Streamlink Twitch GUI doesn't use thepython.exe
executable. You don't have to set any custom paths, because the Twitch GUI will automatically resolve the right path for you by looking at the directories in your system'sPATH
environment variable and by using a set of built-in …