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

Audio stream none – MPD timeout #164

Closed
ido-ran opened this issue Sep 15, 2018 · 37 comments
Closed

Audio stream none – MPD timeout #164

ido-ran opened this issue Sep 15, 2018 · 37 comments

Comments

@ido-ran
Copy link

ido-ran commented Sep 15, 2018

I’ve installed this plugin and try to watch Paw Patrol but there is no audio.
When I opened audio settings under Audio stream is show ‘none’ and this line was disabled.

The problem is only with episode 1 of season 1.

Of course when I see this video on mobile device there is audio.

I’m runnig LibreElec on Rpi3 with Kodi 18.0 alpha.

@Varstahl
Copy link
Collaborator

Sorry for the delay. Paw Patrol is a heavily location-based situation. The only series available for me is the italian third season. Can you access PrimeVideo and provide me with a link so I can try to see if there's any particoular problem?

It might very well be a problem on Amazon's end of some sort, especially if it's just that single episode not working.

@ido-ran
Copy link
Author

ido-ran commented Sep 21, 2018 via email

@Varstahl
Copy link
Collaborator

Debugging this with videos not available in my region is proving to be quite a bitch, and now even the rest of prime video broke down. I'll try to look back into it over the weekend. I'd ask you to check if episodes in season 3 have the same problem, but they're strictly italian dubbed in my region, and I think they're different videos altogether.

At this point I'm still not sure if it's a problem with codecs, InputStream, Amazon VOD or Kodi…

@ido-ran
Copy link
Author

ido-ran commented Sep 29, 2018

I'll be happy to help, with more logs or run a different version.
I'm a developer, I'll be glad to take a stab at it, if you have any pointers to how to debug it that will be great.

I'm running Kodi on Rpi3 with InputStream, and when I open the Audio Settings I see no streams so it looks to me like the problem is no audio stream is loaded.

I have both Win and Mac machines, which one is better for debugging?

I'll try to see if the problem happens on my laptops too or only in Rpi3.

@ido-ran ido-ran closed this as completed Sep 29, 2018
@ido-ran ido-ran reopened this Sep 29, 2018
@Varstahl
Copy link
Collaborator

Well, what I wanted to try and see is whether the audio tracks are actually there with our request. After you start a video, you should see a few URLs in the logs:

NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.primevideo.com/cdp/catalog/GetPlaybackResources?asin=amzn1.dv.gti.<someprettylongquery>
NOTICE: [Amazon VOD] Using Host: <cdn>
NOTICE: [Amazon VOD] checkURL: <cdnURL>

If you take the first URL and post it in a browser, it should point to a JSON containing most of the metadata together with all the audio and subtitles tracks. You/we could look at the audio tracks in those series to see if there's anything strange/wrong with the codecs or the data received.

It may be a number of factors, I just don't know how to tackle the problem, just as I don't even know if it's a problem with the addon.

@ido-ran
Copy link
Author

ido-ran commented Oct 2, 2018

This is a postURL without audio: https://atv-ps-eu.primevideo.com/cdp/catalog/GetPlaybackResources?asin=amzn1.dv.gti.7caee476-9a0c-8f2a-7ab9-5346e35c5545&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=1fa9032a9bd986b01ed43054800e3ca948a3e304a7de478f4a623a9a&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&resourceUsage=ImmediateConsumption&consumptionType=Streaming&deviceDrmOverride=CENC&deviceStreamingTechnologyOverride=DASH&deviceProtocolOverride=Https&deviceBitrateAdaptationsOverride=CVBR%2CCBR&audioTrackId=all&videoMaterialType=Feature&desiredResources=PlaybackUrls,SubtitleUrls,ForcedNarratives&supportedDRMKeyScheme=DUAL_KEY

This is postURL with audio: https://atv-ps-eu.primevideo.com/cdp/catalog/GetPlaybackResources?asin=amzn1.dv.gti.7caee476-9a0c-8f2a-7ab9-5346e35c5545&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=1fa9032a9bd986b01ed43054800e3ca948a3e304a7de478f4a623a9a&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&resourceUsage=ImmediateConsumption&consumptionType=Streaming&deviceDrmOverride=CENC&deviceStreamingTechnologyOverride=DASH&deviceProtocolOverride=Https&deviceBitrateAdaptationsOverride=CVBR%2CCBR&audioTrackId=all&videoMaterialType=Feature&desiredResources=PlaybackUrls,SubtitleUrls,ForcedNarratives&supportedDRMKeyScheme=DUAL_KEY

This is the full log of opening episodes with and without audio.

log of open Paw Patrol episodes withot audio:

