-
Notifications
You must be signed in to change notification settings - Fork 242
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
Audio "partially" working #130
Comments
I have some audio issues with some German movies from Studio Canal Germany that I'd like to stream via Amazon Prime as well. Let me know if this is related and if there is any debug information that I can provide. |
@olavopeixoto debug log (without component logging enabled) is mandatory :-) |
Apologise for that. Here it is: In this particular case the audio remains fine until I change to this resolution: 18:45:10.016 T:138911102032 DEBUG: CDVDVideoCodecAndroidMediaCodec:: width(640), height(368), stride(640), slice-height(368), color-format(262) After that the audio is muted even if I downgrade the resolution back to the lowest one. |
@olavopeixoto Is this Live TV? Seems that seek pos after switch gets after now(). 18:45:20.688 T:138936738896 ERROR: AddOnLog: InputStream Adaptive: Download https://drmvodstreaming01a.video.globo.com/r90_720/v0/ea/23/67/6375105_6716bffd9ee8a01a49919e0b3609212834538366/6375105-manifest.ism/dash/6375105-manifest-audio=128000-1764352.dash doesn't provide any data: invalid This is the end of Audio |
No, this is not Live it is a film (VOD). Any idea why it could be invalid? This very same url plays fine if I use the native android player. |
@olavopeixoto there have been recent changes regarding android / audio in kodi. |
Hi @peak3d, the issue still the same using the latest nightly (kodi-20180522-7bc0f452-master-arm64-v8a.apk). It has not been fixed. |
I found a similar issue with an open stream. If you try this url https://streaming-live.rtp.pt/liverepeater/rtp1HD_FPS.smil/manifest.mpd using the manual bandwidth selection it will cut the audio once you change to a higher bitrate. it works fine in VLC though. Here is the manifest: https://pastebin.com/FBYuFc1m The error in Kodi log:
|
This stream must be run with inputstream.adaptive.manifest_update_parameter=full property because the provided timings are not correct (frame durations differ from real clock durations) But: there has been an issue with the update of those segments -> changes are pushed. |
I've tested with latest nightly (kodi-20180605-23261e1a-master-x86_64.dmg), the issue with the open stream (https://streaming-live.rtp.pt/liverepeater/rtp1HD_FPS.smil/manifest.mpd) is fixed but I'm still experiencing issue with the original DRM private stream. Here is the mpd manifest if it helps: I am using the property you mentioned for both streams. setProperty('inputstream.adaptive.manifest_update_parameter', 'full') |
@olavopeixoto if its VOD manifest_update_parameter should not be used. |
Hi,
I have a film provider with HLS widevine DRM that is showing the following behaviour on my Shield TV / Fire TV:
I set the inputstream.adaptive settings to "manual"
start the film with lowest bandwidth and it works ok, video and audio.
resolution is too low so I change it to a higher one, then the audio is gone and I get video only.
If I change the resolution to a higher one but not too high, it may work with audio, but then if, for some reason, it buffers a bit the audio is gone again.
If I leave inputstream.adaptive setting to "auto" it starts the film in the highest resolution with video only, no audio.
I'm not sure if this is an issue in the add-on or in Kodi itself or even if it's platform dependent.
Please let me know what, if anything, I can provide to try to troubleshoot this issue.
The provider needs subscription and is geoblocked.
Thank you
The text was updated successfully, but these errors were encountered: