Page 1 of 1

Refreshing Streams

Posted: 18 Jul 2016, 17:33
by AfricanBombata
Hi,

Is there a way of constantly refreshing streams? I know that the app is refreshing the streams on its own, but after a couple of times stops doing it. I was just wondering if there s a possibility of making the refresh limitless?

Re: Refreshing Streams

Posted: 18 Jul 2016, 19:46
by Eugene
:?:

Re: Refreshing Streams

Posted: 18 Jul 2016, 20:41
by AfricanBombata
I have a bad stream, that needs to be refreshed every 15 seconds. But your app wont refresh it after roundabout 10 times. My question is, if i can force the app to refresh the stream all the time.

BTW: I' m a big fan of this app :D

Re: Refreshing Streams

Posted: 18 Jul 2016, 21:20
by Eugene
I see. You can use retries attribute for your streams in playlist with a value up to 99
example:

Code: Select all

#EXTINF:0 retries="99", CNN International

Re: Refreshing Streams

Posted: 19 Jul 2016, 00:02
by AfricanBombata
"restries" is probably a more suiting term :D. And thanks for the answer!