tcking / GiraffePlayer

android video player base on ijkplayer
Apache License 2.0
681 stars 199 forks source link

How do call onError method more than one time #118

Open ghost opened 5 years ago

ghost commented 5 years ago

Hello,

I want to retry my media if it throws error on first time but on second try on error method doesn't call. I want to retry it for 5 times so if player throws error i try it again until 5 times. But it doesn't throw error on second time