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

Error in _parse_mpd_formats for Live Vimeo streams #19144

Closed
5 of 9 tasks
bahsan opened this issue Feb 5, 2019 · 5 comments
Closed
5 of 9 tasks

Error in _parse_mpd_formats for Live Vimeo streams #19144

bahsan opened this issue Feb 5, 2019 · 5 comments

Comments

@bahsan
Copy link

bahsan commented Feb 5, 2019

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.01.30.1. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2019.01.30.1

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

youtube-dl -v -F https://player.vimeo.com/video/315104824
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'-F', u'https://player.vimeo.com/video/315104824']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.01.30.1
[debug] Python version 2.7.12 (CPython) - Linux-4.4.0-116-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg 4.0.2, ffprobe 4.0.2, rtmpdump 2.4
[debug] Proxy map: {}
[vimeo] 315104824: Downloading webpage
[vimeo] 315104824: Extracting information
[vimeo] 315104824: Downloading JSON metadata
WARNING: Unable to download JSON metadata: HTTP Error 404: Not Found
[vimeo] 315104824: Downloading fastly_live m3u8 information
[vimeo] 315104824: Downloading fastly_live MPD information
WARNING: [vimeo] 315104824: Failed to parse XML not well-formed (invalid token): line 1, column 0
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl", line 9, in <module>
    load_entry_point('youtube-dl==2019.1.30.1', 'console_scripts', 'youtube-dl')()
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/__init__.py", line 472, in main
    _real_main(argv)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/__init__.py", line 462, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/YoutubeDL.py", line 2005, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/YoutubeDL.py", line 793, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/extractor/common.py", line 508, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/extractor/vimeo.py", line 682, in _real_extract
    info_dict_config = self._parse_config(config, video_id)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/extractor/vimeo.py", line 170, in _parse_config
    fatal=False)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/extractor/common.py", line 2002, in _extract_mpd_formats
    formats_dict=formats_dict, mpd_url=mpd_url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl-2019.1.30.1-py2.7.egg/youtube_dl/extractor/common.py", line 2012, in _parse_mpd_formats
    if mpd_doc.get('type') == 'dynamic':
AttributeError: 'NoneType' object has no attribute 'get'

Description of your issue, suggested solution and other information

youtube-dl is failing when getting info from Live Vimeo streams. HLS are being parsed correctly, but DASH don't.

I cannot guarantee that the provided link will stay up, but I can update it when I get another one, and help troubleshooting if needed.

@bahsan
Copy link
Author

bahsan commented Feb 5, 2019

The associated MPD XML string is:

