koying / SPMC

fork of xbmc/kodi
Other
635 stars 257 forks source link

Jittery Playback in Windowed mode in Surface #615

Open primaeval opened 7 years ago

primaeval commented 7 years ago

The jittery windowed playback bug is back. SPMC was working perfectly whereas Kodi was jittery. Now they are both as bad as each other. You win some, you lose some. ;) Here is an example of the play method using windowed mode in TV Guide Fullscreen. https://github.com/primaeval/script.tvguide.fullscreen/blob/799bfb3808e0a2c47b8b3f3d2a2442c09a40ffe8/gui.py#L2117 You can recreate the error by playing the BBC iPlayer streams from plugin.video.iplayerwww in the main repo in a TV Guide such as TV Guide Fullscreen.

JFG90 commented 7 years ago

Can you see an issue looking at the log then?

primaeval commented 7 years ago

Try turning debug on so that there is more information for koying to look at in the log. If you can, try it with the BBC iplayerwww live streams in a tv guide because those streams are more stable and should isolate the issue better.

JFG90 commented 7 years ago

Streams in the tv guide do the exact same issue, will make another log later with de bug on

primaeval commented 7 years ago

I found a strange but probably related issue to this. A 10bit video file would play fine if an overlay was enabled but only the audio would play without the overlay. I made another Issue here: https://github.com/koying/SPMC/issues/685