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

can not get videos.streamsClient.getHttpLiveStreamUrl #134

Closed
Joseph-Nathan opened this issue Jun 26, 2021 · 3 comments
Closed

can not get videos.streamsClient.getHttpLiveStreamUrl #134

Joseph-Nathan opened this issue Jun 26, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@Joseph-Nathan
Copy link

Describe the bug
i can not use getHttpLiveStreamUrl to get liveURL

To Reproduce

      streamURL = await retry(() => yt.videos.streamsClient.getHttpLiveStreamUrl(VideoId("https://www.youtube.com/watch?v=2PeFhZg-Ci4")) , 20) ;

Stacktrace
Include here the stack trace (if applicable).

Enviroment: (please complete the following information):

  • Enviroment: [Flutter ]
  • Version [Channel stable, 2.2.0, on Microsoft Windows [Version 10.0.19042.1052], locale en-US]
  • YoutubeExplode Version [e.g. ^1.9.4]
@Joseph-Nathan Joseph-Nathan added the bug Something isn't working label Jun 26, 2021
@Hexer10
Copy link
Owner

Hexer10 commented Jun 28, 2021

Unfortunately seems like youtube doesn't send that url anymore with the video player info. It appears in the WatchPage initial data, so we might get it from there.
See Tyrrrz/YoutubeExplode#566

@Joseph-Nathan
Copy link
Author

in exp to how scrap it or tag id or key ??

@Hexer10 Hexer10 closed this as completed in 9d50d20 Jul 5, 2021
@Hexer10
Copy link
Owner

Hexer10 commented Jul 5, 2021

I just published a new version (v1.9.9) which should address this isssue! Let me know if you still have some issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants