You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the difference between Streamlink and Streamlink Twitch GUI.
This is a bug report and I have read the contribution guidelines.
Environment details
Operating system and version:
macOS 10.14
Streamlink Twitch GUI version:
1.6.0
Streamlink version:
0.14.2
Description
When I open a stream in VLC from the GUI, the stream starts to play, but there is an additional item before that which results in the following error popup:
Your input can't be opened
VLC is unable to open the MRL 'file:///Applications/Streamlink%20Twitch%20GUI.app/Contents/Resources/app.nw/false'. Check the log for details.
Expected / Actual behavior
It shouldn't try to play "false"
Reproduction steps
Install streamlink, streamlink twitch gui and vlc via brew
Log output
Your input can't be opened
VLC is unable to open the MRL 'file:///Applications/Streamlink%20Twitch%20GUI.app/Contents/Resources/app.nw/false'. Check the log for details.
Additional comments, screenshots, etc.
Streamlink, Streamlink Twitch GUI and VLC were installed via brew
The text was updated successfully, but these errors were encountered:
Looks like there's a problem in VLC's parameter definition list and how these parameters get validated. This false VLC parameter comes from the --no-one-instance parameter definition, which has to be disabled on macOS, as VLC doesn't support this on macOS (#354). In combination with the default user settings which enable this parameter (even if it's hidden in the settings menu on macOS) and a check against a null value in the StreamingService's player resolver, this false value gets used as a string in the VLC parameter list. This is a bug.
Btw, you can see which parameters were used by launching the Twitch GUI with the --loglevel debug parameter. On macOS, you can do this by running open "/Applications/Streamlink Twitch GUI.app" --args --loglevel debug.
Bug report
Environment details
Operating system and version:
macOS 10.14
Streamlink Twitch GUI version:
1.6.0
Streamlink version:
0.14.2
Description
When I open a stream in VLC from the GUI, the stream starts to play, but there is an additional item before that which results in the following error popup:
Your input can't be opened
VLC is unable to open the MRL 'file:///Applications/Streamlink%20Twitch%20GUI.app/Contents/Resources/app.nw/false'. Check the log for details.
Expected / Actual behavior
It shouldn't try to play "false"
Reproduction steps
Install streamlink, streamlink twitch gui and vlc via brew
Log output
Additional comments, screenshots, etc.
Streamlink, Streamlink Twitch GUI and VLC were installed via brew
The text was updated successfully, but these errors were encountered: