tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

Lost Instance on Standalone Player #70

Closed TuxRneR closed 6 years ago

TuxRneR commented 6 years ago

When im minimizing the Player, and try to open and lets go to resume my video, the position and instanse is lost.

How i fix this?

tcking commented 6 years ago

if video stream is not live,it will save position when paused and recover to the saved position when resumed,can you description the detail of actions on the demo app?