<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:mpeg:DASH:schema:MPD:2011" xmlns:yt="http://youtube.com/yt/2012/10/10" xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 DASH-MPD.xsd" minBufferTime="PT1.500S" profiles="urn:mpeg:dash:profile:isoff-main:2011" type="dynamic" availabilityStartTime="2019-02-05T13:02:28" timeShiftBufferDepth="PT7200.000S" minimumUpdatePeriod="PT2.000S" yt:earliestMediaSequence="7948" yt:mpdRequestTime="2019-02-05T17:27:39.829" yt:mpdResponseTime="2019-02-05T17:27:39.877"><Period start="PT15910.000S" yt:segmentIngestTime="2019-02-05T17:27:31.709"><SegmentList presentationTimeOffset="15910000" startNumber="7955" timescale="1000"><SegmentTimeline><S d="2000"/><S d="2000"/><S d="2000"/></SegmentTimeline></SegmentList><AdaptationSet id="0" mimeType="audio/mp4" subsegmentAlignment="true"><Role schemeIdUri="urn:mpeg:DASH:role:2011" value="main"/><Representation id="139" codecs="mp4a.40.5" audioSamplingRate="24000" startWithSAP="1" bandwidth="64000"><AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/139/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/2126D8807F3E467631585769C0CCB3855342A1CE.3D724326BC211EB62AC103E483683E5B9277D502/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258684"/><SegmentURL media="sq/7956/lmt/1549371748258695"/><SegmentURL media="sq/7957/lmt/1549371748258699"/></SegmentList></Representation><Representation id="140" codecs="mp4a.40.2" audioSamplingRate="48000" startWithSAP="1" bandwidth="144000"><AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/140/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/audio%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/4B23F520AFCCCBA538E3EC8F6E378756361926F7.4EDEEF1C374257F6A03C88814C365303C8624CAB/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258679"/><SegmentURL media="sq/7956/lmt/1549371748258689"/><SegmentURL media="sq/7957/lmt/1549371748258700"/></SegmentList></Representation></AdaptationSet><AdaptationSet id="1" mimeType="video/mp4" subsegmentAlignment="true"><Role schemeIdUri="urn:mpeg:DASH:role:2011" value="main"/><Representation id="133" codecs="avc1.4d4015" width="426" height="240" startWithSAP="1" maxPlayoutRate="1" bandwidth="258000" frameRate="30"><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/133/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/787F6472CEDADB79D9C289F1757E02DA769D522C.32AEC9C402824E29F52DF94572D45C877A93B97C/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258681"/><SegmentURL media="sq/7956/lmt/1549371748258691"/><SegmentURL media="sq/7957/lmt/1549371748258702"/></SegmentList></Representation><Representation id="134" codecs="avc1.4d401e" width="640" height="360" startWithSAP="1" maxPlayoutRate="1" bandwidth="646000" frameRate="30"><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/134/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/3D2B43B172733D43CC7312A04A776CC5A9EAFA43.81D12FAF91E06A2B477676011C82E2BF95C389E6/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258683"/><SegmentURL media="sq/7956/lmt/1549371748258692"/><SegmentURL media="sq/7957/lmt/1549371748258703"/></SegmentList></Representation><Representation id="135" codecs="avc1.4d401f" width="854" height="480" startWithSAP="1" maxPlayoutRate="1" bandwidth="1171000" frameRate="30"><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/135/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/522A07C3278F849DF4C5707AA5B4C723F64A49E3.4ECDC33842B3AD6429D7EFB357C599AD1B96440A/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258682"/><SegmentURL media="sq/7956/lmt/1549371748258693"/><SegmentURL media="sq/7957/lmt/1549371748258704"/></SegmentList></Representation><Representation id="160" codecs="avc1.4d400c" width="256" height="144" startWithSAP="1" maxPlayoutRate="1" bandwidth="124000" frameRate="30"><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/160/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/11253ECE6A7C10F2C893B770B4E5641039693F62.7870DD6ADAD81CE0990678DB1177D8C37E3F22C8/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258680"/><SegmentURL media="sq/7956/lmt/1549371748258690"/><SegmentURL media="sq/7957/lmt/1549371748258701"/></SegmentList></Representation><Representation id="136" codecs="avc1.4d401f" width="1280" height="720" startWithSAP="1" maxPlayoutRate="1" bandwidth="2326000" frameRate="30"><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/136/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/5A5731F213951C89513222568C14830A7F4D412D.29F6448F2402C00067DB1C9148F3B8CFACA8813B/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258685"/><SegmentURL media="sq/7956/lmt/1549371748258694"/><SegmentURL media="sq/7957/lmt/1549371748258705"/></SegmentList></Representation><Representation id="137" codecs="avc1.4d4028" width="1920" height="1080" startWithSAP="1" maxPlayoutRate="1" bandwidth="4347250" frameRate="30"><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/137/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/0D4354B0F242AFCB9C590318CBF12E057D56FD92.74687C09F8144FBE7EBDAB870980E8552D62C23A/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258688"/><SegmentURL media="sq/7956/lmt/1549371748258698"/><SegmentURL media="sq/7957/lmt/1549371748258708"/></SegmentList></Representation><Representation id="298" codecs="avc1.4d4020" width="1280" height="720" startWithSAP="1" maxPlayoutRate="1" bandwidth="3481000" frameRate="60"><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/298/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/30422B386958B8469916A399E7B70AD34A827DCA.275DEAA8B714075121284119ACA4EE94F6018DB5/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258686"/><SegmentURL media="sq/7956/lmt/1549371748258696"/><SegmentURL media="sq/7957/lmt/1549371748258706"/></SegmentList></Representation><Representation id="299" codecs="avc1.4d402a" width="1920" height="1080" startWithSAP="1" maxPlayoutRate="1" bandwidth="5791000" frameRate="60"><BaseURL>https://r1---sn-aigzrn7d.googlevideo.com/videoplayback/id/8cPFEQSRJBo.0/itag/299/source/yt_live_broadcast/requiressl/yes/ei/isdZXPCvMZGOVaznitAN/gcr/fr/playlist_type/LIVE/ratebypass/yes/cmbypass/yes/mime/video%2Fmp4/live/1/gir/yes/noclen/1/dur/2.000/disable_polymer/true/ip/62.73.3.168/ipbits/0/expire/1549409259/sparams/cmbypass,dur,ei,expire,gcr,gir,id,initcwndbps,ip,ipbits,itag,live,mime,mm,mn,ms,mv,noclen,pl,playlist_type,ratebypass,requiressl,source/signature/5A1C593F306B0C2D2A4FF9059CD52FBE81431A04.81BC1F0A8F170C197357C9F84B7D0888009C5EE1/key/cms1/initcwndbps/8620/mm/32/mn/sn-aigzrn7d/ms/lv/mt/1549387542/mv/m/pl/23/</BaseURL><SegmentList><SegmentURL media="sq/7955/lmt/1549371748258687"/><SegmentURL media="sq/7956/lmt/1549371748258697"/><SegmentURL media="sq/7957/lmt/1549371748258707"/></SegmentList></Representation></AdaptationSet></Period></MPD>

