Skip to content
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

A setting to set max stream resolution? #159

Closed
chinatsu opened this issue Aug 10, 2013 · 2 comments
Closed

A setting to set max stream resolution? #159

chinatsu opened this issue Aug 10, 2013 · 2 comments
Milestone

Comments

@chinatsu
Copy link

As of right now, I use stream-sorting-excludes to filter out the stream resolutions my little netbook simply can't run, but every so often I encounter new, nonstandard(?) stream resolutions, and it's a tiny bit frustrating to have to add it to the exclude I have in .livestreamerrc. Since 480p is about the best I can watch without frame drops, the list is starting to get a little long.

@chrippa
Copy link
Owner

chrippa commented Aug 10, 2013

Perhaps the --stream-sorting-excludes filtering could be expanded into accepting an expression, e.g

--stream-sorting-excludes ">480p" # above 480p
--stream-sorting-excludes ">=720p" # 720p and above
--stream-sorting-excludes ">480p;>1200k;>mobile_medium" # multiple quality types

What do you think?

@chinatsu
Copy link
Author

Aye, that's pretty much what I had in mind!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants