Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl input plugin retry mechanism #431

Open
pdgendt opened this issue Nov 30, 2018 · 0 comments
Open

curl input plugin retry mechanism #431

pdgendt opened this issue Nov 30, 2018 · 0 comments
Labels

Comments

@pdgendt
Copy link

pdgendt commented Nov 30, 2018

When playing online radio streams, it sometimes occurs that the server resets the request. The current implementation will close the input and stop playback.

It is often a temporary issue that can be solved with re-opening the request immediately. It's a bit annoying now to restart the stream every once in a while because of server issues.

These streams (Danish radio) reset the connections every few hours:
http://live-icy.gslb01.dr.dk:80/A/A05H.mp3
http://live-icy.gslb01.dr.dk:80/A/A07H.mp3
http://live-icy.gslb01.dr.dk:80/A/A29H.mp3

I tried hacking something, but I know it's definitely not how to do it:
master...pdgendt:feature/input-curl-retry

@MaxKellermann MaxKellermann changed the title Feature request: curl input plugin retry mechanism curl input plugin retry mechanism Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants