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

N_m3u8DL-RE.exe Fails to Download Video with Multiple Resolutions from MPD Manifest #429

Open
guiloviu opened this issue Aug 14, 2024 · 0 comments

Comments

@guiloviu
Copy link

Description:

I am experiencing an issue with the N_m3u8DL-RE.exe tool when attempting to download a video from a manifest MPD file that should support multiple resolutions. Despite the MPD manifest indicating that multiple resolutions are available, the tool is only able to process a single stream and fails to properly download the video content.

Log Output:

19:49:45.519 INFO : N_m3u8DL-RE (Beta version) 20230628
19:49:45.521 INFO : Loading URL: *******************
19:49:45.794 INFO : Content Matched: HTTP Live MPEG2-TS
19:49:45.794 INFO : Parsing streams...
19:49:45.795 WARN : Writing meta json
19:49:45.796 INFO : Extracted, there are 1 streams, with 1 basic streams, 0 audio streams, 0 subtitle streams
19:49:45.796 INFO : Vid Kbps | <RE_LIVE_TS> | | ~00m00s
19:49:45.796 INFO : Selected streams:
19:49:45.797 INFO : Vid Kbps | <RE_LIVE_TS> | | ~00m00s
19:49:45.797 WARN : Writing meta json
19:49:45.798 INFO : Save Name: test
19:49:45.798 WARN : MuxAfterDone is detected, binary merging is automatically
enabled
19:49:45.853 INFO : File Size: 27.90KB
Vid Kbps | <RE_LIVE_TS>: 0%
19:49:45.854 INFO : Done

Issue Details:

The tool reports that it has extracted 1 stream, with no audio or subtitle streams.
The file size reported is 27.90KB, which seems too small for a video file, indicating that the download may have failed or the content was not properly retrieved.
The video stream's progress is shown as 0%, and the operation concludes without errors.
Expected Behavior:

The tool should be able to parse the MPD manifest and download all available video resolutions. The output file should reflect the content as described in the MPD manifest, including all specified streams.

Steps to Reproduce:

Use the N_m3u8DL-RE.exe tool with the provided MPD URL.
Observe the log output and downloaded file.

Additional Information:

If anyone has experienced similar issues or has insights into potential solutions, please provide any guidance or troubleshooting steps. Your assistance would be greatly appreciated in resolving this issue.

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

No branches or pull requests

1 participant