I’m having trouble with videos stuttering on starting. For 720p it takes a few seconds before it’s back to normal, but for 1080p it takes forever. Only solution I found is rewind video.
By stuttering I mean “DEBUG: CDVDPlayerVideo::CalcDropRequirement” and FPS drops below 24.0
It’s well known issue, probably caused by low amount of RAM.
I’m thinking of some kind of watchdog.
Something like that: If ‘stuttering’ then ‘rewind 10s’
Is it possible to do with basic bash script?