-
Notifications
You must be signed in to change notification settings - Fork 185
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
disconnected for a while #65
Comments
Looks like a read timeout. Does it restart streaming automatically or stop there? |
thanks a lot .No it is restarted. after a few seconds streaming is going to be ok. i use built in dac.
I use this mount and url for broadcasting. do you work with another module or something with higher level programming language that is similar your project without any disconnected or interrupted? |
Thats hard to say without additional context. What is it that you want to do? If you want a dependable high-level solution, the Raspberry Pie Zero is actually quite nice. |
OK.There is a Educational English Class. Right Now It is Simulating IELTS Listening with wired headphone. |
The Pie Zero W does have wifi. |
about client limitation, i think it is a limitation in network bandwidth topic. as i searched esp now is good for peer to peer connection. probably there are others challenge we are faced. |
I connected I2S module and disconnecting is still there. I forgot to ask you, maybe there is a limitation memory buffer or heap size. most of the time I starting streaming Fill buffer about 85 and 90 % and going to 99% . it is not started from 10 or 20%. |
SPIRAMSIZE and wifi conditions will be the biggest factors. You'll want a module with a decent antenna, not all of them are well designed. Which one you've got? |
I'm Sorry but i could not understand what you said. I use just two modules.
I think we should freed buffer, I read all your issues. it is underflow error and i think it is for lake of buffer. buffer fill is about 98% most of the time. buffer will be filled up soon and underflow appears . disconnected every 1 or 2 minutes. |
I think esp32 is just suitable for school or university projects. not for building a product. many issues and different behaviour are appeared everytime I used. |
Hello Buddy. I'm using your clone code ( customized buffer size- this version: https://github.com/esa-n/ESP32_MP3_Decoder)
maybe there is a similar problem in your code.
I need your help to understand what is that.
I use esp32 in local network for stream audio from Icecast2 and mixxx player to play mp3.
sometime i get this error and it seems esp32 disconnected for a few seconds.
Error:
"I (754031) http_client: ... done reading from socket. Last read return=-1 errno=
11"
it is necessary for me to receive every single byte and never disconnected.
I can donate for you.
tnx a lot.
The text was updated successfully, but these errors were encountered: