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

Unable to find audio from manifest.mpd #15111

Closed
amateurtekki opened this issue Dec 29, 2017 · 0 comments
Closed

Unable to find audio from manifest.mpd #15111

amateurtekki opened this issue Dec 29, 2017 · 0 comments

Comments

@amateurtekki
Copy link

@amateurtekki amateurtekki commented Dec 29, 2017

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 2017.12.28. 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 2017.12.28

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

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

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:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-f', 'bestvideo+bestaudio', 'http://.../manifest.mpd']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.12.28
[debug] Python version 3.4.4 - Windows-10-10.0.15063
[debug] exe versions: ffmpeg N-85653-gb4330a0, ffprobe N-87353-g183fd30
[debug] Proxy map: {}
[generic] manifest: Requesting header
WARNING: Falling back on generic information extractor.
[generic] manifest: Downloading webpage
[generic] manifest: Extracting information
ERROR: requested format not available
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpheifp6ll\build\youtube_dl\YoutubeDL.py", line 795, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpheifp6ll\build\youtube_dl\YoutubeDL.py", line 849, in process_ie_result
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpheifp6ll\build\youtube_dl\YoutubeDL.py", line 1614, in process_video_result
youtube_dl.utils.ExtractorError: requested format not available


Description of your issue, suggested solution and other information

Youtube-dl is not detecting the DASH audio format. Reversion to youtube-dl version 2017.12.02 fixes the problem and youtube-dl is able to detect the DASH audio. Neither releases 2017.12.10, 2017.12.14, nor 2017.12.23 are able to detect the DASH audio either.

The output from 2017.12.28:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', 'http://.../manifest.mpd']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.12.28
[debug] Python version 3.4.4 - Windows-10-10.0.15063
[debug] exe versions: ffmpeg N-85653-gb4330a0, ffprobe N-87353-g183fd30
[debug] Proxy map: {}
[generic] manifest: Requesting header
WARNING: Falling back on generic information extractor.
[generic] manifest: Downloading webpage
[generic] manifest: Extracting information
[info] Available formats for manifest:
format code extension resolution note
318368 mp4 320x180 DASH video 318k , avc1.42001f, video only
638355 mp4 480x270 DASH video 638k , avc1.42001f, video only
1022336 mp4 640x360 DASH video 1022k , avc1.4d001f, video only
2046291 mp4 848x480 DASH video 2046k , avc1.4d001f, video only
3997862 mp4 1280x720 DASH video 3997k , avc1.640029, video only
5997908 mp4 1920x1080 DASH video 5997k , avc1.640032, video only (best)


The output from 2017.12.02:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', 'http://.../manifest.mpd']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.12.02
[debug] Python version 3.4.4 - Windows-10-10.0.15063
[debug] exe versions: ffmpeg N-85653-gb4330a0, ffprobe N-87353-g183fd30
[debug] Proxy map: {}
[generic] manifest: Requesting header
WARNING: Falling back on generic information extractor.
[generic] manifest: Downloading webpage
[generic] manifest: Extracting information
[info] Available formats for manifest:
format code extension resolution note
manifest-318368-0 m4a audio only DASH audio 61k , mp4a.40.2
manifest-318368-1 mp4 320x180 DASH video 318k , avc1.42001f, video only
manifest-638355 mp4 480x270 DASH video 638k , avc1.42001f, video only
manifest-1022336 mp4 640x360 DASH video 1022k , avc1.4d001f, video only
manifest-2046291 mp4 848x480 DASH video 2046k , avc1.4d001f, video only
manifest-3997862 mp4 1280x720 DASH video 3997k , avc1.640029, video only
manifest-5997908 mp4 1920x1080 DASH video 5997k , avc1.640032, video only (best)


The manifest.mpd

<?xml version="1.0" encoding="UTF-8"?> <MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:mpeg:dash:schema:mpd:2011" type="static" minBufferTime="PT2S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011" mediaPresentationDuration="PT6600S"> <Period bitstreamSwitching="true"> <AdaptationSet mimeType="audio/mp4" codecs="mp4a.40.2" startWithSAP="1" segmentAlignment="true"> <SegmentTemplate timescale="1000000" presentationTimeOffset="0" initialization="ai_$RepresentationID$.mp4d" media="a_$RepresentationID$_$Number$.mp4d" duration="2001995.9850323624" startNumber="0"></SegmentTemplate> <Representation id="318368" bandwidth="61482"></Representation> </AdaptationSet> <AdaptationSet mimeType="video/mp4" startWithSAP="1" segmentAlignment="true"> <SegmentTemplate timescale="1000000" presentationTimeOffset="0" initialization="vi_$RepresentationID$.mp4d" media="v_$RepresentationID$_$Number$.mp4d" duration="2001995.9850323624" startNumber="0"></SegmentTemplate> <Representation id="318368" codecs="avc1.42001f" width="320" height="180" bandwidth="318368"></Representation> <Representation id="638355" codecs="avc1.42001f" width="480" height="270" bandwidth="638355"></Representation> <Representation id="1022336" codecs="avc1.4d001f" width="640" height="360" bandwidth="1022336"></Representation> <Representation id="2046291" codecs="avc1.4d001f" width="848" height="480" bandwidth="2046291"></Representation> <Representation id="3997862" codecs="avc1.640029" width="1280" height="720" bandwidth="3997862"></Representation> <Representation id="5997908" codecs="avc1.640032" width="1920" height="1080" bandwidth="5997908"></Representation> </AdaptationSet> </Period> </MPD>

@dstftw dstftw closed this in 9d6ac71 Dec 29, 2017
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
1 participant
You can’t perform that action at this time.