@alexvong243f
Copy link
Contributor

alexvong243f commented Feb 5, 2019

@bahsan
I cannot reproduce it either. I get the following output:

alexvong1995@debian:~$ torsocks youtube-dl -v -F https://player.vimeo.com/video/315104824
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', 'https://player.vimeo.com/video/315104824']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.01.27
1549405785 WARNING torsocks[7537]: [syscall] Unsupported syscall number 217. Denying the call (in tsocks_syscall() at syscall.c:568)
[debug] Python version 3.7.0 (CPython) - Linux-4.19.0-1-amd64-x86_64-with-debian-buster-sid
[debug] exe versions: ffmpeg 4.1, ffprobe 4.1
[debug] Proxy map: {}
[vimeo] 315104824: Downloading webpage
[vimeo] 315104824: Extracting information
[vimeo] 315104824: Downloading JSON metadata
WARNING: Unable to download JSON metadata: HTTP Error 404: Not Found
[vimeo] 315104824: Downloading akfire_interconnect_quic m3u8 information
[vimeo] 315104824: Downloading fastly_skyfire m3u8 information
[vimeo] 315104824: Downloading akfire_interconnect_quic MPD information
[vimeo] 315104824: Downloading akfire_interconnect_quic MPD information
[vimeo] 315104824: Downloading fastly_skyfire MPD information
[vimeo] 315104824: Downloading fastly_skyfire MPD information
[info] Available formats for 315104824:
format code                                         extension  resolution note
dash-akfire_interconnect_quic_sep-audio-1219174131  m4a        audio only DASH audio  137k , m4a_dash container, mp4a.40.2 (48000Hz)
dash-fastly_skyfire_sep-audio-1219174131            m4a        audio only DASH audio  137k , m4a_dash container, mp4a.40.2 (48000Hz)
dash-akfire_interconnect_quic_sep-video-1219174131  mp4        640x360    DASH video  697k , mp4_dash container, avc1.64001E, 25fps, video only
dash-fastly_skyfire_sep-video-1219174131            mp4        640x360    DASH video  697k , mp4_dash container, avc1.64001E, 25fps, video only
dash-akfire_interconnect_quic_sep-video-1219174126  mp4        960x540    DASH video 1825k , mp4_dash container, avc1.64001F, 25fps, video only
dash-fastly_skyfire_sep-video-1219174126            mp4        960x540    DASH video 1825k , mp4_dash container, avc1.64001F, 25fps, video only
dash-akfire_interconnect_quic_sep-video-1219174129  mp4        1280x720   DASH video 3037k , mp4_dash container, avc1.640020, 25fps, video only
dash-fastly_skyfire_sep-video-1219174129            mp4        1280x720   DASH video 3037k , mp4_dash container, avc1.640020, 25fps, video only
http-360p                                           mp4        640x360    25fps
hls-akfire_interconnect_quic-686                    mp4        640x360     686k , avc1.64001E, 25.0fps, mp4a.40.2
hls-fastly_skyfire-686                              mp4        640x360     686k , avc1.64001E, 25.0fps, mp4a.40.2
dash-akfire_interconnect_quic-video-1219174131      mp4        640x360    DASH video  697k , mp4_dash container, avc1.64001E, 25fps, mp4a.40.2 (48000Hz)
dash-fastly_skyfire-video-1219174131                mp4        640x360    DASH video  697k , mp4_dash container, avc1.64001E, 25fps, mp4a.40.2 (48000Hz)
http-540p                                           mp4        960x540    25fps
hls-akfire_interconnect_quic-1779                   mp4        960x540    1779k , avc1.64001F, 25.0fps, mp4a.40.2
hls-fastly_skyfire-1779                             mp4        960x540    1779k , avc1.64001F, 25.0fps, mp4a.40.2
dash-akfire_interconnect_quic-video-1219174126      mp4        960x540    DASH video 1825k , mp4_dash container, avc1.64001F, 25fps, mp4a.40.2 (48000Hz)
dash-fastly_skyfire-video-1219174126                mp4        960x540    DASH video 1825k , mp4_dash container, avc1.64001F, 25fps, mp4a.40.2 (48000Hz)
http-720p                                           mp4        1280x720   25fps
hls-akfire_interconnect_quic-2867                   mp4        1280x720   2867k , avc1.640020, 25.0fps, mp4a.40.2
hls-fastly_skyfire-2867                             mp4        1280x720   2867k , avc1.640020, 25.0fps, mp4a.40.2
dash-akfire_interconnect_quic-video-1219174129      mp4        1280x720   DASH video 3037k , mp4_dash container, avc1.640020, 25fps, mp4a.40.2 (48000Hz)
dash-fastly_skyfire-video-1219174129                mp4        1280x720   DASH video 3037k , mp4_dash container, avc1.640020, 25fps, mp4a.40.2 (48000Hz) (best)

