GiraffePlayer icon indicating copy to clipboard operation
GiraffePlayer copied to clipboard

Connection timed out

Open HazimSharif opened this issue 8 years ago • 1 comments

Hi,

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

E/IJKMEDIA: / *** Connection timed out

Thanks,

HazimSharif avatar Dec 04 '16 20:12 HazimSharif

I am assuming you can use this:

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

SuperUserek avatar Dec 06 '16 16:12 SuperUserek