Hi there people.
I have judder that’s very apparent on every content on the add on. I use the add on with a VPN.
Shield TV Pro 2019 latest firmware
I’m on kodi build 18.9 With the match refresh rate enabled.
Is this a known issue with anyone using a shield tv pro also?
For starters, have a look at our
VPN policy (wiki) on our forum.
Secondly, we have no crystal ball so providing a
debug log (wiki) would be appreciated.
(2020-12-16, 12:16)Klojum Wrote: [ -> ]For starters, have a look at our VPN policy (wiki) on our forum.
Secondly, we have no crystal ball so providing a debug log (wiki) would be appreciated.
How do I do this exactly?
(2020-12-16, 19:33)nireshkhelawan Wrote: [ -> ] (2020-12-16, 12:16)Klojum Wrote: [ -> ]For starters, have a look at our VPN policy (wiki) on our forum.
Secondly, we have no crystal ball so providing a debug log (wiki) would be appreciated.
How do I do this exactly?
Click on the link that Klojum gave you!
(2020-12-16, 12:16)Klojum Wrote: [ -> ]For starters, have a look at our VPN policy (wiki) on our forum.
Secondly, we have no crystal ball so providing a debug log (wiki) would be appreciated.
With the debug logging enabled o could see that the fps was fluctuating from 23.4 to 24. Mabye that would be the issue but why that’s happening I don’t know.
(2020-12-16, 19:40)mcelliott Wrote: [ -> ] (2020-12-16, 19:33)nireshkhelawan Wrote: [ -> ] (2020-12-16, 12:16)Klojum Wrote: [ -> ]For starters, have a look at our VPN policy (wiki) on our forum.
Secondly, we have no crystal ball so providing a debug log (wiki) would be appreciated.
How do I do this exactly?
Click on the link that Klojum gave you!
Sorry. Could not see or click any link because of Tapatalk. Mabye I don’t have permission
(2020-12-16, 19:47)nireshkhelawan Wrote: [ -> ]Sorry. Could not see or click any link because of Tapatalk. Mabye I don’t have permission
Tapatalk is not fully supported on this forum.
Kindly use a proper web browser.
I may have found an issue.
The HBO MPD uses frameRate="24000/1001" on the adaption set.
Now, looking at the Inputstream Adaptive code here:
https://github.com/peak3d/inputstream.ad...e.cpp#L897
it doesn't seem to support framerate/framescale for adaption sets (only representations)
i have a pr below to add support for it:
https://github.com/peak3d/inputstream.adaptive/pull/575
Not sure if that would be causing the issue.
But without this, I think IA will be advertising a Framerate of 24000 fps....
Not 24, 24000 as the framescale will be 1
(2020-12-16, 22:04)matthuisman Wrote: [ -> ]I may have found an issue.
The HBO MPD uses frameRate="24000/1001" on the adaption set.
Now, looking at the Inputstream Adaptive code here:
https://github.com/peak3d/inputstream.ad...e.cpp#L897
it doesn't seem to support framerate/framescale for adaption sets (only representations)
think my commit here may solve that:
https://github.com/matthuisman/inputstre...5b1b42837d
Not sure if that would be causing the issue.
But without this, I think IA will be advertising a Framerate of 24000 fps....
Not 24, 24000 as the framescale will be 1
Ok. Thanks for you detailed answer.
So what can i try to test this?
I've create a Pull Request that may address that issue here:
https://github.com/peak3d/inputstream.adaptive/pull/575
But until that is implemented, I have updated my proxy which HBO add-on uses to copy the adaptionset framerate to it's reprensentations framerate attribute.
That should make IA correctly get the fps and fpsScale.
The changes to proxy have just been pushed.
So once your SlyGuy Common updates to 0.17.6, it will be the update.
You can force update by following this:
https://www.matthuisman.nz/2019/09/how-t...d-ons.html
Not sure if it will actually help though. But if it does - then yah!
(2020-12-17, 00:11)matthuisman Wrote: [ -> ]I've create a Pull Request that may address that issue here:
https://github.com/peak3d/inputstream.adaptive/pull/575
But until that is implemented, I have updated my proxy which HBO add-on uses to copy the adaptionset framerate to it's reprensentations framerate attribute.
That should make IA correctly get the fps and fpsScale.
The changes to proxy have just been pushed.
So once your SlyGuy Common updates to 0.17.6, it will be the update.
You can force update by following this:
https://www.matthuisman.nz/2019/09/how-t...d-ons.html
Not sure if it will actually help though. But if it does - then yah!
Hi just tested it. Still getting those judders. Really annoying. FPS fluctuates between 23.4,24,4. My brother who has a fire stick with this add on also gets these FPS fluctuations but no judder with sync playback to display on. But with that off he gets a lot of drops.
Mabye it’s not even working. Is the vpn I’m using of any influence on this issue?
VPN usage with Kodi is not supported here.
See our
VPN policy (wiki) for details.