14:07:06.316 T:1940787792  NOTICE: CVideoPlayer::CloseFile()
14:07:06.316 T:1940787792  NOTICE: VideoPlayer: waiting for threads to exit
14:07:06.316 T:1940787792  NOTICE: VideoPlayer: finished waiting
14:07:12.123 T:1661313904  NOTICE: [Amazon VOD] {'path': 'search-//-amzn1.dv.gti.26aec5e5-5964-26df-6bf5-3c1ed9e3d362-//-0NU8EKJ5WY0MT1FX8MUX8RWY1Y-//-0MJCFB7MLT4IUYEVYAA9LF65OL', 'mode': 'PrimeVideo_Browse'}
14:07:12.846 T:1661313904  NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.primevideo.com/cdp/catalog/GetPlaybackResources?asin=amzn1.dv.gti.7caee476-9a0c-8f2a-7ab9-5346e35c5545&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=1fa9032a9bd986b01ed43054800e3ca948a3e304a7de478f4a623a9a&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&resourceUsage=ImmediateConsumption&consumptionType=Streaming&deviceDrmOverride=CENC&deviceStreamingTechnologyOverride=DASH&deviceProtocolOverride=Https&deviceBitrateAdaptationsOverride=CVBR%2CCBR&audioTrackId=all&videoMaterialType=Feature&desiredResources=PlaybackUrls,SubtitleUrls,ForcedNarratives&supportedDRMKeyScheme=DUAL_KEY
14:07:13.108 T:1661313904  NOTICE: [Amazon VOD] Using Host: Akamai
14:07:13.110 T:1661313904  NOTICE: [Amazon VOD] checkURL: https://a266avoddashs3ww-a.akamaihd.net/d/2$6x2ONVu0qaID8pT_JXYRFrFC0mg~/ondemand/dub-dub-iad/f370/2b1a/0b07/47c1-bca2-5dd648f81841/a9a7f07f-f5fc-4df0-a0a5-4577084003f7_corrected.mpd
14:07:14.268 T:1661313904  NOTICE: [Amazon VOD] https://a266avoddashs3ww-a.akamaihd.net/d/2$6x2ONVu0qaID8pT_JXYRFrFC0mg/ondemand/dub-dub-iad/f370/2b1a/0b07/47c1-bca2-5dd648f81841/a9a7f07f-f5fc-4df0-a0a5-4577084003f7_corrected.mpd
14:07:14.383 T:1661313904  NOTICE: [Amazon VOD] Using inputstream.adaptive Version: 999.2.2.16
14:07:14.498 T:1661313904  NOTICE: [Amazon VOD] 0
14:07:14.563 T:1940787792  NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.amazon-test/?mode=PrimeVideo_Browse&path=search-%2F%2F-amzn1.dv.gti.26aec5e5-5964-26df-6bf5-3c1ed9e3d362-%2F%2F-0NU8EKJ5WY0MT1FX8MUX8RWY1Y-//-0MJCFB7MLT4IUYEVYAA9LF65OL
14:07:14.564 T:1315685232  NOTICE: Creating InputStream
14:07:14.699 T:1661313904  NOTICE: [Amazon VOD] Starting Playback: 0.0/0.0
14:07:14.701 T:1661313904  NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.primevideo.com/cdp/usage/UpdateStream?asin=amzn1.dv.gti.7caee476-9a0c-8f2a-7ab9-5346e35c5545&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=1fa9032a9bd986b01ed43054800e3ca948a3e304a7de478f4a623a9a&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&event=START&timecode=0.0
14:07:14.906 T:1661313904  NOTICE: [Amazon VOD] Video ContentType Movie? 0
14:07:15.015 T:1661313904  NOTICE: [Amazon VOD] Video ContentType Episode? 1
14:07:19.732 T:1940787792  NOTICE: Samba is idle. Closing the remaining connections
14:07:22.070 T:1315685232  NOTICE: Creating Demuxer
14:07:22.070 T:1315685232  NOTICE: Opening stream: 1 source: 256
14:07:22.198 T:1315685232  NOTICE: Creating video codec with codec id: 27
14:07:22.208 T:1315685232  NOTICE: Creating video thread
14:07:22.208 T:1395200880  NOTICE: running thread: video_thread
14:07:22.601 T:1315685232 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
14:07:22.737 T:1940787792 WARNING: OnMessage: Suspiciously long time to handle GUI_MSG_PLAYBACK_STARTED (8.15s)
^C

with audio:

U8EKJ5WY0MT1FX8MUX8RWY1Y-//-0P54DTTXR21P1Y61DRVQB6DG4V', 'mode': 'PrimeVideo_Browse'}
14:07:58.809 T:1661313904  NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.primevideo.com/cdp/catalog/GetPlaybackResources?asin=amzn1.dv.gti.a8aee476-bc33-f3b7-679e-789f5dd8c4ef&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=1fa9032a9bd986b01ed43054800e3ca948a3e304a7de478f4a623a9a&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&resourceUsage=ImmediateConsumption&consumptionType=Streaming&deviceDrmOverride=CENC&deviceStreamingTechnologyOverride=DASH&deviceProtocolOverride=Https&deviceBitrateAdaptationsOverride=CVBR%2CCBR&audioTrackId=all&videoMaterialType=Feature&desiredResources=PlaybackUrls,SubtitleUrls,ForcedNarratives&supportedDRMKeyScheme=DUAL_KEY
14:07:59.122 T:1661313904  NOTICE: [Amazon VOD] Using Host: Akamai
14:07:59.124 T:1661313904  NOTICE: [Amazon VOD] checkURL: https://a185avoddashs3ww-a.akamaihd.net/d/2$6x2ONVu0qaID8pT_JXYRFrFC0mg~/ondemand/dub-dub-iad/0109/ca37/1172/4c77-837d-dd602121af50/9b2bd520-530a-45f4-97cd-a4e1d459a73b_corrected.mpd
14:08:00.596 T:1661313904  NOTICE: [Amazon VOD] https://a185avoddashs3ww-a.akamaihd.net/d/2$6x2ONVu0qaID8pT_JXYRFrFC0mg/ondemand/dub-dub-iad/0109/ca37/1172/4c77-837d-dd602121af50/9b2bd520-530a-45f4-97cd-a4e1d459a73b_corrected.mpd
14:08:00.704 T:1661313904  NOTICE: [Amazon VOD] Using inputstream.adaptive Version: 999.2.2.16
14:08:00.706 T:1661313904  NOTICE: [Amazon VOD] 0
14:08:00.744 T:1940787792  NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.amazon-test/?mode=PrimeVideo_Browse&path=search-%2F%2F-amzn1.dv.gti.26aec5e5-5964-26df-6bf5-3c1ed9e3d362-%2F%2F-0NU8EKJ5WY0MT1FX8MUX8RWY1Y-//-0P54DTTXR21P1Y61DRVQB6DG4V
14:08:00.746 T:1327121264  NOTICE: Creating InputStream
14:08:00.906 T:1661313904  NOTICE: [Amazon VOD] Starting Playback: 0.0/0.0
14:08:00.908 T:1661313904  NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.primevideo.com/cdp/usage/UpdateStream?asin=amzn1.dv.gti.a8aee476-bc33-f3b7-679e-789f5dd8c4ef&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=1fa9032a9bd986b01ed43054800e3ca948a3e304a7de478f4a623a9a&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&event=START&timecode=0.0
14:08:01.076 T:1661313904  NOTICE: [Amazon VOD] Video ContentType Movie? 0
14:08:01.185 T:1661313904  NOTICE: [Amazon VOD] Video ContentType Episode? 1
14:08:06.621 T:1327121264  NOTICE: Creating Demuxer
14:08:06.624 T:1327121264  NOTICE: Opening stream: 1 source: 256
14:08:06.844 T:1327121264  NOTICE: Creating video codec with codec id: 27
14:08:06.854 T:1327121264  NOTICE: Creating video thread
14:08:06.855 T:1359995760  NOTICE: running thread: video_thread
14:08:06.911 T:1327121264  NOTICE: Opening stream: 4 source: 256
14:08:07.315 T:1327121264  NOTICE: Finding audio codec for: 86018
14:08:07.337 T:1327121264  NOTICE: Creating audio thread
14:08:07.338 T:1301943152  NOTICE: running thread: CVideoPlayerAudio::Process()
14:08:08.048 T:1301943152  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)

