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

How to get updated videotimestamp and start video from last timestamp #68

Closed sumitrvi closed 6 years ago

sumitrvi commented 6 years ago

How to get running video timestamp so we can stored in sharedpreference .After that when user again open video so video start from lasttimestamp is it possible or not please reply ASAP

tcking commented 6 years ago

videoView.getPlayer().getCurrentPosition(),have a look at GiraffePlayer.java

sumitrvi commented 6 years ago

Hi Thanks for your relpy Can you tell me about which method i need to use for start video from certain timestamp? Example :-Youtube

On Tue, Mar 13, 2018 at 2:21 PM, tom notifications@github.com wrote:

videoView.getPlayer().getCurrentPosition(),have a look at GiraffePlayer.java

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tcking/GiraffePlayer2/issues/68#issuecomment-372590705, or mute the thread https://github.com/notifications/unsubscribe-auth/ARKpOhdx8vBbLqdGHAYLZyLlvvg_HLjHks5td4iegaJpZM4SnIk- .

-- Sumit Kumawat Digital & Apps http://www.myblackbean.com/ | EventBuoy http://www.eventbuoy.com/ Social: LinkedIN https://www.linkedin.com/company/myblackbean | FB https://www.facebook.com/myblackbean | TW http://www.twitter.com/myblkbean | G+ https://plus.google.com/115277434987018495325/posts Mobile: +91 8796485577

tcking commented 6 years ago

videoView.getPlayer().seekTo()

sumitrvi commented 6 years ago

ok thank you sir

On Wed, Mar 14, 2018 at 8:23 AM, tom notifications@github.com wrote:

videoView.getPlayer().seekTo()

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tcking/GiraffePlayer2/issues/68#issuecomment-372887907, or mute the thread https://github.com/notifications/unsubscribe-auth/ARKpOs3cLhSNwZ7kRFgg7gVRiaElmLCrks5teIY5gaJpZM4SnIk- .

-- Sumit Kumawat Digital & Apps http://www.myblackbean.com/ | EventBuoy http://www.eventbuoy.com/ Social: LinkedIN https://www.linkedin.com/company/myblackbean | FB https://www.facebook.com/myblackbean | TW http://www.twitter.com/myblkbean | G+ https://plus.google.com/115277434987018495325/posts Mobile: +91 8796485577