inputstream.adaptive
inputstream.adaptive copied to clipboard
No sound when playing AAC audio from MPEG-DASH stream
Bug report
Describe the bug
Here is a clear and concise description of what the problem is: When I try to play the following MPEG-DASH stream in Kodi, there is no sound: https://d3cglye48cl6m2.cloudfront.net/out/v1/563ec3e9487340528616d736e1202232/index.mpd. The stream plays fine in VLC and other media players, so I believe the issue is with Kodi's AAC audio support.
Expected Behavior
Here is a clear and concise description of what was expected to happen: You should see video and hear sound
Actual Behavior
Only video is seen, there is no audio
Possible Fix
I do not know how to fix this.
To Reproduce
Steps to reproduce the behavior:
- play the link: https://d3cglye48cl6m2.cloudfront.net/out/v1/563ec3e9487340528616d736e1202232/index.mpd
Debuglog
The debuglog can be found here: https://paste.kodi.tv/biyuzamema
Screenshots
Here are some links or screenshots to help explain the problem:
I have no screenshots, the problem is with audio.
Additional context or screenshots (if appropriate)
Here is some additional context or explanation that might help:
Your Environment
Used Operating system:
-
[ ] Android
-
[ ] iOS
-
[ ] tvOS
-
[x] Linux (OSMC, the latest version for the Vero 4K+)
-
[ ] macOS
-
[x] Windows 10
-
[ ] Windows UWP
-
Operating system version/name:
-
Kodi version:20.2
note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
Thank you for using Kodi and our issue tracker. This is your friendly Kodi GitHub bot :wink:
The issue that you have opened was marked as ignoring the rules of our bug tracker by a team member. Please review the following requirements for issue reports and make sure that you follow all of them:
- Reports must follow our template and have all relevant fields filled in.
- A full debug log is always mandatory.
- Make sure that you restart Kodi after setting the log level to debug.
- Log files may not be modified except for the removal of personally identifying information, usernames/passwords and similar.
- For build errors, include a full build log instead.
- You may not have any banned add-ons installed.
- Bugs should be reproduced on a clean Kodi installation whenever possible.
Please understand that adherence to these rules is required for the team to be able to handle the volume of open issues efficiently. The issue will be closed after one week has passed without satisfactory follow-up from your side.
I updated my submission, I hope this helps.
i have transferred the issue to https://github.com/xbmc/inputstream.adaptive repo since the problem seem to be due to unimplemented features on this component
at first sight seem the problem is due to unhandled presentationTimeOffset
offset value
somewhat similar to #1317
fixed on Kodi 21