MillmanY / MMPlayerView

Custom AVPlayerLayer on view and transition player with good effect like youtube and facebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to prefetch/buffer video ?

Rijalab opened this issue · comments

As per my requirement, videos in feeds should play when they are in focus without initial buffer & loader. So i need to prefetch/buffer the video data before the cell comes into focus.

For ex, Cell 1, cell 2, cell 3 has video content and cell 1 is in focus and here i need start buffering for cell 2 & cell 3

Is it possible to handle this scenarios ? pls help me in this regard.

@Rijalab I have the same requirement, have you done this functionality? please share any suggestions or codes regarding this functionality.

@Rijalab I need to prefetch video with m3u8 formats.

I need the same how can we achieve it..