Cannot retrieve HLS manifest for live streams
See original GitHub issueVersion
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:
- Created 2 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.any exp code please , i do not found player response in scraping .