-
Couldn't load subscription status.
- Fork 258
Description
Bug report
Describe the bug
An online provided mpd manifest does not play with audio whereas webplayers play the stream just fine.
I extracted (one of multiple available) manifest files for this random vimeo video.
The manifest plays fine with online players like the reference player on dashif, but the audio track is missing when playing in kodi.
To make testing easy I created this strm file:
#KODIPROP:inputstream=inputstream.adaptive
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha
https://skyfire.vimeocdn.com/1654764301-0x3608f234e3f421a24252cc30bedc8ac3b44d3b27/2ba46ebf-7f05-4124-ae26-3ef25cf18689/video/e78d870c,694d063f,4cec9c37,554e45d3,832d9bb3/master.mpd
Expected Behavior
Play a regular found mpd file from the internet with audio
Actual Behavior
Audio is missing.
To Reproduce
Steps to reproduce the behavior:
- Try to play the attached mpd with the exemplary provided strm file
- Check for audio
Debuglog
The debuglog can be found here:
MPD/M3U8s/ISM
An example or copy of a manifest (or manifests for HLS - master and variants) can be found here:
Additional context or screenshots (if appropriate)
Here is some additional context or explanation that might help:
- I try to implement support for input stream adaptive for the addon plugin.video.sendtokodi. We use youtube_dl and yt_dlp to extract playable formats from URLs provided by users. When available I do not want to create a custom manifest file and use the downloadable .mpd/.m3u8 files instead.
- In the case above yt_dlp provides the manifest URL with an additional
?base64_init=1parameter like../master.mpd?base64_init=1I have tested playback with this original URL and the parameter stripped. Same result.
Your Environment
Used Operating system:
-
Android
-
iOS
-
tvOS
-
Linux
-
OSX
-
Windows
-
Windows UWP
-
Operating system version/name: Ubuntu 20.04. Server
-
Kodi version: 19.4.0
-
inputstream.adaptive version: 19.0.5
note: Once the issue is made we require you to update it with new information should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.