Does the error persist?

@bahsan
Copy link
Author

bahsan commented Feb 8, 2019

Thanks for testing! Unfortunately the Vimeo live stream has ended and is now processed as a VOD, which is correctly handled by the current version of youtube-dl. The issue is very specific to Vimeo streams that are currently live. I included earlier the MPD manifest as it was received while live to help troubleshoot.

I am trying as best as I can to find some longer-lasting live stream links...

@alexvong243f
Copy link
Contributor

alexvong243f commented Feb 8, 2019 via email

@Ali008
Copy link

Ali008 commented Apr 21, 2019

Unfortunately, I have the same issue with live streaming vimeo

C:\Users\Ali008> youtube-dl.exe -f best https://player.vimeo.com/video/331660616 [vimeo] 331660616: Downloading webpage [vimeo] 331660616: Extracting information [vimeo] 331660616: Downloading JSON metadata WARNING: Unable to download JSON metadata: HTTP Error 404: Not Found [vimeo] 331660616: Downloading fastly_live m3u8 information [vimeo] 331660616: Downloading fastly_live MPD information WARNING: [vimeo] 331660616: Failed to parse XML not well-formed (invalid token): line 1, column 0 Traceback (most recent call last): File "__main__.py", line 19, in <module> File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\__init__.py", line 474, in main File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\__init__.py", line 464, in _real_main File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\YoutubeDL.py", line 2008, in download File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\YoutubeDL.py", line 796, in extract_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\extractor\common.py", line 529, in extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\extractor\vimeo.py", line 694, in _real_extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\extractor\vimeo.py", line 170, in _parse_config File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\extractor\common.py", line 2026, in _extract_mpd_formats File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1tqz5pcu\build\youtube_dl\extractor\common.py", line 2036, in _parse_mpd_formats AttributeError: 'NoneType' object has no attribute 'get'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants