No audio in DASH steam - 2 video steams downloaded but no audio stream #1732
Replies: 3 comments 4 replies
-
I do not work for VDH. I'm just another user. Clearly, you know what you're doing. I would be curious to see an ffprobe report on the DASH master manifest you found. |
Beta Was this translation helpful? Give feedback.
-
Sorry for aswering with delay. Should I add any kind of parameters to ffprobe? Here is my output without any parameters other than URL of the manifest.
|
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue with a TwitchTv DJ archives . If I choose 1080 or 720P The download has two video streams , the other being 480P. |
Beta Was this translation helpful? Give feedback.
-
Your question
I tried downloading a video with DownloadHelper. After I downloaded it, there was no sound. I checked coded information in VLC and I saw that there is no audio stream:

Worth noting that when I tried clicking "Download audio" instead, I got a message: "Sadly we failed at downloading that specific media. We try to support as many websites as possible, so it would help a lot if you could report that error (it's anonymous!)." (obviosuly I clicked report)
Then I tried debuging it. I started looking into Companion App to find tools I could use to debug.
And I ended up typing the following command:
ffmpeg -i "[path to mpd file that I got from the page Details in Download Helper, field: main url]" -c copy C:\Users\grzeg\dwhelper\video.ts
What was surprising was that I discovered after this audio was working and audio steam was present.

I can actually use this way to also download other steams but is there any simpler way? I suppose if ffmpeg is able to download it, it should also be possible for Download Helper. Can some change in configuration help here?
Can I somehow provide more useful information? Unfortunatelly I cannot provide link to the website because the material is only available to logged in users. The only reason why I want to download it is to be able to easily play it on the phone.
Addon & CoApp version and details
version: 9.3.0.1
target: mozilla
channel: stable
lang: en-GB
coapp: {"found":true,"path":"C:\Program Files\DownloadHelper CoApp\vdhcoapp.exe","version":"2.0.19","new_version":false}
license: {"accepted":true,"email":"","key":"dda9eef0872b4bf6"}
platform: x86-64 win
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0
{
"valid_license_message_has_been_displayed": true,
"http_media_download_strategy": "coapp",
"used_history_button": true,
"last_download_directory": {
"__serializer_tag": "option_some",
"__serializer_value": {
"__serializer_tag": "primitive",
"__serializer_value": "C:\Users\grzeg\Documents\PARA_structure\2_areas"
}
},
"theme": "system",
"view_options": {
"all_tabs": false,
"low_quality": true,
"sort_by_status": true,
"sort_reverse": false,
"show_button_clean": true,
"show_button_clean_all": true,
"show_button_convert_local": true,
"hide_downloaded": false
},
"use_legacy_ui": false,
"use_sidebar": true,
"open_count_store": 1,
"successfull_dl": 10
}
Beta Was this translation helpful? Give feedback.
All reactions