-
-
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
error: The specified stream(s) 'source, 1080p60, best' could not be found. #323
Comments
This is an upstream error. See chrippa/livestreamer#1429
It looks like Twitch is randomly renaming qualities again. It's the same issue as #283. I honestly don't want to fix upstream bugs here. I can only add a static list of known qualities to the GUI that livestreamer itself doesn't detect. The issue has been fixed in streamlink (the livestreamer fork), and it's working fine. $ streamlink -p mpv twitch.tv/twitchconlive best
[cli][info] Found matching plugin twitch for URL twitch.tv/twitchconlive
[cli][info] Available streams: 720p60_alt, audio, 144p30 (worst), 240p30, 360p30, 480p30, 540p30, 720p30, 720p60 (best)
[cli][info] Opening stream: 720p60 (hls) In order to use streamlink with Livestreamer Twitch GUI, you need to build the application off the master branch, since Instructions can be found here: |
Thank you for the detailed response! |
Let's keep this thread open. I don't want to see any duplicates from people who don't look for closed issues. Maybe I could add all available stream qualities to the "source" quality option in descending order. This is of course not future proof, like the previous attempt(s), but it will ensure that all streams can be opened, even if "source" and "1080p60" (which is already a fallback) are missing. |
Looking forward to a new release to fix this issue. For now, I have to set streams that fail to open to be on High quality instead of Source, and then they'll open at 720p30. Building the application myself to work with streamlink seems like a bit more work than I want to do lol. |
Add all currently available explicit stream qualities to the value of the "source" quality in descending order. This ensures that streams can be opened, even if "source" is missing from their quality list. This commit changes the type of the quality attribute of the Settings and ChannelSettings models from number to string.
Fixed in 426fe67... |
https://github.com/bastimeyer/livestreamer-twitch-gui/releases/latest I'll leave this thread open for a bit, though... |
Description
When I try to open the twitch.tv/twitchconlive stream, I get the following error:
Expected / Actual behavior
It should open the best version that is available - "720p60 - source" (which is not the same as 720p60)
Reproduction steps
Try to open the Twitch Main Stage from the featured channels
Environment details (operating system, etc.)
Windows 10 x64
Comments, logs, screenshots, etc.
If you need one, let me know where can I find it
The text was updated successfully, but these errors were encountered: