xbmc / inputstream.ffmpegdirect

Supports streams opened by FFmpeg's libavformat or Kodi's cURL such as plain TS, HLS and DASH (non-DRM) as well as many others. There is support for Archive/Catchup services where there is a replay window and can timeshift across that span. Also provides timeshift for live streams where rewind/pause and fast-forward would not have been available.
GNU General Public License v2.0
57 stars 40 forks source link

Fix timeshift ffmpeg sizet #283

Closed phunkyfish closed 4 months ago

phunkyfish commented 4 months ago

v21.3.4

ffmpeg5 moved to using size_t instead of int, as we read demux packet side data for timeshift we must also change it there

Fixes https://github.com/xbmc/inputstream.ffmpegdirect/issues/282