question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot retrieve HLS manifest for live streams

See original GitHub issue

Version

6.0.2, 6.0.3

Details

Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
[xUnit.net 00:00:52.11]     User can get HTTP live stream URL from a video [FAIL]
Error: User can get HTTP live stream URL from a video: YoutubeExplode.Exceptions.YoutubeExplodeException : Could not extract HTTP Live Stream manifest URL. Video '5qap5aO4i9A' is likely not a live stream.
  Failed User can get HTTP live stream URL from a video [388 ms]
  Error Message:
   YoutubeExplode.Exceptions.YoutubeExplodeException : Could not extract HTTP Live Stream manifest URL. Video '5qap5aO4i9A' is likely not a live stream.
  Stack Trace:
     at YoutubeExplode.Videos.Streams.StreamClient.GetHttpLiveStreamUrlAsync(VideoId videoId, CancellationToken cancellationToken) in D:\a\YoutubeExplode\YoutubeExplode\YoutubeExplode\Videos\Streams\StreamClient.cs:line 344
   at YoutubeExplode.Tests.StreamsSpecs.User_can_get_HTTP_live_stream_URL_from_a_video() in D:\a\YoutubeExplode\YoutubeExplode\YoutubeExplode.Tests\StreamsSpecs.cs:line 231
--- End of stack trace from previous location ---

Steps to reproduce

Run test: User can get HTTP live stream URL from a video

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Hexer10commented, Jul 2, 2021

Seems like the hls manifest url is present in the WatchPage’s player response. In my dart port I managed to make this working by using the watchpage and its player response.

0reactions
Joseph-Nathancommented, Jul 5, 2021

any exp code please , i do not found player response in scraping .

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Troubleshoot Your HLS Live Stream
Streaming is easier than ever, but problems can still arise. This blog presents a logical process for troubleshooting an HLS live stream.
Read more >
Cannot load HLS live stream due to error · Issue #1784
The HLS live stream failed to load with MANIFEST.HLS_COULD_NOT_PARSE_SEGMENT_START_TIME / 4030 error on Shaka 2.4.6.
Read more >
How to retrieve HLS streaming video URL?
Then just see 'GET' requests to M3U8 playlist file, the full path to playlist shown on the right pane, in the 'Filter URLs'...
Read more >
Unable to play the HLS stream. Player Error "Manifest is ...
Error message like Manifest is not a valid M3U8 file on player while loading the stream. The manifest file will be delivered with...
Read more >
Set up an HLS stream - YouTube Help
Before you get started. Make sure your encoder supports HLS and that you know the basics of live streaming on YouTube. 1. Check...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found