DominicMaas / youtube-extractor

YouTube stream extractor library for Dart. Based on YouTubeExplode by Tyrrrz.
MIT License
85 stars 27 forks source link

Live Stream URL Extraction is not working #4

Open shubham-cueclad opened 5 years ago

shubham-cueclad commented 5 years ago

Unable to extract the url of live channels, It always throes back the value null

DominicMaas commented 5 years ago

Should be working now? @shubham-cueclad

saulpsy24 commented 5 years ago

Live stream url is not working, I'm having the same issue with the latest version

DominicMaas commented 5 years ago

Should be working now?

saulpsy24 commented 5 years ago

Hi! I have tried the latest version 1.0.4 but still having "null" while Im trying to get liveStream video URL. Im using this :


  var livestream = await extractor.getMediaStreamsAsync(<LiveStreamId>);
  print('Livestream URL: ${livestream.hlsLiveStreamUrl}');

And Im getting: Livestream URL: null

DominicMaas commented 5 years ago

What's the live steam url id you are trying to access?

saulpsy24 commented 5 years ago

The first one I found at YT, "hHW1oY26kxQ" Im using that ID