xbmc/inputstream.ffmpegdirect

Timeshift mode not working on Omega branch

Closed this issue · 2 comments

Tried moving back to commit 7279779, just after the deps upgrade and it still doesn't work. Initial thought was that seek fixes for ffmpeg 6 caused the issue but the first commit check did not result in it working.

Next will try moving to 410f895 which is just before the upgrade to ffmpeg6, so on ffmpeg 4.4 and see does that help.

Mac builds don't work for 4.4 so we will need to fix this forward.

Looks like the issue was introduced early on in the Omega branch when updating to ffmpeg 5.1.2.

ffmpeg moved to size_t instead of int from ffmpeg5. So in the end a one line fix...