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

many glitches when listening some web radios #759

Closed
philippedc opened this issue Jun 1, 2024 · 2 comments
Closed

many glitches when listening some web radios #759

philippedc opened this issue Jun 1, 2024 · 2 comments
Labels

Comments

@philippedc
Copy link

Hi, for some radio stations, and in particular French radio stations, for instance:
http://icecast.radiofrance.fr/franceinter-lofi.mp3 or http://icecast.radiofrance.fr/franceinter-midfi.mp3
http://icecast.radiofrance.fr/franceculture-lofi.mp3 or http://icecast.radiofrance.fr/franceculture-midfi.mp3
https://icecast.radiofrance.fr/fip-lofi.mp3 or https://icecast.radiofrance.fr/fip-midfi.mp3
you should notice repetitive glitches after few seconds.
These glitches are due by \r\nX\r\n sequences, as the streaming is chunked.
Few years ago I've built a web radio with an ESP8266 + VS1053 and I solved this problem by using HTTP/1.0 instead of HTTP/1.1 as Chunked Transfer Coding is only supported in HTTP1.1
cf baldram/ESP_VS1053_Library#52
I have performed the same with your library, however whatever I replace HTTP/1.1 by HTTP/1.0 or not, I get the same very noisy result.
Have you got a idea how to suppress the chunks (https://en.wikipedia.org/wiki/Chunked_transfer_encoding)

Copy link

github-actions bot commented Jul 2, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jul 2, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 16, 2024
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

1 participant