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

Youtube stream: "no conn, hlsvp or url_encoded_fmt_stream_map information found in video info" #4196

Closed
brunal opened this issue Nov 14, 2014 · 3 comments

Comments

@brunal
Copy link

@brunal brunal commented Nov 14, 2014

Hi,
Url is http://youtu.be/7Xm6y0LzlLo
I get the following logs:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://youtu.be/7Xm6y0LzlLo', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.11.13.2
[debug] Python version 3.4.2 - Linux-3.17.2-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.4.3, ffprobe 2.4.3, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] Confirming age
[youtube] 7Xm6y0LzlLo: Downloading webpage
[youtube] 7Xm6y0LzlLo: Downloading video info webpage
[youtube] 7Xm6y0LzlLo: 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 "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 536, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 199, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 945, in _real_extract
    raise ExtractorError('no conn, hlsvp or url_encoded_fmt_stream_map information found in video info')
youtube_dl.utils.ExtractorError: 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.
@brunal
Copy link
Author

@brunal brunal commented Nov 14, 2014

Nevermind, now that the feed has started youtube-dl works. However mpv nor vlc can play the resulting file. Using livestreamer solved my problem.

@brunal brunal closed this Nov 14, 2014
@mholt
Copy link

@mholt mholt commented Dec 28, 2014

@brunal How did you use livestreamer to play the downloaded video?

@brunal
Copy link
Author

@brunal brunal commented Dec 29, 2014

@mholt I simply skipped using youtube-dl and did livestreamer http://youtu.be/7Xm6y0LzlLo IIRC. Since the feed's now over and I don't have access to the computer where I did all this (→don't have the exact commands) I cannot help you further.

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
2 participants
You can’t perform that action at this time.