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

Failure on adaptive streaming video from WDR mediathek #4242

Closed
mschilling007 opened this issue Nov 19, 2014 · 1 comment
Closed

Failure on adaptive streaming video from WDR mediathek #4242

mschilling007 opened this issue Nov 19, 2014 · 1 comment

Comments

@mschilling007
Copy link

@mschilling007 mschilling007 commented Nov 19, 2014

Unfortunately downloading this videos fails:

ms@uvps:~/tmp/youtube-dl$ youtube-dl --verbose http://www1.wdr.de/mediathek/video/sendungen/quarks_und_co/videoichbindochnochda100.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www1.wdr.de/mediathek/video/sendungen/quarks_und_co/videoichbindochnochda100.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.11.16
[debug] Python version 2.7.3 - Linux-3.2.0-4-686-pae-i686-with-debian-7.7
[debug] exe versions: rtmpdump 2.4
[debug] Proxy map: {}
[WDR] mediathek/video/sendungen/quarks_und_co/videoichbindochnochda100: Downloading webpage
[download] Downloading playlist: mediathek/video/sendungen/quarks_und_co/videoichbindochnochda100
[WDR] playlist mediathek/video/sendungen/quarks_und_co/videoichbindochnochda100: Collected 1 video ids (downloading 1 of them)
[download] Downloading video #1 of 1
[WDR] mediathek/video/sendungen/quarks_und_co/videoichbindochnochda100: Downloading webpage
[debug] Invoking downloader on u'http://adaptiv.wdr.de/z/medstdp/ww/fsk0/57/572243/,572243_6043518,572243_6043519,572243_6043520,572243_6043521,.mp4.csmil/manifest.f4m?hdcore=3.2.0&plugin=aasp-3.2.0.77.18'
[download] Downloading f4m manifest
[download] Destination: Quarks & Co - Ich bin doch noch da - Leben im Wachkoma-mdb-572243.flv
[download]  42.7% of 504.96MiB at     ---b/s ETA 08:36ERROR: unable to download video data: timed out
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1064, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1040, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 292, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/f4m.py", line 306, in real_download
    success = http_dl.download(frag_filename, {'url': url})
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 292, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 64, in real_download
    data = self.ydl.urlopen(request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1298, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 401, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 419, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1211, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    r = h.getresponse(buffering=True)
  File "/usr/lib/python2.7/httplib.py", line 1034, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 407, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.7/socket.py", line 447, in readline
    data = self._sock.recv(self._rbufsize)
timeout: timed out

ms@uvps:~/tmp/youtube-dl$
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jun 9, 2016

Closing as this video is gone. Most likely it's a network issue. Feel free to open new issues if problems are still.

@yan12125 yan12125 closed this Jun 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
3 participants
@yan12125 @mschilling007 and others
You can’t perform that action at this time.