Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
no conn, hlsvp or url_encoded_fmt_stream_map information found in video for IETF stream #3320
Comments
|
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. |
|
Ah, thanks. My browser displays the message below, which made me assume that Live Streaming is not available in your country due to rights issues. 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 ? |
|
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. |
|
Nowadays proper error message is displayed. |
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 ?