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

No streams found on this URL #1643

Open
Rzeznik1 opened this issue Jan 10, 2018 · 15 comments
Open

No streams found on this URL #1643

Rzeznik1 opened this issue Jan 10, 2018 · 15 comments

Comments

@Rzeznik1
Copy link

q1
how to fix?

@nanpuhaha
Copy link

Same here...

livestreamer "https://www.youtube.com/watch?v=wUM9FP4vwsA" best --hls-live-edge 99999 -o Live180110.ts
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/watch?v=wUM9FP4vwsA
error: No streams found on this URL: https://www.youtube.com/watch?v=wUM9FP4vwsA

@JonJaded
Copy link

Same here. Any other tools to use in the meantime?

I'm guessing youtube changed the way streams are viewed or something.

@lomacks
Copy link

lomacks commented Jan 11, 2018

+1 ; same issue here:

$ livestreamer --hls-live-edge 99999 --hls-segment-threads 5 --output output.ts --force 'https://www.youtube.com/watch?v=2L4_1Cj9NFQ' best
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/watch?v=2L4_1Cj9NFQ
error: No streams found on this URL: https://www.youtube.com/watch?v=2L4_1Cj9NFQ

Adding -l debug didn't produce any additional output unfortunately.

@Rzeznik1
Copy link
Author

please update new version "livestreamer"

1 similar comment
@life
Copy link

life commented Jan 11, 2018

please update new version "livestreamer"

@JonJaded
Copy link

It's not going to get updated.

Move on to streamlink, this project is abandoned, and the dev is no where to be found. Completely silent on his twitter too. Hope nothing happened to him.

https://github.com/streamlink/streamlink

@Rzeznik1
Copy link
Author

streamlink doesnt work:/ now using program "youtubebyclick"

@ColasNahaboo
Copy link

Streamlink has found a fix, that also works for livestreamer !

in plugins/youtube.py (on debian: /usr/lib/python2.7/dist-packages/livestreamer/plugins/youtube.py ), at line 158, change: player_embedded by detailpage to obtain:

        params = {
            "video_id": video_id,
	     "el": "detailpage"
        }

cf: streamlink/streamlink#1421

@life
Copy link

life commented Jan 12, 2018

@ColasNahaboo Thanks.
I could not find the file there

find /usr -name "youtube.py"

my file -> /usr/local/lib/python2.7/dist-packages/livestreamer/plugins/youtube.py

Problem solved :)

@ColasNahaboo
Copy link

This path was for my debian, with livestreamer installed by pip
locate python.py should find all the instances in your system.

PedroLopes added a commit to PedroLopes/livestreamer that referenced this issue Jan 13, 2018
@PedroLopes
Copy link

@ColasNahaboo that worked. Should that not be integrated via pull request? Just in case, I created one here: #1648 to address this.

Note: is there any known downside to this approach of using "el": "detailpage" instead?

Lastly, Thanks @ColasNahaboo for noticing the fix and the livestreamer team for such a wonderful tool.

@JonJaded
Copy link

I use the portable version of this app, and the "youtube.py" file is compressed as a youtube.pyc file.

What can I do about this?

@JonJaded
Copy link

Screw it, im going to streamlink.

@ColasNahaboo
Copy link

@PedroLopes "Note: is there any known downside to this approach" : No idea, I am no specialist.

I guess the long term solution should be to move to streamlink, which seems still maintained. But as a quick workaround, just using their fixes seem to work :-)

@sallyhaj
Copy link

sallyhaj commented Jan 26, 2018

Changing in Fedora 27 are the same, file is
/usr/lib/python3.6/site-packages/livestreamer/plugins/youtube.py
Line number 158,
It fixed the issue but with YouTube only as it obvious.
So, I'll try streamlink.
By the way you can install streamlink on fedora by
sudo dnf install python3-streamlink

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

8 participants