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 conn, hlsvp or url_encoded_fmt_stream_map information found in video for IETF stream #3320

Closed
opsec opened this issue Jul 22, 2014 · 4 comments

Comments

@opsec
Copy link

@opsec opsec commented Jul 22, 2014

youtube-dl --verbose https://www.youtube.com/watch?v=Dwa2cOoCw4A

fails to get anything and says:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=Dwa2cOoCw4A']
[debug] Encodings: locale US-ASCII, fs US-ASCII, out US-ASCII, pref US-ASCII
[debug] youtube-dl version 2014.07.21
[debug] Python version 2.7.6 - FreeBSD-11.0-CURRENT-amd64-64bit-ELF
[debug] Proxy map: {}
[youtube] Setting language
[youtube] Dwa2cOoCw4A: Downloading webpage
[youtube] Dwa2cOoCw4A: Downloading video info webpage
[youtube] Dwa2cOoCw4A: Extracting video information
ERROR: no conn, hlsvp or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/home/pi/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/home/pi/bin/youtube-dl/youtube_dl/extractor/common.py", line 169, in extract
return self._real_extract(url)
File "/home/pi/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 856, in _real_extract
raise ExtractorError(u'no conn, hlsvp or url_encoded_fmt_stream_map information found in video info')

The video itself is blocked (in some contries?), but the error message does
not display that this is the cause ?

@danyork
Copy link

@danyork danyork commented Jul 22, 2014

I think the issue here is that the link is NOT to an existing video but rather to an upcoming YouTube Live event (in November 2014). So there is no "video" that can be downloaded.

The way YouTube Live works with "Upcoming Events" is that they run a "countdown" screen in advance of the event. When the event goes live, the URL then shows the live stream. When the event is over, THEN there is an archived recording of the event that could be viewed or downloaded.

I would not expect "youtube-dl" to work in this case because there is technically nothing that can be downloaded right now.

@opsec
Copy link
Author

@opsec opsec commented Jul 22, 2014

Ah, thanks. My browser displays the message below, which made me assume that
the event is taking place right now, but I'm not allowed to access it:

Live Streaming is not available in your country due to rights issues.
The Adobe Flash Player or an HTML5 supported browser is required for video playback.
Get the latest Flash Player
Learn more about upgrading to an HTML5 browser

Is there any field in some parts of the site/video that would allow youtube-dl to detect that the event has not yet taken place ?

@qsantos
Copy link

@qsantos qsantos commented Aug 26, 2014

It would be nice to have a clearer error message. I don't usually open youtube videos and only realize that it was an upcoming stream after seeing this issue.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 9, 2016

Nowadays proper error message is displayed.

@dstftw dstftw closed this Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.