tcking / GiraffePlayer

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

Connection timed out #77

Open HazimSharif opened 7 years ago

HazimSharif commented 7 years ago

Hi,

Im wondering how i can increase time out to avoid below error for slow connections:

E/IJKMEDIA: / *** Connection timed out

Thanks,

SuperUserek commented 7 years ago

I am assuming you can use this:

ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_FORMAT, "timeout", 10000000); ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_FORMAT, "reconnect", 1);