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

Here is a linux version of your script #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Here is a linux version of your script #9

wants to merge 1 commit into from

Conversation

maxerbox
Copy link

Of course livestreamer must be installed, more info here http://docs.livestreamer.io/install.html#linux-and-bsd-packages.
So what changed is the subprocess creation of livestreamer l.50

# Getting the json with all data regarding the stream
try:
response = subprocess.Popen(
["livestreamer","--yes-run-as-root", "Client-ID=ewvlchtxgqq88ru9gmfp1gmyt6h2b93",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you can see, the option --yes run as root is enabled. Also, .exe is deleted

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious; why did you delete --http-header?

@rasurbrand
Copy link

Im trying to get it running on Ubuntu 16 with Python 3.6.. Could anyone help me to update this code?

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

Successfully merging this pull request may close these issues.

3 participants