@Varstahl
Copy link
Collaborator

Varstahl commented Oct 2, 2018

The second link is wrong, UpdateStream is the endpoint for the time tracking of movies/series. You need to find the other GetPlaybackResources (never mind that, it's in the logs). Also if you'd be so kind, you need to embed the JSON or post it somewhere, since being in another region I get a metaphorical 403 on my face.

Anyway this doesn't look like a problem with the addon:

 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.amazon-test/?mode=PrimeVideo_Browse&path=search-%2F%2F-amzn1.dv.gti.26aec5e5-5964-26df-6bf5-3c1ed9e3d362-%2F%2F-0NU8EKJ5WY0MT1FX8MUX8RWY1Y-//-0MJCFB7MLT4IUYEVYAA9LF65OL

* Here AmazonVOD loses control over the file *

 NOTICE: Creating Demuxer
 NOTICE: Opening stream: 1 source: 256
 NOTICE: Creating video codec with codec id: 27
 NOTICE: Creating video thread
 NOTICE: running thread: video_thread
WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED

It looks like it can't manage the audio track, but as you can see it does say that it's opening the audio stream, which means it does have the audio stream available to it. There's something fishy.

@ido-ran
Copy link
Author

ido-ran commented Oct 2, 2018 via email

@ido-ran
Copy link
Author

ido-ran commented Oct 3, 2018

@Varstahl
Copy link
Collaborator

Varstahl commented Oct 3, 2018

At first glance, the NoAudio is missing the CDN failover. I'll keep looking and edit this if I find anything more. Actually scratch that, depends on the node, some have CDNs failovers, some don't. Everything looks the same in both.

I've opened MPDs from both streams, but no relevant difference there either. Tried to download the MP4 segments but 403'd, and since they're encrypted I doubt it'd be of any use. It's a really weird case. Same codec, same DASH, same type format, same DRM, one works and the other doesn't. Maybe it's some real weird edge case that should be notified to IS.A devs. I'm really out of ideas.

I don't know, since they return CDNs in different order, maybe one of the CDN is flawed? Maybe you could try forcing the CDN through the Amazon VOD settings and test if the videos work under different conditions.

@Varstahl
Copy link
Collaborator

Varstahl commented Jan 5, 2019

I don't know if it may help with this issue, but a couple updates have been issued recently where we force Amazon servers to provide A/V streams encoded for Windows under every platform. This has solved several issues under Android, RPi distros and Linux. Can you re-test Paw Patrol and tell me if this issue is still persisting?

@ido-ran
Copy link
Author

ido-ran commented Jan 6, 2019

Sure.
Which version of the plugin are did the updates exist in?

@Varstahl
Copy link
Collaborator

Varstahl commented Jan 6, 2019

It was first introduce with 0.6.4, but latest update 0.6.5 should have all the major updates.

@ido-ran
Copy link
Author

ido-ran commented Jan 13, 2019

I've tried with version 0.6.4 (I didn't see 0.6.5 in the install repo) and there are still episodes without sound :(

I'm not sure if it's exactly the same that didn't have sound before, but some have sound and some don't,

@Varstahl
Copy link
Collaborator

Varstahl commented Feb 26, 2019

Ok, we now have a new system in place that might be able to let us figure this out. Vod 0.6.9 has a pretty fixed proxying system which is capable of altering the MPDs, so if there is some bad encoding we might want to suppress we can now do it.

If you still want to look into this, you should be able to enable manual stream selection from InputStream.Adaptive, start a video with bad audio, and then manually select each audio track to figure out if any of them work. Manual stream selection is a bit broken in IS.A, so you probably will only see a handful of streams in a couple of languages, but they should be enough for our needs. If only some of them are broken, then we can deduce which streams/encodings/surround settings cause the issue and remove them from your manifests, fixing the issue.

Edit: also, via proxy, we should be able to find more information if you enable debug log.

@BoouM
Copy link

BoouM commented May 9, 2019

Hello,

When I try to watch on the Raspberry PI with OpenElec distro any series: Hanna, CSI, ...
I've got the same situation
I've got no sound at the beginning and None in the stream selection.
Then I toggle pass-through option and the audio stream starts in German by default.
I then exit the menu and come back in it, toggle the pass-through option again
There are many audio stream's (21) but only German, English and 1 Spanish.

I tried to debug a bit but I do not know where to exactly look at.
I started in the proxy.py file and there the parsing of the buffer data seems correct. I added logs in _AlterMPD and see the correct AudioTracks from the AdaptationSet

I installed Kodi 18.2 on windows with the addon and there are no problems.
And there are also other languages available like French, Chinese as described on the Serie Page
Hanna

I'm living in Belgium, French speaking. Using the ROE Europe source.

Could you give me a clue where I can look to try to debug more of this situation ?

@Varstahl
Copy link
Collaborator

Varstahl commented May 9, 2019

There are many audio stream's (21) but only German, English and 1 Spanish

I bet my money on "you have manual stream selection enabled" in InputStream.Adaptive.

Then I toggle pass-through option and the audio stream starts in German by default

If pass-through is all you need, you can go in Settings > System > Audio > Audio pass-through and enable it as the default (which in theory should have been already). With that and auto stream selection in IS.A the problem sounds solved.

@BoouM
Copy link

BoouM commented May 9, 2019

Indeed I do have manual selection, otherwise I only have the sound in German and no possibility to choose another one.

The trick to toggle pass-through on and off is only to do a reset on the audio stream to get the sound.
Otherwise I just have no sound at all.

I need to check if with auto stream selection and toggling the pass-through to reset the sound to see if the available languages are correct.

@Varstahl
Copy link
Collaborator

Varstahl commented May 9, 2019

Manual selection is broken and will be removed from IS.A. I wanted to fix it but they pretty much said "we're gonna remove it altogether" so I didn't bother.

Leaving the pass-through enabled by default has no downsides iirc, and it should work fine if you start the stream with it enabled.

After those two things are done, Kodi should find all the available languages and default to your selected one.

@BoouM
Copy link

BoouM commented May 9, 2019

I keep you in touch, I'll try tonight at home.

Update:
@Varstahl
Setting the stream selection back to auto
Ok, first time no sound at all, but after a soft reboot, then I've go my series in French and the audio selection shows the right languages.

@Varstahl
Copy link
Collaborator

@ido-ran this is a long standing issue, can you confirm if the audio pass-through option is working for you?

@Oufti0
Copy link

Oufti0 commented Jun 2, 2019

@BoouM
I still have the same issue on Raspberry with the latest version of Kodi & Sandmann79 code
And toggling the pass-through option does not helps, there is no audio stream, strange
I am in french belgium too

I did have an EN audio stream on a documentary but nothing on Movies

@CGarces
Copy link
Contributor

CGarces commented Jun 6, 2019

I'm not sure if is the same issue. Since 4 days ago, sometimes, the video is opened without audio stream. If I stop and load the video again, sometimes, work (50% of the time)

2019-06-06 23:02:06.028 T:3508073328  NOTICE: [Amazon VOD] Using Host: Cloudfront
2019-06-06 23:02:06.029 T:3508073328  NOTICE: [Amazon VOD] checkURL: https://s3-dub-2.cf.dash.row.aiv-cdn.net/dm/2$bxSas4S30QTESf27ORHXIbJxAnY~/eb29/1525/2854/4822-8c1c-ff8e39f30424/eee5a178-b87c-408e-8e4e-f80fee7fa96d_corrected.mpd
2019-06-06 23:02:06.482 T:3508073328  NOTICE: [Amazon VOD] http://127.0.0.1:35377/mpd/https%3A%2F%2Fs3-dub-2.cf.dash.row.aiv-cdn.net%2Fdm%2F2%24bxSas4S30QTESf27ORHXIbJxAnY%2Feb29%2F1525%2F2854%2F4822-8c1c-ff8e39f30424%2Feee5a178-b87c-408e-8e4e-f80fee7fa96d_corrected.mpd
2019-06-06 23:02:06.498 T:3508073328  NOTICE: [Amazon VOD] Using inputstream.adaptive Version: 2.3.18.1
2019-06-06 23:02:06.656 T:4091573024  NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.amazon-test/?mode=PlayVideo&name=0F739XSOBZP8AL4T412WCMYEIZ&asin=amzn1.dv.gti.00b1f34b-3521-4a82-545a-e39b7bcb840b
2019-06-06 23:02:06.659 T:3499680624  NOTICE: Creating InputStream
2019-06-06 23:02:06.687 T:3499680624   ERROR: GetDirectory - Error getting /usr/lib/kodi/addons/inputstream.adaptive/
2019-06-06 23:02:06.744 T:3538940784  NOTICE: [Amazon VOD] [PS] Requested GET path [u'mpd', u'https%3A%2F%2Fs3-dub-2.cf.dash.row.aiv-cdn.net%2Fdm%2F2%24bxSas4S30QTESf27ORHXIbJxAnY%2Feb29%2F1525%2F2854%2F4822-8c1c-ff8e39f30424%2Feee5a178-b87c-408e-8e4e-f80fee7fa96d_corrected.mpd']
2019-06-06 23:02:06.759 T:3538940784  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://s3-dub-2.cf.dash.row.aiv-cdn.net/dm/2$bxSas4S30QTESf27ORHXIbJxAnY/eb29/1525/2854/4822-8c1c-ff8e39f30424/eee5a178-b87c-408e-8e4e-f80fee7fa96d_corrected.mpd
2019-06-06 23:02:08.679 T:3538940784  NOTICE: [Amazon VOD] [PS] Chunked transfer: prepping
2019-06-06 23:02:08.699 T:3538940784  NOTICE: [Amazon VOD] [PS] Loading MPD and rebasing as https://s3-dub-2.cf.dash.row.aiv-cdn.net/dm/2$bxSas4S30QTESf27ORHXIbJxAnY/eb29/1525/2854/4822-8c1c-ff8e39f30424/
2019-06-06 23:02:35.122 T:3499680624   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
2019-06-06 23:02:35.122 T:3499680624 WARNING: CCurlFile::FillBuffer - Reconnect, (re)try 1
2019-06-06 23:02:35.387 T:3491287920  NOTICE: [Amazon VOD] [PS] Requested GET path [u'mpd', u'https%3A%2F%2Fs3-dub-2.cf.dash.row.aiv-cdn.net%2Fdm%2F2%24bxSas4S30QTESf27ORHXIbJxAnY%2Feb29%2F1525%2F2854%2F4822-8c1c-ff8e39f30424%2Feee5a178-b87c-408e-8e4e-f80fee7fa96d_corrected.mpd']
2019-06-06 23:02:35.924 T:3491287920  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://s3-dub-2.cf.dash.row.aiv-cdn.net/dm/2$bxSas4S30QTESf27ORHXIbJxAnY/eb29/1525/2854/4822-8c1c-ff8e39f30424/eee5a178-b87c-408e-8e4e-f80fee7fa96d_corrected.mpd
2019-06-06 23:02:39.231 T:3491287920  NOTICE: [Amazon VOD] [PS] Chunked transfer: prepping
2019-06-06 23:02:43.243 T:3491287920  NOTICE: [Amazon VOD] [PS] Loading MPD and rebasing as https://s3-dub-2.cf.dash.row.aiv-cdn.net/dm/2$bxSas4S30QTESf27ORHXIbJxAnY/eb29/1525/2854/4822-8c1c-ff8e39f30424/
2019-06-06 23:02:43.862 T:3499680624   ERROR: CCurlFile::FillBuffer - Failed: Requested range was not delivered by the server(33)
2019-06-06 23:02:46.907 T:3499680624  NOTICE: Creating Demuxer
2019-06-06 23:02:46.908 T:3499680624  NOTICE: Opening stream: 1 source: 256
2019-06-06 23:02:47.154 T:3491287920   ERROR: Traceback (most recent call last):
2019-06-06 23:02:47.155 T:3491287920   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
2019-06-06 23:02:47.439 T:3499680624  NOTICE: CVideoPlayerVideo::OpenStream - Creating codec: 27
2019-06-06 23:02:47.454 T:3499680624  NOTICE: Creating video thread
2019-06-06 23:02:47.454 T:3640501104  NOTICE: running thread: video_thread
2019-06-06 23:02:47.460 T:3499680624  NOTICE: Opening stream: 0 source: 1058
2019-06-06 23:02:47.769 T:3491287920   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
2019-06-06 23:02:47.769 T:3491287920   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
2019-06-06 23:02:47.770 T:3491287920   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
2019-06-06 23:02:47.770 T:3491287920   ERROR:   File "/usr/lib/python2.7/socket.py", line 283, in close
2019-06-06 23:02:47.770 T:3491287920   ERROR:   File "/usr/lib/python2.7/socket.py", line 307, in flush
2019-06-06 23:02:47.770 T:3491287920   ERROR: error: [Errno 32] Broken pipe
2019-06-06 23:02:47.776 T:3491287920  NOTICE: [Amazon VOD] [PS] Requested GET path [u'subtitles', u'https%3A%2F%2Fdmqdd6hw24ucf.cloudfront.net%2Fd3dd%2F00e8%2Fcfe0%2F431f-8391-897f028c0657%2Fee66cc4c-2f0a-45b9-80d8-8360f34a127a.ttml2', u'es.srt']
2019-06-06 23:02:47.794 T:3491287920  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://dmqdd6hw24ucf.cloudfront.net/d3dd/00e8/cfe0/431f-8391-897f028c0657/ee66cc4c-2f0a-45b9-80d8-8360f34a127a.ttml2
2019-06-06 23:02:54.814 T:4091573024  NOTICE: GLES: Selecting single pass rendering
2019-06-06 23:02:54.814 T:4091573024  NOTICE: GLES: Selecting YUV 2 RGB shader
2019-06-06 23:02:54.863 T:3499680624 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2019-06-06 23:02:54.902 T:4091573024  NOTICE: Whitelist search for: width: 960, height: 540, fps: 23.976, 3D: false
2019-06-06 23:02:54.903 T:4091573024  NOTICE: Display resolution ADJUST : 1920x1080 @ 23.98 - Full Screen (32) (weight: 0.000)
2019-06-06 23:02:54.947 T:4091573024  NOTICE: VideoPlayer: OnLostDisplay received
2019-06-06 23:02:54.947 T:4091573024 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2019-06-06 23:02:55.234 T:4091573024  NOTICE: VideoPlayer: OnResetDisplay received
2019-06-06 23:02:55.234 T:4091573024 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2019-06-06 23:02:55.904 T:3508073328  NOTICE: [Amazon VOD] Starting Playback: 0.679000020027/2757.00024414
2019-06-06 23:02:55.906 T:3508073328  NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.primevideo.com/cdp/usage/UpdateStream?asin=amzn1.dv.gti.00b1f34b-3521-4a82-545a-e39b7bcb840b&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=6a8a03cd5a206da7d1d8ddb581d4486ff919f8e38a3fe7ad9a4252d3&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&subtitleFormat=TTMLv2&event=START&timecode=0.679000020027
2019-06-06 23:02:57.990 T:3508073328  NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.primevideo.com/cdp/usage/UpdateStream?asin=amzn1.dv.gti.00b1f34b-3521-4a82-545a-e39b7bcb840b&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=6a8a03cd5a206da7d1d8ddb581d4486ff919f8e38a3fe7ad9a4252d3&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&subtitleFormat=TTMLv2&event=STOP&timecode=0.679000020027

@CGarces
Copy link
Contributor

CGarces commented Aug 25, 2019

After several weeks without errors, I experiment again the same behabeour, no sound.

Using version 0.7.4

See the log

2019-08-25 21:35:50.628 T:3624723312  NOTICE: [Amazon VOD] Requested {'asin': 'amzn1.dv.gti.5eac4450-6b59-c544-1cea-1f68ca75468e', 'mode': 'PlayVideo', 'name': '0KRDUJEAKYWC6QNE04RL1UYPAM'}
2019-08-25 21:35:51.132 T:3624723312  NOTICE: [Amazon VOD] postURL: http://127.0.0.1:58286/gpr/https%3A%2F%2Fatv-ps-eu.primevideo.com%2Fcdp%2Fcatalog%2FGetPlaybackResources%3Fasin%3Damzn1.dv.gti.5eac4450-6b59-c544-1cea-1f68ca75468e%26deviceTypeID%3DAOAGZA014O5RE%26firmware%3D1%26deviceID%3D6a8a03cd5a206da7d1d8ddb581d4486ff919f8e38a3fe7ad9a4252d3%26marketplaceID%3DA2MFUE2XK8ZSSY%26format%3Djson%26version%3D1%26gascEnabled%3Dtrue%26subtitleFormat%3DTTMLv2%26resourceUsage%3DImmediateConsumption%26consumptionType%3DStreaming%26deviceDrmOverride%3DCENC%26deviceStreamingTechnologyOverride%3DDASH%26deviceProtocolOverride%3DHttps%26deviceBitrateAdaptationsOverride%3DCVBR%252CCBR%26audioTrackId%3Dall%26languageFeature%3DMLFv2%26videoMaterialType%3DFeature%26desiredResources%3DPlaybackUrls%2CSubtitleUrls%2CForcedNarratives%26supportedDRMKeyScheme%3DDUAL_KEY
2019-08-25 21:35:51.193 T:3616330608  NOTICE: [Amazon VOD] [PS] Requested POST path [u'gpr', u'https%3A%2F%2Fatv-ps-eu.primevideo.com%2Fcdp%2Fcatalog%2FGetPlaybackResources%3Fasin%3Damzn1.dv.gti.5eac4450-6b59-c544-1cea-1f68ca75468e%26deviceTypeID%3DAOAGZA014O5RE%26firmware%3D1%26deviceID%3D6a8a03cd5a206da7d1d8ddb581d4486ff919f8e38a3fe7ad9a4252d3%26marketplaceID%3DA2MFUE2XK8ZSSY%26format%3Djson%26version%3D1%26gascEnabled%3Dtrue%26subtitleFormat%3DTTMLv2%26resourceUsage%3DImmediateConsumption%26consumptionType%3DStreaming%26deviceDrmOverride%3DCENC%26deviceStreamingTechnologyOverride%3DDASH%26deviceProtocolOverride%3DHttps%26deviceBitrateAdaptationsOverride%3DCVBR%252CCBR%26audioTrackId%3Dall%26languageFeature%3DMLFv2%26videoMaterialType%3DFeature%26desiredResources%3DPlaybackUrls%2CSubtitleUrls%2CForcedNarratives%26supportedDRMKeyScheme%3DDUAL_KEY']
2019-08-25 21:35:52.762 T:3616330608  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://atv-ps-eu.primevideo.com/cdp/catalog/GetPlaybackResources?asin=amzn1.dv.gti.5eac4450-6b59-c544-1cea-1f68ca75468e&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=6a8a03cd5a206da7d1d8ddb581d4486ff919f8e38a3fe7ad9a4252d3&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&subtitleFormat=TTMLv2&resourceUsage=ImmediateConsumption&consumptionType=Streaming&deviceDrmOverride=CENC&deviceStreamingTechnologyOverride=DASH&deviceProtocolOverride=Https&deviceBitrateAdaptationsOverride=CVBR%2CCBR&audioTrackId=all&languageFeature=MLFv2&videoMaterialType=Feature&desiredResources=PlaybackUrls,SubtitleUrls,ForcedNarratives&supportedDRMKeyScheme=DUAL_KEY
2019-08-25 21:35:53.341 T:3624723312  NOTICE: [Amazon VOD] Using Host: Limelight
2019-08-25 21:35:53.343 T:3624723312  NOTICE: [Amazon VOD] checkURL: https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk~/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/ef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd
2019-08-25 21:35:55.067 T:3624723312  NOTICE: [Amazon VOD] http://127.0.0.1:58286/mpd/https%3A%2F%2Fm-2634s3.ll.dash.row.aiv-cdn.net%2Fd%2F2%24AciV78NjC_kqk2_hC4dwBa00jIk%2Fww_dub%2F112a%2F4d1b%2F1b71%2F4a56-9501-8736d9d524e1%2Fef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd
2019-08-25 21:35:55.081 T:3624723312  NOTICE: [Amazon VOD] Using inputstream.adaptive Version: 2.3.22.1
2019-08-25 21:35:55.232 T:4086141728  NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.amazon-test/?mode=PlayVideo&name=0KRDUJEAKYWC6QNE04RL1UYPAM&asin=amzn1.dv.gti.5eac4450-6b59-c544-1cea-1f68ca75468e
2019-08-25 21:35:55.243 T:3633116016  NOTICE: Creating InputStream
2019-08-25 21:35:55.380 T:3633116016   ERROR: GetDirectory - Error getting /usr/lib/kodi/addons/inputstream.adaptive/
2019-08-25 21:35:55.443 T:3607937904  NOTICE: [Amazon VOD] [PS] Requested GET path [u'mpd', u'https%3A%2F%2Fm-2634s3.ll.dash.row.aiv-cdn.net%2Fd%2F2%24AciV78NjC_kqk2_hC4dwBa00jIk%2Fww_dub%2F112a%2F4d1b%2F1b71%2F4a56-9501-8736d9d524e1%2Fef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd']
2019-08-25 21:35:55.462 T:3607937904  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/ef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd
2019-08-25 21:35:57.184 T:3607937904  NOTICE: [Amazon VOD] [PS] Chunked transfer: prepping
2019-08-25 21:35:57.206 T:3607937904  NOTICE: [Amazon VOD] [PS] Loading MPD and rebasing as https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/
2019-08-25 21:36:26.441 T:3633116016   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
2019-08-25 21:36:26.442 T:3633116016 WARNING: CCurlFile::FillBuffer - Reconnect, (re)try 1
2019-08-25 21:36:26.995 T:3973235568  NOTICE: [Amazon VOD] [PS] Requested GET path [u'mpd', u'https%3A%2F%2Fm-2634s3.ll.dash.row.aiv-cdn.net%2Fd%2F2%24AciV78NjC_kqk2_hC4dwBa00jIk%2Fww_dub%2F112a%2F4d1b%2F1b71%2F4a56-9501-8736d9d524e1%2Fef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd']
2019-08-25 21:36:27.014 T:3973235568  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/ef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd
2019-08-25 21:36:32.783 T:3973235568  NOTICE: [Amazon VOD] [PS] Chunked transfer: prepping
2019-08-25 21:36:34.833 T:3973235568  NOTICE: [Amazon VOD] [PS] Loading MPD and rebasing as https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/
2019-08-25 21:36:46.665 T:3633116016   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
2019-08-25 21:36:46.665 T:3633116016 WARNING: CCurlFile::FillBuffer - Reconnect, (re)try 2
2019-08-25 21:36:47.647 T:3981628272  NOTICE: [Amazon VOD] [PS] Requested GET path [u'mpd', u'https%3A%2F%2Fm-2634s3.ll.dash.row.aiv-cdn.net%2Fd%2F2%24AciV78NjC_kqk2_hC4dwBa00jIk%2Fww_dub%2F112a%2F4d1b%2F1b71%2F4a56-9501-8736d9d524e1%2Fef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd']
2019-08-25 21:36:47.667 T:3981628272  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/ef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd
2019-08-25 21:36:54.238 T:3981628272  NOTICE: [Amazon VOD] [PS] Chunked transfer: prepping
2019-08-25 21:36:57.137 T:3981628272  NOTICE: [Amazon VOD] [PS] Loading MPD and rebasing as https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/
2019-08-25 21:37:07.071 T:3633116016   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
2019-08-25 21:37:07.074 T:3633116016 WARNING: CCurlFile::FillBuffer - Reconnect, (re)try 1
2019-08-25 21:37:08.959 T:3780232048  NOTICE: [Amazon VOD] [PS] Requested GET path [u'mpd', u'https%3A%2F%2Fm-2634s3.ll.dash.row.aiv-cdn.net%2Fd%2F2%24AciV78NjC_kqk2_hC4dwBa00jIk%2Fww_dub%2F112a%2F4d1b%2F1b71%2F4a56-9501-8736d9d524e1%2Fef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd']
2019-08-25 21:37:09.474 T:3780232048  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/ef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd
2019-08-25 21:37:15.695 T:3607937904  NOTICE: [Amazon VOD] [PS] Parsing languages
2019-08-25 21:37:15.866 T:3607937904  NOTICE: [Amazon VOD] [PS] Altering <AdaptationSet>s
2019-08-25 21:37:16.485 T:3780232048  NOTICE: [Amazon VOD] [PS] Chunked transfer: prepping
2019-08-25 21:37:16.529 T:3780232048  NOTICE: [Amazon VOD] [PS] Loading MPD and rebasing as https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/
2019-08-25 21:37:16.586 T:3607937904   ERROR: Traceback (most recent call last):
2019-08-25 21:37:16.587 T:3607937904   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
2019-08-25 21:37:16.587 T:3607937904   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
2019-08-25 21:37:16.587 T:3607937904   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
2019-08-25 21:37:16.587 T:3607937904   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
2019-08-25 21:37:16.589 T:3607937904   ERROR:   File "/usr/lib/python2.7/socket.py", line 283, in close
2019-08-25 21:37:16.590 T:3607937904   ERROR:   File "/usr/lib/python2.7/socket.py", line 307, in flush
2019-08-25 21:37:16.929 T:3607937904   ERROR: error: [Errno 32] Broken pipe
2019-08-25 21:37:27.294 T:3633116016   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
2019-08-25 21:37:27.295 T:3633116016 WARNING: CCurlFile::FillBuffer - Reconnect, (re)try 2
2019-08-25 21:37:27.865 T:3607937904  NOTICE: [Amazon VOD] [PS] Requested GET path [u'mpd', u'https%3A%2F%2Fm-2634s3.ll.dash.row.aiv-cdn.net%2Fd%2F2%24AciV78NjC_kqk2_hC4dwBa00jIk%2Fww_dub%2F112a%2F4d1b%2F1b71%2F4a56-9501-8736d9d524e1%2Fef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd']
2019-08-25 21:37:27.894 T:3607937904  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/ef8eb795-b081-45d2-aeb7-fe20707231bf_corrected.mpd
2019-08-25 21:37:27.956 T:3607937904  NOTICE: [Amazon VOD] [PS] Chunked transfer: prepping
2019-08-25 21:37:30.551 T:3607937904  NOTICE: [Amazon VOD] [PS] Loading MPD and rebasing as https://m-2634s3.ll.dash.row.aiv-cdn.net/d/2$AciV78NjC_kqk2_hC4dwBa00jIk/ww_dub/112a/4d1b/1b71/4a56-9501-8736d9d524e1/
2019-08-25 21:37:47.766 T:3633116016   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
2019-08-25 21:37:50.914 T:3633116016  NOTICE: Creating Demuxer
2019-08-25 21:37:50.939 T:3633116016  NOTICE: Opening stream: 1 source: 256
2019-08-25 21:37:51.198 T:3633116016  NOTICE: CVideoPlayerVideo::OpenStream - Creating codec: 27
2019-08-25 21:37:51.212 T:3633116016  NOTICE: Creating video thread
2019-08-25 21:37:51.213 T:3446870896  NOTICE: running thread: video_thread
2019-08-25 21:37:51.228 T:3633116016  NOTICE: Opening stream: 0 source: 1048
2019-08-25 21:37:52.200 T:3438478192  NOTICE: [Amazon VOD] [PS] Requested GET path [u'subtitles', u'https%3A%2F%2Fdmqdd6hw24ucf.cloudfront.net%2Fc1fe%2Fe8cb%2F9897%2F4d07-a469-8697fa3efc1a%2Fd114480a-bd58-4ea5-9714-d6a48d804619.ttml2', u'es.srt']
2019-08-25 21:37:52.237 T:3438478192  NOTICE: [Amazon VOD] [PS] Forwarding the GET request towards https://dmqdd6hw24ucf.cloudfront.net/c1fe/e8cb/9897/4d07-a469-8697fa3efc1a/d114480a-bd58-4ea5-9714-d6a48d804619.ttml2
2019-08-25 21:37:56.911 T:3973235568  NOTICE: [Amazon VOD] [PS] Parsing languages
2019-08-25 21:37:57.095 T:3973235568  NOTICE: [Amazon VOD] [PS] Altering <AdaptationSet>s
2019-08-25 21:37:57.781 T:3973235568   ERROR: Traceback (most recent call last):
2019-08-25 21:37:57.781 T:3973235568   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
2019-08-25 21:37:57.781 T:3973235568   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
2019-08-25 21:37:57.782 T:3973235568   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
2019-08-25 21:37:57.783 T:3973235568   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
2019-08-25 21:37:57.783 T:3973235568   ERROR:   File "/usr/lib/python2.7/socket.py", line 283, in close
2019-08-25 21:37:57.784 T:3973235568   ERROR:   File "/usr/lib/python2.7/socket.py", line 307, in flush
2019-08-25 21:37:57.786 T:3973235568   ERROR: error: [Errno 32] Broken pipe
2019-08-25 21:38:03.218 T:4086141728  NOTICE: GLES: Selecting single pass rendering
2019-08-25 21:38:03.218 T:4086141728  NOTICE: GLES: Selecting YUV 2 RGB shader
2019-08-25 21:38:03.321 T:3633116016 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2019-08-25 21:38:03.348 T:4086141728  NOTICE: GLES: Selecting single pass rendering
2019-08-25 21:38:03.441 T:4086141728  NOTICE: Whitelist search for: width: 1088, height: 464, fps: 23.976, 3D: false
2019-08-25 21:38:03.442 T:4086141728  NOTICE: Display resolution ADJUST : 1920x1080 @ 23.98 - Full Screen (32) (weight: 0.000)
2019-08-25 21:38:03.443 T:4086141728  NOTICE: VideoPlayer: OnLostDisplay received
2019-08-25 21:38:03.443 T:4086141728 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2019-08-25 21:38:03.736 T:4086141728  NOTICE: VideoPlayer: OnResetDisplay received
2019-08-25 21:38:03.736 T:4086141728 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2019-08-25 21:38:04.507 T:3981628272  NOTICE: [Amazon VOD] [PS] Parsing languages
2019-08-25 21:38:04.696 T:3981628272  NOTICE: [Amazon VOD] [PS] Altering <AdaptationSet>s
2019-08-25 21:38:04.737 T:3624723312  NOTICE: [Amazon VOD] Starting Playback: 0.891000032425/5754.00048828
2019-08-25 21:38:04.740 T:3624723312  NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.primevideo.com/cdp/usage/UpdateStream?asin=&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=6a8a03cd5a206da7d1d8ddb581d4486ff919f8e38a3fe7ad9a4252d3&marketplaceID=A2MFUE2XK8ZSSY&format=json&version=1&gascEnabled=true&subtitleFormat=TTMLv2&event=START&timecode=0.891000032425
2019-08-25 21:38:06.897 T:3981628272   ERROR: Traceback (most recent call last):
2019-08-25 21:38:06.898 T:3981628272   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
2019-08-25 21:38:06.916 T:3981628272   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
2019-08-25 21:38:06.917 T:3981628272   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
2019-08-25 21:38:06.920 T:3981628272   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
2019-08-25 21:38:06.927 T:3981628272   ERROR:   File "/usr/lib/python2.7/socket.py", line 283, in close
2019-08-25 21:38:06.927 T:3981628272   ERROR:   File "/usr/lib/python2.7/socket.py", line 307, in flush
2019-08-25 21:38:06.928 T:3981628272   ERROR: error: [Errno 32] Broken pipe

@CGarces
Copy link
Contributor

CGarces commented Sep 2, 2019

Fixed with the hack proposed at
#287 (comment)

@damiseicorde
Copy link

Fixed with the hack proposed at
#287 (comment)

it works for me too. Thank you very much!
I'm really happy, I've been looking for a solution for this problem for a long time

@Varstahl
Copy link
Collaborator

As of a584cca there is an option available when using InputStream that allows disabling proxy MPD alterations. Patching is no longer necessary.

@Varstahl Varstahl reopened this Nov 29, 2019
@Varstahl Varstahl changed the title Audio stream none Audio stream none – MPD timeout Nov 29, 2019
@Rolln-dev
Copy link

Rolln-dev commented Dec 9, 2019

Found I have the same issue (video perfect, audio missing) trying to watch Tom Clancy's Jack Ryan. I will gather a log together.

Should note that the trailer plays fine, both video and audio, but none of the episodes work correctly.

@Varstahl
Copy link
Collaborator

Varstahl commented Dec 9, 2019

There is the option (I think under general settings) to disable proxy MPD alteration. Try with that.

@Rolln-dev
Copy link

Thanks once again, disabled MPD alteration and audio is now working. It doesn't default to English and have to select manually, but that is a minor issue!

@Varstahl
Copy link
Collaborator

Varstahl commented Dec 10, 2019

That has to be set up in Kodi's player language settings, there's more info on the FAQ page here in the wiki tab.

Edit: unless it's one of the problems for which MPD alteration was created with the mismatch of Kodi's default en_UK against Amazon's en_US. So in that case until I redo the inner workings of the proxy, you'll have to live with.

@Rolln-dev
Copy link

All good now. I missed the 'player language' setting when I freshly installed LibreElec.

@diegoflyer
Copy link

I have the same issue with Libreelec 9.2 and Amazon VOD 0.8.1 and it happens only with despicable me film. I tried to reset all language audio settings and other settings but with no success. Any suggestion or what can I do?

@Varstahl
Copy link
Collaborator

Disable MPD proxy alteration from the AmazonVOD PrimeVideo settings.

@diegoflyer
Copy link

diegoflyer commented Jan 22, 2020

Thanks for the info! I disabled MPD proxy alteration, now I have 21 audio track but only german and english, not possible to select Italian....

@Varstahl
Copy link
Collaborator

Disable "Manual selection" inside InputStream.Adaptive settings. Also closing this thread since it's stagnating.

Repository owner locked as resolved and limited conversation to collaborators Jan 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants